@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a {
  text-decoration: none;
  color: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #191A1E;
}

header {
  border-bottom: 4px solid #303135;
}
header .navbar {
  padding: 30px 0;
}
header .navbar .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
header .navbar .dropdown-menu li {
  padding: 0 !important;
}
.slick-initialized .slick-slide{
  padding:15px;
}
header .navbar .dropdown-menu a {
  color: #777777 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #E0E0E0 !important;
  padding: 7px 15px;
}
header .navbar-toggler i{
  color:#fff
} 
header .navbar .dropdown-menu a.inner_active {
  color: #191A1E !important;
}
header .navbar .navbar-nav li {
  padding: 0 10px;
}
header .navbar .navbar-nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: #FFFFFF;
}
header .navbar .navbar-nav li a.active, header .navbar .navbar-nav li a:hover {
  color: #329CF7 !important;
}
header .navbar .broucher .broucher_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #35A0FD;
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 7px;
}
header .navbar .broucher .broucher_btn img {
  padding-left: 15px;
  width: 35px;
}


header .navbar .dropdown-menu{
  overflow:visible;
}

header .navbar .dropdown-menu .dropdown-menu{
  top: 0;
  left: 100%;
}


.banner .video-container {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .video-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #000000 22.01%, rgba(0, 0, 0, 0) 61.66%);
  z-index: 0;
}
.banner .video-container .banner_desc {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0 20px;
  z-index: 9;
}
.banner .video-container .banner_desc h2 {
  font-weight: 700;
  font-size: 72px;
  line-height: 98px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.banner .video-container .banner_desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  padding: 0 80px 0 0;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 40px;
  display: block;
}
.banner .video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
}


.connect_section {
  background-image: url('https://coza.in/public/assets/images/connect_bg.png');
  padding: 40px 0;
  background-size: cover;
}

.connect_section .main_text h2{
  margin-bottom: 15px;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  line-height: 65px;
} 

.connect_section .main_text p{
  font-size:16px;
  color:#fff;
  margin-bottom:0;
}
.connect_section .main_detail_box{
  padding:30px 50px 25px 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border:20px  solid #efefef;
}
.connect_section .main_detail_box .detail_row{
  display:flex;
  align-items:center;
}
.connect_section .main_detail_box .detail_row{
  padding-bottom: 15px; 
}
.connect_section .main_detail_box .detail_row:last-child{
  padding-bottom: 0; 
}
.connect_section .main_detail_box .detail_row svg{
  min-width: 30px;
  width:30px
}
footer .footer_part ul li a{
  display:flex;
  
}
footer .footer_part svg{
  margin-right:7px;
  width:30px;
}
.connect_section .main_detail_box .detail_row p{
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.category-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.investement_row {
  justify-content: space-between;
  align-items: center;
}
.investement_row .normal_text {
  position: relative;
}
.investement_row .text_shape {
  position: absolute;
  left: -30px;
  top: 0;
}

.investement_section {
  padding: 50px 0 50px;
}
.investement_section .icon_row {
  padding-top: 70px;
}
.investement_section .icon_row .icon_box {
  text-align: center;
}
.investement_section .icon_row .icon_box .icon_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 15px;
  text-transform: capitalize;
}
.investement_section .heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  padding-right: 100px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.investement_section .normal_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}
.investement_section .normal_text .text_shape {
  position: absolute;
  left: -30px;
  top: 0;
}

.slider_btns {
  position: absolute;
  z-index: 9;
  display: flex;
  left: 35%;
  bottom: 22%;
}
.slider_btns svg {
  width: 51px;
}



.swiper-button-next1, .swiper-button-prev1, .swiper-button-next2, .swiper-button-prev2 {
  padding: 22px 12px;
  border: 1px solid #191A1E;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.swiper-button-next1:hover, .swiper-button-prev1:hover, .swiper-button-next2:hover, .swiper-button-prev2:hover {
  background-color: #191A1E;
}
.swiper-button-next1:hover svg path, .swiper-button-prev1:hover svg path, .swiper-button-next2:hover svg path, .swiper-button-prev2:hover svg path {
  fill: #fff;
}
.swiper-button-next1:hover svg circle, .swiper-button-prev1:hover svg circle, .swiper-button-next2:hover svg circle, .swiper-button-prev2:hover svg circle {
  fill: transparent;
  stroke: #fff;
}

.product_slider_section .swiper-backface-hidden .swiper-slide {
  opacity: 0 !important;
}
.product_slider_section .swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.product_slider_section .swiper-slide .row {
  padding: 45px 30px;
}
.product_slider_section .mySwiper {
  position: relative;
}
.product_slider_section .mySwiper .slider_btns {
  left: 35%;
  bottom: 22%;
}
.product_slider_section .product_row {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.product_slider_section .product_col {
  position: relative;
  display: flex;
  justify-content: center;
}
.product_slider_section .product_col .product_bg {
  position: absolute;
  height: 200%;
  width: 200%;
  top: -40%;
  left: -53%;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.product_slider_section .product_name h4 {
  padding-top: 12px;
  font-weight: 700;
  font-size: 62px;
  line-height: 76px;
  text-transform: capitalize;
  color: #191A1E;
  position: relative;
}
.product_slider_section .product_name h4:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #80C4FF;
  opacity: 0.2;
  left: 20%;
  top: 0;
  border-radius: 50%;
  z-index: -1;
}
.product_slider_section .product_details_main {
  display: flex;
  justify-content: center;
}
.product_slider_section .product_details_main .product_details {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.product_slider_section .product_details_main .product_details li {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #191A1E;
  border-left: 1px solid #191A1E;
  list-style: none;
  padding: 15px 20px 15px 30px;
  position: relative;
}
.product_slider_section .product_details_main .product_details li:last-child {
  padding-bottom: 0;
}
.product_slider_section .product_details_main .product_details li:last-child:after {
  bottom: -17px;
}
.product_slider_section .product_details_main .product_details li:first-child {
  padding-top: 0;
}
.product_slider_section .product_details_main .product_details li:first-child:after {
  top: -17px;
}
.product_slider_section .product_details_main .product_details li:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 7%;
  bottom: 0;
  margin: auto;
  background-color: #000;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}

.main_heading h4 {
  font-size: 42px;
  line-height: 66px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.main_heading p {
  font-size: 30px;
  font-weight: 400;
}

.category {
  padding: 50px 0;
}
.category .category_row {
  align-items: center;
}
.category_row .swiper-slide{
  height:auto;
}
.category .category_box {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 40px;
  display: block;
  overflow: hidden;
  border-radius: 50px;
  height:100%;
  transition: all 0.5s ease;
}
.category .category_box .product_round_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.category .category_box:hover .product_name {
  opacity: 1;
}
.category .category_box .product_name {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.category .category_box .product_name h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
  text-align: center;
  background: #727272;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.category .swiper {
  position: inherit;
}
.category .category_row {
  position: relative;
}
.category .category_row .slider_btns {
  left: 0;
  bottom: 6%;
}
.category .category_row .slider_btns .swiper-button-next2, .category .category_row .slider_btns .swiper-button-prev2 {
  border: 1px solid #fff;
}
.category .category_row .slider_btns .swiper-button-next2 path, .category .category_row .slider_btns .swiper-button-prev2 path {
  fill: #fff;
}
.category .category_row .slider_btns .swiper-button-next2 circle, .category .category_row .slider_btns .swiper-button-prev2 circle {
  stroke: #fff;
}
.category .category_row .slider_btns .swiper-button-next2:hover, .category .category_row .slider_btns .swiper-button-prev2:hover {
  background-color: #fff;
}
.category .category_row .slider_btns .swiper-button-next2:hover path, .category .category_row .slider_btns .swiper-button-prev2:hover path {
  fill: #191A1E;
}
.category .category_row .slider_btns .swiper-button-next2:hover circle, .category .category_row .slider_btns .swiper-button-prev2:hover circle {
  stroke: #191A1E;
}

.experience_section {
  padding: 70px 0;
}
.experience_section .counter_row {
  padding-top: 50px;
}
.experience_section .counter_row .counter_col {
  text-align: center;
  padding-bottom: 25px;
}
.experience_section .counter_row .counter_col h3 {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.experience_section .counter_row .counter_col h3 span {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-transform: capitalize;
}
.experience_section .counter_row .counter_col .count-title {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  padding-top: 10px;
}
.experience_section .experience_text {

  background-color: #FFF;
  border-radius: 50%;
  padding: 45px 100px;
  position: relative;
  max-width: 375px;
  max-height: 375px;
  margin-top: 92px;
}
.experience_section .experience_text:after {

  content: "";
  position: absolute;
  top: -7%;
  left: -7%;
  height: 400px;
  width: 400px;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
}
.experience_section .experience_text h4 {

  font-weight: 700;
  font-size: 150px;
  line-height: 180px;
  text-transform: capitalize;
  text-align: center;
  color: #0089FF;
}
.experience_section .experience_text p {

  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  text-transform: capitalize;
  color: #191A1E;
}

.company_pic {
  padding: 50px 0;
}
.company_pic .pic_row {
  border-radius: 50px;
  overflow: hidden;
}
.company_pic .pic_row .company_photo {
  width: 100%;
}

.vision_section {
  padding-bottom: 100px;
}
.vision_section .main_heading {
  margin-bottom: 50px;
}
.vision_section p {
  margin-bottom: 50px;
}
.vision_section .vision_col {
  display: flex;
}
.vision_section .vision_box {
  padding: 15px 15px 30px 15px;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
}
.vision_section .vision_box .part_text h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: capitalize;
  color: #196DB5;
  padding: 20px 0 10px 0;
  margin-bottom: 0;
}
.vision_section .vision_box .part_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  color: #777777;
}

.features .feature_row {
  justify-content: center;
  position: relative;
}
.features .feature_row .features_box .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .features_first {
  position: absolute;
  left: 0%;
  top: 15%;
}
.features .feature_row .features_first .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .features_second {
  position: absolute;
  left: 9%;
  top: 42%;
}
.features .feature_row .features_second .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .features_third {
  margin-top: 50px;
}
.features .feature_row .features_third .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .features_forth {
  position: absolute;
  right: 9%;
  top: 42%;
}
.features .feature_row .features_forth .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 27%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .features_fifth {
  position: absolute;
  right: 0;
  top: 15%;
}
.features .feature_row .features_fifth .inner_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.features .feature_row .centered_round {
  text-align: center;
}
@keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
#light {
  animation: pulsate 2s infinite;
}

.tock_show {
  padding: 100px 0;
} 
.tock_show .main_heading h4 {
  margin-bottom: 0;
}
.tock_show .swiper-wrapper {
  height: 500px;
  overflow: hidden;
}

.info_row {
  padding: 15px 0;
  background-color: #fff;
}
.info_row span {
  color: #191A1E;
}
.info_row .normal_heading {

  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  padding-right: 50px;
}
.info_row img {
  
  width: 24px;
  margin-right: 15px;
}
.info_row .big_text {

  font-weight: 500;
  font-size: 24px;
  line-height: 63px;
  padding-right: 50px;
}

footer {
  border-top: 5px solid #47484b;
  border-bottom: 5px solid #47484b;
  padding: 50px 0 30px 0;
}
footer .footer_part h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
footer .footer_part ul {
  padding-left: 0;
  list-style: none;
}
footer .footer_part a, footer .footer_part p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #fff;
  padding: 5px 0;
  display: inline-block;
}
footer .normal_text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
footer .social_icons a i {
  color: #fff;
  padding-right: 12px;
  font-size: 16px;
}

.main-btn {
  background: linear-gradient(180deg, #36A2FF 0%, #005CAA 100%);
  border-radius: 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 15px 20px;
  display: inline-block;
  cursor:pointer;
  transition: all 0.5s ease;
}
.main-btn svg {
  padding-left: 10px;
}
.main-btn:hover {
  color: #fff;
}

.normal_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  line-height: 28px;
  text-transform: capitalize;
}

.copyright_section {
  padding: 15px 0;
  text-align: center;
}
.copyright_section .copyright_text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.copyright_section .copyright_text span a {
  color: #fff;
}

.breadcrumb_section {
  padding: 40px 0 10px  ;
}
.breadcrumb_section .breadcrumb-item {
  color: #fff !important;
  font-size: 22px;
}
.breadcrumb_section .breadcrumb-item a {
  font-size: 16px;
}
.breadcrumb_section .breadcrumb-item a:hover {
  color: #fff;
}
.breadcrumb_section .breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb_section .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding: 0 12px;
}
.breadcrumb_section .breadcrumb-item.active {
  padding-left: 0 !important;
  color: #329CF7 !important;
  font-size: 16px;
}

.about_future {
  padding: 0 0 50px 0;
}
.about_future .heading h3 {
  font-size: 40px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}
.about_future img {
  width: 100%;
}

.team_priority {
  padding: 50px 0;
}
.team_priority .mini_heading h4 {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 28px;
}
.team_priority .priority_row .vission_box {
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
  margin-top: 35px;
  padding: 30px 50px;
  border-radius: 92px;
}
.team_priority .priority_row .vission_box p {
  margin-bottom: 0;
}
.team_priority .priority_row .vission_box h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.team_priority .priority_row .team_content {
  background-color: #323233;
  padding: 7px 5px 7px 20px;
  border-left: 6px solid #2D96F1;
}
.team_priority .priority_row .team_content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.team_priority .priority_row .priority_img img {
  width: 100%;
}
.team_priority .priority_row .priority_img.first img {
  padding: 25px 0 0 0;
}
.team_priority .investement_row {
  padding: 150px 0 0;
}

.owner_section {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.owner_section .row {
  align-items: center;
  justify-content: space-between;
}
.owner_section .owner_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.owner_section .owner_details .owner_name {
  color: #191A1E;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}
.owner_section .owner_details .owner_designation {
  color: #191A1E;
  font-size: 20px;
  font-weight: 500;
}
.owner_section .owner_details .owner_text {
  color: #191A1E;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  margin-bottom: 0;
}
.owner_section .owner_pic {
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.owner_section .owner_pic img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.team_section {
  padding: 150px 0 50px 0;
}
.team_section .row {
  justify-content: center;
}
.team_section .team_box {
  padding-bottom: 50px;
}
.team_section .team_box .img_box {
  width: 100%;
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
  border-radius: 25px 25px 0 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  height:280px;
}
.team_section .team_box .img_box img {
  max-width: 100%;
}
.team_section .team_box .detail {
  padding-top: 15px;
  text-align: center;
}
.team_section .team_box .detail .name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.team_section .team_box .detail .designation {
  font-size: 16px;
  font-weight: 500;
}

.blog_details_section .main_blog_box {
  padding-bottom: 70px;
}
.blog_details_box .date_row{
  display:flex;
  align-items:center;
  padding-top:30px;;
}
.blog_heading{
  font-size:22px;
  font-weight:600;
  color:#fff;
  padding-bottom:20px;
  display:block ;
}
.blog_heading:hover{
  color:#fff;
}
.blog_details_box .date_row p{
  margin-bottom:0;
  padding-left:7px;;
}
.blog_details_section .main_blog_box .img_box {
  height: 400px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.blog_details_section .main_blog_box .img_box img {
  width: 100%;
}
.blog_details_section .main_blog_box .blog_details_box .blog_title {
  font-size: 30px;
  font-weight: 600;
  padding-top: 25px;
  margin-bottom: 25px;
  width: 50%;
  line-height: 45px;
}
.blog_details_section .main_blog_box .blog_details_box .blog-content p {
  font-size: 16px;
  line-height: 24px;
}

.switch_video .video_section {
  position: relative;
}
.switch_video .video_section .playPauseBtn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60px;
  border: 0;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.switch_video .video_section .playPauseBtn:after {
  content: "";
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: #fff;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
}
.switch_video .video_section .playPauseBtn:before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.switch_video .video_section .playPauseBtn i {
  color: #329CF7;
  font-size: 28px;
}
.switch_video video {
  width: 100%;
}

.product_details {
  padding: 0 0 70px 0;
}
.product_details .product_col {
  margin-bottom: 30px;
}
.product_details .category_box {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 14px 40px;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  height: 250px;
  display:flex;
  align-items:center;
  justify-content: center;
  transition: all 0.5s ease;
}
.category_box .product{
    width: auto;
    max-height: 100%;
    max-width: 100%;
}
.product_details .category_box .product_round_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product_details .category_box .product_name {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.product_details .category_box .product_name .product_inner_name {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: #727272;
}
.product_details .category_box .product_name h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding: 20px;
  text-align: center;
  background: #727272;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.product_details .category_box:hover .product_name {
  opacity: 1;
}

.mobile_app_section {
  position: relative;
  background-color: #fff;
  padding: 100px 0 50px 0;
  z-index: 1;
  overflow: hidden;
}
.mobile_app_section .mobile_app_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mobile_app_section .app_box {
  text-align: center;
  margin-bottom: 50px;
}
.mobile_app_section .app_box .name h5 {
  color: #191A1E;
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
}
.mobile_app_section .mobile_app_col {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.mobile_app_section .mobile_app_col .mobile_app img {
  width: 100%;
}
.mobile_app_section .mobile_app_col .main_heading h4, .mobile_app_section .mobile_app_col .main_heading p {
  color: #191A1E;
}

.switches_experience .row {
  align-items: center;
}

.product_detail_section {
  padding-bottom: 150px;
}
.product_detail_section .product_box {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 60px 0;
}
.product_detail_section .product_round_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.product_detail_section .row {
  justify-content: space-between;
}
.product_detail_section .product_details h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.product_detail_section .product_details .price {
  font-size: 20px;
  font-weight: 600;
  color: #329CF7;
  padding: 5px 0 10px 0;
}
.product_detail_section .product_details .normal_text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.partner_section {
  padding: 30px 0 50px;
}
.partner_section .heading h4 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.service_box {
  height: 260px;
  width: 260px;
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
  padding: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: auto;
  z-index: 0;
}
.service_box:after {
  content: "";
  position: absolute;
  height: 85%;
  width: 85%;
  background-color: #fff;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}
.service_box .img_box {
  position: relative;
  z-index: 0;
}
.service_box .img_box .round {
  position: absolute;
  height: 70px;
  width: 70px;
  background: linear-gradient(180deg, #36A2FF -5.11%, #005CAA 68.83%);
  border-radius: 50%;
  opacity: 0.2;
  left: 20%;
  top: -26%;
  z-index: -1;
}
.service_box .img_box svg {
  width: 100%;
}
.service_box .name h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  padding-left:15px;
  padding-right:15px;
}
.service_box .name p {
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.conatct_section {
  padding-bottom: 100px;
}

.map_section {
  padding-bottom: 70px;
}
.map_section img {
  max-width: 100%;
}

.form_section {
  padding: 70px 0;
  background-color: #2D2D2D;
}
.form_section .main_form {
  background-color: #1C1D20;
  border-radius: 24px;
  padding: 30px;
}
.form_section .input_box {
  position: relative;
  margin-bottom: 30px;
}
.form_section .input_box input, .form_section .input_box textarea {
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #191A1E;
  border:1px solid #444444;
  color: #6A6A6A;
  font-size: 16px;
  font-weight: 500;
  width: 100%; 
}
.form_section .input_box input:focus, .form_section .input_box textarea:focus {
  outline: 0;
  border: 0;
}

.validate-has-error {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #cc3f44;
  position: absolute;
  bottom: -20px;
  left: 8px;
}/*# sourceMappingURL=style.css.map */

.modal-header {
  background: linear-gradient(180deg, #36A2FF 0%, #005CAA 100%);
  text-align: center;
  justify-content: center;
}

.modal-header .modal-title {
  text-align: center;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  background: transparent;
}

.modal-header .btn-close i {
  color: #fff;
  font-size: 20px;
}

.modal_box {
  padding-bottom: 25px;
}
.modal_box h5 {
  color: #191A1E!important;
  font-size: 12px!important;
  margin-bottom: 5px; 
}
.modal_box input, textarea {
  border: 1px solid #B1B1B1;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 20px;
  width: 100%;
}



@media (min-width: 992px) and (max-width: 1199px) {
  header .logo{
    width:100px;
  }
  header .navbar .navbar-nav li a{
    font-size:14px;
  }
  header .navbar .broucher .broucher_btn{
    font-size:14px;
    line-height:20px;
  }
  header .navbar .broucher .broucher_btn img{
    width:30px;;
  }
  .banner .video-container .banner_desc h2{
    font-size: 50px;
    line-height: 70px;
  }
  .banner .video-container .banner_desc p{
    line-height:26px;
  }    
  .banner .video-container {
    height: 700px;
  }
  .investement_section .heading{
    font-size:36px;
    line-height:50px;
    padding-right:0
  }
  .investement_section .normal_text{
    font-size:14px;
  }
  .investement_section .icon_row .icon_box{
    margin-bottom:50px;
  }
  .investement_section .icon_row .icon_box .icon_text{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-top:20px;
  }
  .product_slider_section .product_name h4{
    font-weight: 700;
    font-size: 36px;
    line-height: 52px;
  }
  .product_slider_section .swiper-slide .row{
    align-items:center;
  }
  .product_slider_section .product_details_main .product_details li:after{      
    height: 18px;
    width: 18px;
  }
  .product_slider_section .product_details_main .product_details li{
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px 10px 30px;
  }
  .product_slider_section .swiper-slide .row {
    padding: 0;
  }
  .main_heading h4{
    font-size:36px;
  }    
  .main_heading p {
    font-size: 24px;
  }
  .category .main_heading{
    padding-bottom:20px;
  }
  .category {
    padding: 100px 0;
  }
  .swiper-button-next1, .swiper-button-prev1, .swiper-button-next2, .swiper-button-prev2{
    padding: 16px 12px;
  }
  .slider_btns svg {
    width: 40px;
  }
  .experience_section .experience_text{
    margin:auto;
    margin-bottom:70px;
  }
  .experience_section .counter_row .counter_col .count-title{      
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  .vision_section p {
    margin-bottom: 20px;
  }
  .vision_section .main_heading {
    margin-bottom: 30px;
  }
  .vision_col{
    margin-top:70px;
  } 
  .product_slider_section .mySwiper .slider_btns{
    bottom:9%;
  }
  .category .category_row .slider_btns{
    bottom:-17%;
    justify-content: center;
    left: 0;
    right: 0;
  }
  .experience_section {
    padding: 150px 0 0;
  }
  .product_col .category_box .product{
    width:100%;
  }
  .mobile_app_section .mobile_app_col{
    justify-content:space-around;
  }
  .mobile_app_section .app_box .name h5{
    font-size:16px;
    font-weight:600
  }
  .service_box .img_box svg{
    width:50%;
  }
  .service_box .name h5{      
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
  }
  .service_box{
    height:200px;
    width:200px
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  header .logo{
    width:120px;
  }
  header .navbar .navbar-nav li a{
    font-size:14px;
    padding:10px 0;
  }
  header .navbar .broucher{
    margin-top:20px;
  }
  header .navbar-nav{
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-top: 20px!important;}
  header .navbar .broucher .broucher_btn{
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .connect_section .main_text{
    padding-bottom:20px
  }
  .connect_section .main_detail_box .detail_row svg {
    width: 35px;
  }
  .banner .video-container .banner_desc h2{
    font-size: 40px;
    line-height: 60px;
  }
  .banner .video-container video ,.banner .video-container{
    height:550px;
  }
  .banner .video-container:after{
    background-color: linear-gradient(90deg, #000000 22.01%, rgb(0 0 0 / 22%) 61.66%);
  }
  .investement_section {
    padding: 50px 0 50px;
  }
  .investement_section .heading{
    font-size: 28px;
    line-height: 40px;
    padding-right: 0;
    margin-bottom: 25px;;
  }
  .banner .video-container .banner_desc p , .investement_section .normal_text{
    font-size: 14px;
    line-height: 20px;
  }
  .investement_section .icon_row {
    padding-top: 40px;
  }
  .investement_section .icon_row .icon_box{
    margin-bottom:50px;
  }
  
  .investement_section .icon_row .icon_box .icon_text {font-weight: 500;font-size: 16px;line-height: 20px;}
  .investement_section .icon_row .icon_box img{
    height:50px;
  }
  .product_slider_section .product_col .product_bg{
    height: 100%;
    width: 100%;
    left: 0;
  }
  .product_details {
    padding: 20px 0 70px 0;
  }
  .product_slider_section .product_name h4{
    font-size: 28px;
    line-height: 40px;
    text-align:center;
  }
  .product_slider_section .product_details_main{
    justify-content:center!important;
  }
  .product_slider_section .product_details_main .product_details li{
    font-size:18px;
  }
  .product_slider_section .product_details_main .product_details li:after{
    left:-6px;
    height: 14px;
    width: 14px;
  }
  .product_slider_section .mySwiper .slider_btns {
    left: 0;
    bottom: 2%;
    right: 0;
    margin: auto;
    justify-content: center;
  }
  .swiper-button-next1, .swiper-button-prev1, .swiper-button-next2, .swiper-button-prev2{
    padding:12px 10px;
  }
  .slider_btns svg {
    width: 36px;
  }
  .product_slider_section .product_details_main{
    justify-content: start;
  }
  .category {
    padding: 100px 0 100px;
    margin-bottom: 50px;
  }
  .category_heading{
    margin-bottom:20px;
  }
  .main_heading h4{
    font-size: 38px;
    line-height: 50px;
  }  
  .main_heading p {
    font-size: 22px;
    margin-top:10px;
  }
  .category .category_row .slider_btns{
    justify-content: center;
    bottom: -20%;
    right:0;
  }
  .experience_section {
    padding: 70px 0 0;
  }
  .experience_section .counter_row {
    padding-top: 30px;
  }
  .experience_section .experience_text{
    width: 300px;
    height: 300px;
    margin:auto;
    margin-top: 50px;;
  }
  .experience_section .experience_text h4{
    font-size: 100px;
    line-height: 100px;
  }
  .experience_section .experience_text p{
    
    font-weight: 600;
    font-size: 22px;
  }
  .experience_section .experience_text:after{
    height:300px;
    width: 300px;;
  }
  .experience_section .main_heading{
    margin-top: 40px;
    text-align: center;
  }
  .experience_section .experience_text:after{
    left:0;
  }
  .experience_section .counter_row .counter_col h3 span{
    font-size: 34px;
    line-height: 40px;
  }
  .experience_section .counter_row .counter_col .count-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .vision_section{
    padding-top:0;
    padding-bottom:50px;
  }
  .vision_section .main_heading{
    margin-bottom:20px;
  }
  .vision_section .main_heading p{
    margin-bottom:15px;
  }
  .normal_text{    
    line-height: 24px;
    font-size: 14px;
  }
  .vision_section p {
    margin-bottom: 30px;
  }
  .vision_section .vision_col{
    margin-top:50px;
  }
  .vision_section .vision_box .part_text h5{
    font-size: 22px;
    line-height: 34px;
  }
  .vision_section .vision_box .part_text p{
    font-size:14px;
  }  
  .info_row {
    padding: 10px 0;
  }
  .info_row .normal_heading{
    font-size:22px
  }
  .info_row .big_text{
    font-size:24px;
  }  
  .info_row img {
    width: 30px;
  }
  footer .footer_part {
    padding:0!important
  }
  footer .social_icons{
    padding-bottom:20px;
  }
  footer .footer_part{
    margin-top:20px!important
  }
  footer .footer_part a, footer .footer_part p{
    padding:2px 0;
  }
  footer .footer_part h4{
    font-size: 22px;
    margin-bottom: 10px;
  } 
  .breadcrumb_section{
    padding:50px 0 20px;
  }
  .breadcrumb_section .breadcrumb-item.active{
    font-size: 18px;
  }
  .breadcrumb_section .breadcrumb-item a {
    font-size: 14px;
  }
  .breadcrumb_section .breadcrumb-item{
    font-size:12px;
  }
  .mobile_app_section .app_box svg{
    height:70px
  }
  .mobile_app_section .app_box .name h5{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
  }
  .tock_show {
    padding: 50px 0;
  }
  .tock_show .main_heading{
    transform: rotate(0);    
    text-align: center;
  }
  .product_details .category_box{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  .product_detail_section{
    padding-bottom:50px;;
  }
  .product_detail_section .product_details{
    padding:0
  }
  .product_detail_section .row{
    align-items:center;
  } 
  .product_detail_section .product_details .normal_text{
    letter-spacing: 0;
    line-height: 24px;
  }
  .product_detail_section .product_box{
    padding:10px 0;
  }
  .product_detail_section .product_box img{
    width:100%;
  }
  .product_detail_section .product_details .price{
    margin-bottom:0
  }
  .service_box{
    margin-bottom:50px;
  }
  .blog_details_section .main_blog_box .img_box{
    height:auto
  }
  .blog_details_section .main_blog_box .blog_details_box .blog_title{
    width: 100%;
    font-size: 26px;
    line-height: 40px;
  }
  .owner_text{ 
    padding-top:20px;
  }
  .owner_section .owner_details .owner_text{
    font-size: 14px;
    line-height: 22px;
    padding-top:0
  }
  .owner_section .owner_details .owner_name{
    font-size:22px;
  }
  .owner_section .owner_details .owner_designation{
    font-size:18px;
  } 
  .owner_section .owner_pic .owner_pic{
    height:300px
  }
  .team_section{
    padding:50px 0 0;
  } 
  .owner_section > .owner_pic{
    height:600px;
  }
  .owner_section .owner_pic img{
    height:auto;
    width:100%;
  } 
}


@media (max-width: 767px) {
  header .logo{
    width:120px;
  }
  .connect_section{
    background-size: contain  ;
  }
  .connect_section .main_text h2{
    font-size: 28px;
    line-height: 45px;
  }
  header .navbar .navbar-nav li a{
    font-size:14px;
    padding:10px 0;
  }
  .connect_section{
    padding:30px 0
  }
  .connect_section .main_text p{
    
    margin-bottom: 30px;
    font-size: 14px;
  }
  .connect_section .main_detail_box{
    padding: 15px 25px 15px 20px;
  }
  .connect_section .main_detail_box .detail_row:first-child {
    padding-bottom: 10px;
  }
  .connect_section .main_detail_box .detail_row svg{
    width:20px
  }
  .connect_section .main_detail_box .detail_row p {
    padding-left: 20px;    
    font-size: 18px;
  }
  header .navbar .broucher{
    margin-top:20px;
  }
  header .navbar-nav{
    border-top: 2px solid #fff;
    padding-top: 10px;
    margin-top: 20px!important;}
  header .navbar .broucher .broucher_btn{
    padding: 12px 24px;
    font-size: 16px;
    line-height: 22px;
  }
  .banner .video-container .banner_desc h2{
    font-size: 40px;
    line-height: 60px;
  }
  .banner .video-container video ,.banner .video-container{
    height:550px;
  }
  .banner .video-container:after{
    background-color: linear-gradient(90deg, #000000 22.01%, rgb(0 0 0 / 22%) 61.66%);
  }
  .investement_section {
    padding: 50px 0 50px;
  }
  .investement_section .heading{
    font-size: 28px;
    line-height: 40px;
    padding-right: 0;
    margin-bottom: 25px;;
  }
  .banner .video-container .banner_desc p , .investement_section .normal_text{
    font-size: 14px;
    line-height: 20px;
  }
  .investement_section .icon_row {
    padding-top: 40px;
  }
  .investement_section .icon_row .icon_box{
    margin-bottom:50px;
  }
  
  .investement_section .icon_row .icon_box .icon_text {font-weight: 500;font-size: 16px;line-height: 20px;}
  .investement_section .icon_row .icon_box img{
    height:50px;
  }
  .product_slider_section .product_col .product_bg{
    height: 100%;
    width: 100%;
    left: 0;
  }
  .product_details {
    padding: 20px 0 70px 0;
  }
  .product_slider_section .product_name h4{
    font-size: 34px;
    line-height: 40px;
  }
  .product_slider_section .product_details_main .product_details li:after{
    left:-6px;
    height: 14px;
    width: 14px;
  }
  .product_slider_section .mySwiper .slider_btns {
    left: 0;
    bottom: 2%;
    right: 0;
    margin: auto;
    justify-content: center;
  }
  .swiper-button-next1, .swiper-button-prev1, .swiper-button-next2, .swiper-button-prev2{
    padding:12px 10px;
  }
  .slider_btns svg {
    width: 36px;
  }
  .product_slider_section .product_details_main{
    justify-content: start;
  }
  .category {
    padding: 70px 0 50px;
  }
  .category_heading{
    margin-bottom:20px;
  }
  .main_heading h4{
    font-size: 38px;
    line-height: 50px;
  }  
  .main_heading p {
    font-size: 22px;
    margin-top:10px;
  }
  .category .category_row .slider_btns{
    justify-content: center;
    bottom: -20%;
    right:0;
  }
  .experience_section {
    padding: 70px 0 0;
  }
  .experience_section .experience_text{
    width: 300px;
    height: 300px;
    margin:auto;
    margin-top: 50px;;
  }
  .experience_section .experience_text h4{
    font-size: 100px;
    line-height: 100px;
  }
  .experience_section .experience_text p{
    
    font-weight: 600;
    font-size: 22px;
  }
  .experience_section .experience_text:after{
    height:300px;
    width: 300px;;
  }
  .experience_section .main_heading{
    margin-top: 40px;
    text-align: center;
  }
  .experience_section .experience_text:after{
    left:0;
  }
  .experience_section .counter_row .counter_col h3 span{
    font-size: 34px;
    line-height: 40px;
  }
  .experience_section .counter_row .counter_col .count-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .vision_section{
    padding-top:50px;
    padding-bottom:50px;
  }
  .vision_section .main_heading{
    margin-bottom:20px;
  }
  .vision_section .main_heading p{
    margin-bottom:15px;
  }
  .normal_text{    
    line-height: 24px;
    font-size: 14px;
  }
  .vision_section p {
    margin-bottom: 30px;
  }
  .vision_section .vision_col{
    margin-top:50px;
  }
  .vision_section .vision_box .part_text h5{
    font-size: 22px;
    line-height: 34px;
  }
  .vision_section .vision_box .part_text p{
    font-size:14px;
  }  
  .info_row {
    padding: 10px 0;
  }
  .info_row .normal_heading{
    font-size:22px
  }
  .info_row .big_text{
    font-size:24px;
  }  
  .info_row img {
    width: 30px;
  }
  footer .footer_part {
    padding:0!important
  }
  footer .social_icons{
    padding-bottom:20px;
  }
  footer .footer_part{
    margin-top:20px!important
  }
  footer .footer_part a, footer .footer_part p{
    padding:2px 0;
  }
  footer .footer_part h4{
    font-size: 22px;
    margin-bottom: 10px;
  } 
  .breadcrumb_section{
    padding:50px 0 20px;
  }
  .breadcrumb_section .breadcrumb-item.active{
    font-size: 16px;
  }
  .breadcrumb_section .breadcrumb-item a {
    font-size: 12px;
  }
  .breadcrumb_section .breadcrumb-item{
    font-size:12px;
  }
  .mobile_app_section .app_box svg{
    height:70px
  }
  .mobile_app_section .app_box .name h5{
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
  }
  .tock_show {
    padding: 50px 0;
  }
  .tock_show .main_heading{
    transform: rotate(0);    
    text-align: center;
  }
  .switch_video .video_section .playPauseBtn:before{
    height:90px;
    width:90px;
  }
  .switch_video .video_section .playPauseBtn i{
    font-size:22px;
  }
  .switch_video .video_section .playPauseBtn{
    height:50px;
    width:50px;    
    top: 35%;
  }
  .switch_video .video_section .playPauseBtn:after{
    height:70px;
    width: 70px;;;
  }
  .product_col .category_box .product{
    width:100%;
  }
  .product_detail_section{
    padding-bottom:0;
  }
  .product_detail_section .product_details{
    padding-top:50px
  }
  .product_detail_section .product_box{
    padding:10px 0;
  }
  .product_detail_section .product_box img{
    width:100%  ;
  }
  .partner_section{
    padding:50px 0 50px;
  }
  .service_box .name h5{
    font-size: 16px;
    font-weight: 600;
    padding-left:10px;
    padding-right:10px;
  }
  .service_box{
    margin-bottom:50px;
  }
  .partner_section .heading h4{
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
  }
  .blog_details_section .main_blog_box .img_box{
    height:auto
  }
  .blog_details_section .main_blog_box .blog_details_box .blog_title{
    width: 100%;
    font-size: 26px;
    line-height: 40px;
  }
  .team_priority{
    padding-top:0
  }
  .team_priority .priority_row .vission_box .inner_box {
    flex-direction:column;
  }
  .team_priority .priority_row .vission_box .inner_box .text_main{
    order:1
  }
  .team_priority .priority_row .vission_box .inner_box .text_main h4{
    text-align:center;
    font-size:22px;
    padding-top:20px;;
  }
  .team_priority .priority_row .vission_box .inner_box .text_main p{
    font-size:14px;
  }
  .team_priority .priority_row .vission_box .inner_box .main_img{
    order:0
  }
  .team_priority .priority_row .vission_box{
    padding: 18px 25px;
    border-radius: 8px;
    margin-bottom:30px
  }
  .team_priority .investement_row{
    padding:50px 0 0;
  }
    .owner_text{
      order:1;
      padding-top:20px;
    }
    .owner_section .owner_details .owner_text{
      font-size: 14px;
      line-height: 22px;
      padding-top:0
    }
    .owner_section .owner_details .owner_name{
      font-size:22px;
    }
    .owner_section .owner_details .owner_designation{
      font-size:18px;
    }
    .owner_pic{
      order:0
    }
    .team_section{
      padding:50px 0 0;
    }
    .owner_section .owner_pic{
      display:flex;
      justify-content:center;
    }
    .owner_section .owner_pic img{
      height:100%;
      width:auto;
    } 
}