/* Variables
======================*/
@font-face {
  font-family: "RB";
  src: url("fonts/RB-Bold.eot");
  src: url("fonts/RB-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RB-Bold.woff2") format("woff2"),
    url("fonts/RB-Bold.woff") format("woff"),
    url("fonts/RB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RB";
  src: url("fonts/RB-Regular.eot");
  src: url("fonts/RB-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/RB-Regular.woff2") format("woff2"),
    url("fonts/RB-Regular.woff") format("woff"),
    url("fonts/RB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Setting Style
======================*/
a,span,img,h1,h2,h3,p,input,li,div,button,ul{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease;transition: all 0.5s ease;}

*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #000 !important;
  color: #fff !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #efefef;
  width: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #efefef;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #4d6cf6;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

body {
  font-family: "RB";
  font-weight: normal;
  overflow-x: hidden;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    min-width: 1230px;
  }
}

.shadow {
  box-shadow: 0px 0px 20px 5px #dddddd !important;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec_id {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  right: 0;
  left: 0;
}

/* Tabs
=======================*/
.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  text-align: center;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  margin: 0 5px;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #000;
  background-color: #e1edf8;
  font-size: 16px;
  text-align: center;
  padding: 0 45px;
  line-height: 45px;
  position: relative;
}
.nav-tabs .nav-link:hover {color:#4d6cf6;}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .nav-tabs .nav-link {
    /* padding: 0px 35px 0px 35px; */
    margin: 5px 5px 10px 10px;
  }
}
.nav-tabs .nav-link.active {
  background-color: #fff;
  border: 1px solid #beccdb;
  color: #4d6cf6;
}

/* Confirm box
========================*/
.confirm_box {
  width: 100%;
  height: 100%;
  padding: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  text-align: center;
  background-color: #0009;
  z-index: 9999999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm_box .cont {
  padding: 25px;
  background-color: #fff;
  position: relative;
  width: 100%;
  max-width: 320px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.confirm_box i {
  color: #7ac521;
  margin: auto;
  font-size: 68px;
}
.confirm_box button {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.confirm_box h3 {
  color: #7ac521;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  font-weight: normal;
}
.confirm_box h4 {
  color: #000;
  margin: 0;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}

/* Side Icons
=======================*/
.side_icons {
  position: fixed;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
@media (max-width: 767px) {
  .side_icons {
    display: none;
  }
}
.side_icons a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 7px 1px #dddddd !important;
}
.side_icons a:hover { margin-bottom: 22px;background-color:#e9f2fa ;  box-shadow: 0px 0px 0px 0px #dddddd !important;}
/* Header
==========================*/
header {
  position: fixed;
  top: 60px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 9997;
  padding: 0;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.move {
  top: 0;
  padding: 20px 0;
  background-color: #fff;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  border-bottom:solid 1px #e9f2fa ;
}
header .container {
  position: relative;
  min-height: 45px;
}
@media (max-width: 991px) {
  header .container {
    min-height: auto;
  }
}
header .navbar-brand {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
  width: 200px;
  height:50px;
}
@media (max-width: 575px) {
  header .navbar-brand {
    width: 185px;
    margin:0px 10px 0px 0px ;
  }

}
header .navbar-brand img {
  height: 100%;
}
header .btns {
  z-index: 9999;
  display: flex;
}
header .btns a {
  padding: 0 25px;
  line-height: 45px;
  background-color: #4d6cf6;
  color: #fff;
  display: block;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 8px 3px #dde3fd;
  -moz-box-shadow: 1px 1px 8px 3px #dde3fd;
  -ms-box-shadow: 1px 1px 8px 3px #dde3fd;
  -o-box-shadow: 1px 1px 8px 3px #dde3fd;
  box-shadow: 1px 1px 8px 3px #dde3fd;
}
header .btns a:hover{  background-color: #ec7d58;}

header .btns a img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-inline-end: 15px;
}
@media (max-width: 767px) {
  header .btns a {
    width: 45px;
    padding: 0;
    text-align: center;
    margin:0px 0px 0px 5px;
  }
  header .btns a img {
    margin:0px 0px 0px 0px;
    width: 23px;
  }
  header .btns a span {
    display: none;
  }

}
header .btns .home_link {
  padding: 0;
  margin-inline-end: 10px;
  display: inline-block;
  color: #000;
  background-color: #e9f2fa;
  width: 45px;
  margin-inline-start: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;

}

header .btns .home_link img {
  width: 18px;
  margin: auto;
}
header .btns .menu-btn {
  vertical-align: middle;

  border: 0;
  padding: 0;
  background-color: #ec7d58;
  width: 45px;
  height: 45px;
  margin-inline-start: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
/* header .btns .menu-btn:hover {  background-color: #4d6cf6;} */
header .btns .menu-btn span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 50%;
  margin: 5px auto;
  border-radius: 12px;
  margin-inline-end:10px;
}
header .btns .menu-btn span:nth-child(3) {
  width: 20%;
}
header .btns .menu-btn span:nth-child(2) {
  width: 35%;
}
@media (max-width: 991px) {
  header .btns .menu-btn {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  header .btns .home_link_index {
    display: none !important;
  }
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -45px;
}
.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 20px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 45px;
}
.navbar .navbar-nav li a.home_link {
  background-color: #e9f2fa;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-inline-start: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #fff;
}
.navbar .navbar-nav li a.home_link:hover {background-color: #fff;  border: solid 2px #e9f2fa;}

.navbar .navbar-nav li a.home_link img {
  width: 18px;
}
.navbar .navbar-nav li a:hover {
  color: #4d6cf6;
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 0;
    /* background-color: #ec7d58; */
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,242,250,1) 100%); 
    position: absolute;
    top: 83px;
    width: 100%;

  }
  .navbar ul.navbar-nav {
    border-top: 1px solid #fff1;
    display: block;
    text-align: start;
    padding: 10px 0;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .navbar ul.navbar-nav li {
    display: block;
    width: 49%;
  }
  .navbar ul.navbar-nav li a {
    color: #fff !important;
    border: 1px solid #fff2;
    text-align: center;
    margin: 5px auto;
  }
  .navbar ul.navbar-nav li:has(.home_link) {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .navbar ul.navbar-nav{padding: 30px;}
  .navbar ul.navbar-nav li {
    
    width: 47%;
  }
  .navbar ul.navbar-nav li a {
    font-size: 14px;
    margin: auto;
    color:#000 !important;
    border-bottom:solid 1px #d1dce7 ;
  }
  .navbar ul.navbar-nav li a:hover{color:#4d6cf6 !important; }
  .navbar ul.navbar-nav li:first-child{display: none;}
}

/* Main Section 
==========================*/
.main_section {
  padding: 180px 0 60px;
  position: relative;
}
@media (max-width: 991px) {
  .main_section .intro_cont {
    padding-inline-start: 0;
    margin-top: 50px;
    text-align: center;
  }
  .main_section .intro_cont h3::after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .main_section .main_slider {
    margin: auto;
    height: auto;
    padding-top: 50px;
  }
  .main_section .main_slider::before {
    content: "";
    background-size: contain;
  }
  .main_section .main_slider .owl-dots {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .main_section {
    padding: 170px 0 60px;
  }
  /* .main_section::after {display: none;} */
  /* header .btns .home_link{display: none !important;} */
  .main_section::after {
    content: "";
    position: absolute !important;
    top: 0 !important;
    left:0 !important;
    inset-inline-end: 0 !important;
    width: 73px !important;
    height: 155px !important;
    background: url(../images/shaps/shap_top_left.png) center no-repeat !important;
    background-size: cover!important;
  }
}
.main_section::before {
  content: "";
  position: absolute;
  top: 0;
  right:0;
  inset-inline-start: 0;
  width: 152px;
  height: 130px;
  background: url(../images/shaps/shap_top.png) center no-repeat;
  background-size: cover;
}
.main_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left:0;
  inset-inline-end: 0;
  width: 142px;
  height: 130px;
  background: url(../images/shaps/shap_bottom.png) center no-repeat;
  background-size: cover;
}

.main_slider {
  position: relative;
  height: 520px;
  padding-top: 96px;
  padding-right: 20px;
}
.main_slider .item img {
  height: 100%;
  object-fit: cover;
}
.main_slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shaps/slider_bg.png) center no-repeat;
  background-size: contain;
}

.intro_cont {
  text-align: start;
  padding-inline-start: 50px;
}
.intro_cont h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 15px;
}
.intro_cont h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
  padding-bottom: 25px;
  position: relative;
}
.intro_cont h3::after {
  content: "";
  position: absolute;
  background-color: #aabdce;
  width: 35px;
  height: 4px;
  bottom: 0;
  right:0;
  inset-inline-start: 0;
}
.intro_cont p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .intro_cont h1 {
    font-size: 36px;
  }

  .main_slider .item img {
    height: 350px !important;
   
  }
  .intro_cont h3 {
    font-size: 22px;
  }
  .intro_cont p {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.numbers {
  width: 100%;
}
.numbers li {
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 230px;
  padding: 20px;
  position: relative;
  z-index: 99;
}
.numbers li:nth-child(2) {
  width: 210px;
  margin: 0 40px;
}
.numbers li:nth-child(3) {
  width: 170px;
  text-align: center;
  justify-content: center !important;
}
.numbers li img {
  margin: 0;
}
.numbers li h3 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.numbers li h3::after {
  display: none;
}
.numbers li span {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 767px) {
  .numbers {
    flex-wrap: wrap;
  }
  .numbers li {
    width: 100%;
    margin-bottom: 15px;
  }
  .numbers li:nth-child(2) {
    width: 48%;
    margin: auto;
  }
  .numbers li:nth-child(3) {
    width: 48%;
    margin: auto;
  }
}
@media (max-width: 575px) {

  .numbers li:nth-child(1) {
    width: 90%;
    margin:20px auto;
  }
  .numbers li:nth-child(2) {
    width: 50%;
    margin: auto;
  }
  .numbers li:nth-child(3) {
    width: 35%;
    margin: auto;
  }
}

.small_dots {
  margin-top: 30px;
  margin-inline-start: 30px;
}
@media (max-width: 767px) {
  .small_dots {
    display: none;
  }
}
.small_dots li {
  margin-inline-end: 50px;
}
.small_dots li button {
  position: relative;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 160px;
}
.small_dots li button::before {
  content: "";
  position: absolute;
  left: 0;
  right: -30px;
  top: 0;
  bottom: 0;
  width:110px;
  height: 100%;
  border: 0;
  background-color: #e8f1f9;
 


  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.small_dots li button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 130px;
 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 75%;
}
.small_dots li button img {
  margin: auto;
  width: 120px;
  height: 130px;
  position: relative;
  object-fit: contain;
  z-index: 999;
  right:-16px;
  top:13px;
}
.small_dots li button.active::before {
  background-color: #fff;
  border: 2px solid #e2eaf2;
}
@media (max-width: 575px) {
  .small_dots li {
    margin-inline-end: 10px;
  }
  .small_dots li button {
    height: 80px;
  }
  .small_dots li button::before {
    width: 55px;
  }
  .small_dots li button img {
    width: 70px;
    height: 85px;
  }
}

/* About
=======================*/
.about {
  background-color: #fff;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about .cust_div {
    justify-content: space-evenly !important;
  }
  .about .cust_div .about_item {
    min-width: 270px;
  }
}
@media (max-width: 767px) {
  .about .cust_div .about_item {
    min-width: 220px;
  }
}
@media (max-width: 575px) {

  .about .container > .row {padding:80px 0px 100px 0px !important;} 
  .about .cust_div {
    flex-wrap: wrap;
  }
  .about .cust_div .about_item {
    margin: 80px auto 0;
    min-width: 90%;
    height: auto;
  }
}
.about .container > .row {
  border-top: 1px solid #e3e5e6;
  padding: 50px 0 100px;
}
@media (max-width: 991px) {
  .about .container > .row {
    padding: 30px 0;
  }
}
.about .side_text {
  text-align: right;
}
.about .side_text > .cont {
  padding: 0 50px;
}
.about .side_text h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 25px;
  position: relative;
}
.about .side_text h3::after {
  content: "";
  position: absolute;
  background-color: #ec7d58;
  width: 35px;
  height: 4px;
  bottom: 0;
  right:0;
  inset-inline-start: 0;
}
.about .side_text p {
  font-size: 15px;
  text-align: justify;
  line-height: 25px;
}
@media (max-width: 767px) {
  .about .side_text > .cont {
    padding: 0;
    padding-inline-start: 25px;
  }
}
@media (max-width: 575px) {
  .about .side_text {
    flex-direction: column;
    width: 90%;
    margin:0px auto ;
  }
  .about .side_text img {
    max-width: 64px;
    margin: auto 0 15px;
  }
  .about .side_text > .cont {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .about .contact_info {
    margin: 0;
  }
}
.about .contact_info li {
  display: block;
  padding: 0;
}
.about .contact_info li:nth-child(1) {
  border: 1px solid #d9e7f4;
  padding: 15px 30px;
  background-color: #f6f9fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.about .contact_info li:nth-child(1) a {
  margin: 0;
  text-align: right;
}
.about .contact_info li:nth-child(1) img {
  width: auto;
  background-color: transparent;
  padding: 0;
  height: auto;
  margin-top: 0;
}
.about .contact_info li:nth-child(1) h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  direction: rtl;
  line-height: 25px;
}
.about .contact_info a {
  display: inline-block;
  margin-top: 30px;
  color: #000;
  text-align: start;
}
/* .about .contact_info a img {
  width: 45px;
  height: 45px;
  background-color: #e9f2fa;
  margin: 0;
  margin-inline-end: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px;
} */

.about .contact_info a:hover {

  color: #ec7d58;

}
.about .contact_info a img:hover {    border: solid 2px  #ec7d58;}
.about .contact_info a img {
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin: 0;
  margin-inline-end: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px;
  border: solid 2px #e9f2fa;
}
.about .contact_info a h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  direction: ltr;
}
@media (max-width: 767px) {
  .about .contact_info a h3 {
    font-size: 18px;
  }
}
.about .contact_info a h3::after {
  display: none;
}
.about .contact_info a span {
  text-align: right;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: normal;
}

.about_item {
  text-align: center;
  background-color: #fff;
  padding: 25px;
  height: 291px;
  width: 230px;
  justify-content: space-between !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 1px 1px 15px 1px #dddddd !important;
}
.about_item img {
  margin: -55px auto 15px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: #e9f2fa;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about_item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.about_item h3::after {
  content: "";
  position: absolute;
  background-color: #4d6cf6;
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.about_item p {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
.about_item a {
  line-height: 40px;
  background-color: #e9f2fa;
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-inline-end: 25px;
  color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.about_item a:hover{background-color: #4d6cf6;color: #fff; }

.about_item a i {
  width: 40px;
  background-color: #4d6cf6;
  color: #fff;
  line-height: 40px;
}
.about_item:last-child {
  background-color: #e9f2fa;
}

.about_item:last-child h3::after {
  background-color: #ec7d58;
}
.about_item:last-child img {
  background-color: #fff;
  border: 2px solid #e9f2fa;
}
.about_item:last-child a {
  background-color: #fff;
  flex-direction: row;
  padding-inline-end: 0;
  padding-inline-start: 25px;
}
.about_item:last-child a:hover {
  background-color: #ec7d58;
}
.about_item:last-child a i {
  background-color: #ec7d58;
}

/* Modal
=======================*/
.modal {
  z-index: 9999;
}
.modal .close_btn {
  position: absolute;
  z-index: 9999;
  top: 20px;
  left: 20px;
  color: #5b5959;
  padding: 0;
  background-color: #e9f2fa;
  font-size: 16px;
  width: 35px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bolder;
}
.modal .close_btn:hover{color:#fff ;  background-color: #4d6cf6;border: none;}

.modal .modal-dialog {
  max-width: 98%;
}
.modal .modal-content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 45px;
  width: 98%;
  margin: 30px auto 0;
  border: 0;
  height: 100%;
  overflow-y: auto;
  max-width: 740px;
  text-align: start;
}
.modal .modal-content h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
  padding-bottom: 15px;
  position: relative;
}
.modal .modal-content h3::after {
  content: "";
  position: absolute;
  background-color: #aabdce;
  width: 30px;
  height: 3px;
  bottom: 0;
  right:0;
  inset-inline-start: 0;
}
.modal .modal-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
.modal .modal-content p {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 25px;
}
.modal .modal-content li {
  background-color: #ebf4fc;
  padding: 15px;
  padding-inline-start: 30px;
  text-align: center;
  display: block;
  margin: 5px auto;
  line-height: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.modal .modal-content li::before {
  content: "\f104";
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  width: 30px;
}
@media (max-width: 575px) {
  .modal .modal-content h3 {
    font-size: 24px;
  }
  .modal .modal-content h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0;
    line-height: 26px;
  }
  .modal .modal-content p {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .modal .modal-content li {
    background-color: #ebf4fc;
    padding: 15px;
    padding-inline-start: 30px;
    text-align: center;
    display: block;
    margin: 5px auto;
    line-height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
  }
  .modal .modal-content li::before {
    content: "\f104";
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    width: 30px;
  }
}

.modal-backdrop.show {
  opacity: 80%;
  z-index: 9998;
}

#contact .modal-content {
  padding: 60px 25px 25px;
  padding-inline-start: 330px;
  max-width: 820px;
}
#contact .modal-content h3::after {
  background-color: #4d6cf6;
}
#contact .modal-content::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  right:0;
  width: 270px;
  height: 100%;
  background: url(../images/contact_right_img.png) no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  #contact .modal-content {
    padding: 50px 30px 25px 25px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
  }
  #contact .modal-content::before {
    display: none;
  }
}

#join_us .modal-content {
  padding: 25px;
  padding-inline-start: 290px;
  padding-inline-end: 0;
  max-width: 860px;
  overflow: hidden;
}
#join_us .modal-content .join_cont {
  height: 100%;
  max-height: 540px;
  overflow: hidden;
  overflow-y: auto;
  padding-inline-end: 25px;
}
#join_us .modal-content h3::after {
  background-color: #ec7d58;
}
#join_us .modal-content::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  right:0;
  width: 270px;
  height: 100%;
  background: url(../images/join_right-img.png) no-repeat bottom;
  background-size: cover;
}
@media (max-width: 575px) {
  #join_us .modal-content {
    padding: 50px 30px 25px 25px;
    max-height: 500px;
  }
  #join_us .modal-content::before {
    display: none;
  }
}
#join_us .modal-content .link {
  background-color: #ec7d58;
}
#join_us .modal-content .link:hover {
  background-color: #4d6cf6;
}
#join_us .modal-content .accounts {
  border-top: 1px solid #e0eaf4;
  border-bottom: 1px solid #e0eaf4;
  padding: 25px 0;
  margin-bottom: 25px;
}
#join_us .modal-content .accounts .form-control {
  width: 290px;
}
#join_us .modal-content .accounts .account {
  margin: 10px auto;
}
#join_us .modal-content .accounts .account .form-control {
  display: none;
}
@media (max-width: 575px) {
  #join_us .modal-content .accounts .account {
    flex-direction: column;
    align-items: flex-start !important;
  }
  #join_us .modal-content .accounts .account .form-control {
    margin: 15px auto;
    max-width: 100%;
  }
}
#join_us .modal-content .accounts .social_item label {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#join_us .modal-content .accounts .social_item i,
#join_us .modal-content .accounts .social_item img {
  width: 30px;
  height: 30px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-inline-end: 10px;
}
#join_us .modal-content .accounts .social_item img {
  padding: 5px;
}
#join_us .modal-content .accounts h4 {
  margin-top: 0;
}
#join_us .modal-content .check_list {
  display: inline-block;
  width: 150px;
}
#join_us .modal-content input[type="checkbox"],
#join_us .modal-content input[type="radio"] {
  display: none;
}
#join_us .modal-content input[type="checkbox"] + label,
#join_us .modal-content input[type="radio"] + label {
  position: relative;
  padding-inline-start: 30px;
  cursor: pointer;
  margin: 0;
  font-size: 12px;
}
#join_us .modal-content input[type="checkbox"] + label::before,
#join_us .modal-content input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  right:0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  line-height: 18px;
  font-size: 10px;
  z-index: 99;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#join_us .modal-content input[type="radio"] + label::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#join_us .modal-content input[type="checkbox"]:checked + label::before,
#join_us .modal-content input[type="radio"]:checked + label::before {
  content: "\f00c";
  border-color: #ec7d58;
  background-color: #ec7d58;
  color: #fff;
}

form .form-group {
  text-align: start;
  margin-bottom: 15px;
}
form label {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
form .form-control {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #deeaf5 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
form textarea {
  min-height: 160px;
  resize: none;
}
form .link {
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #4d6cf6;
  color: #fff;
  padding: 0 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
form .link:hover {
  background-color: #ec7d58;
}
form .check_group {
  min-width: 50%;
  text-align: start;
}
form .check_group .check_list {
  display: inline-block;
  vertical-align: middle;
  margin-inline-start: 25px;
}
form .check_group label {
  margin: 0;
}

/* Services
===========================*/
.side_title {
  text-align: start;
}
.side_title img {
  margin-inline-end: 30px;
}
.side_title h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
.side_title span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
}
.side_title span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  inset-inline-start: 100px;
  height: 3px;
  width: 35px;
  background-color: #4d6cf6;
}
@media (max-width: 575px) {
  .side_title img {
    width: 70px;
    margin-inline-end: 10px;
  }
  .side_title h3 {
    font-size: 24px;
  }
}

.services {
  padding: 100px 0 30px;
  position: relative;
  background: url(../images/services/services_bc.png) center top no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .services {
    padding: 30px 0;
  }
  .services .col-12 {
    flex-wrap: wrap;
    min-width: 100%;
  }
  .services .col-12 .side_title {
    margin-bottom: 35px;
  }
  .services .col-12 .nav-tabs {
    width: 100%;
    text-align: center;
  }
}

.service {
  margin: 70px auto;
}
@media (max-width: 991px) {
  .service {
    margin: 30px 0;
  }
  .service .cust_div {
    flex-wrap: wrap;
  }
  .service .cust_div .package_head {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .services{padding:100px 0px 40px 0px !important;}
  .service .cust_div .package_head {
    line-height: 25px;
    padding: 15px;
  }
}

.service_head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.service_head img {
  height: 120px;
  margin: 0;
  margin-inline-end: 40px;
}
.service_head .cont {
  text-align: start;
}
.service_head h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.service_head p {
  font-size: 16px;
  margin: 0;
  max-width: 420px;
}
@media (max-width: 575px) {
  .service_head img {
    height: 70px;
    margin-inline-end: 15px;
  }
  .service_head h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service_head p {
    font-size: 13px;
    max-width: 100%;
  }
}

.service_img {
  margin: auto;
}
@media (max-width: 991px) {
  .service_img {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .service_img {
    max-width: 100%;
  }
}

.step {
  margin-top: 25px;
  text-align: start;
}
.step img {
  margin: 0;
  margin-inline-end: 25px;
  width: 32px;
}
.step p {
  max-width: 220px;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .step p {
    max-width: 100%;
    font-size: 14px;
  }
}

.nested_tabs {
  justify-content: flex-start;
  /* border-bottom: 1px solid #dee2e6; */
  margin: 45px 0 10px !important;
}
.nested_tabs .nav-link {
  color: #adacac;
  background-color: transparent;
  font-size: 16px;
  line-height: 45px;
  width: 47%;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .nested_tabs .nav-link {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .nested_tabs .nav-link {
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
  }
}
/* .nested_tabs .nav-link.active {
  background-color: #e9f2fa;
  border: 0;
  color: #000;
  position: relative;
} */
.nested_tabs .nav-link.active {
  background-color: #fff;
  border: 1px solid #beccdb;
  color: #000;
  position: relative;
}


.nested_tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: #beccdb;
  width: 8px;
  height: 8px;
}

.step_icons {
  margin-top: 45px;
}
.step_icons li {
  text-align: center;
  width: 160px;
}
.step_icons li:nth-child(2) {
  margin: 0 50px;
}
.step_icons li img {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto 25px;
  padding: 25px;
  width: 160px;
  height: 120px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .step_icons li img {
    width: 140px;
  }
}
.step_icons li p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .step_icons {
    flex-direction: column;
  }
  .step_icons li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .step_icons li img {
    width: 120px;
    height: 80px;
    padding: 15px;
    margin-bottom: 10px;
  }
}

.package_head {
  text-align: center;
  padding: 0 25px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 60px;
  max-width: 96%;
}
.package_head::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -25px;
  background: url(../images/services/arrows.png);
  width: 76px;
  height: 46px;
  z-index: 0;
}
.package_head u {
  color: #ec7d58;
}

.package {
  margin: 25px auto 0;
  padding: 25px;
  background-color: #e9f2fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.package .head {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .package .head {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .package .head .price {
    margin-top: 25px !important;
  }
}
.package .head .title {
  text-align: start;
}
.package .head .title span {
  text-align: center;
  width: 25px;
  height: 40px;
  padding-bottom: 5px;
  line-height: 35px;
  margin-inline-end: 10px;
  color: #ec7d58;
  border-bottom: 1px solid #ec7d58;
  font-weight: bold;
  font-size: 18px;
}
.package .head .title h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  color: #000;
}
.package .head .title h3 strong {
  margin-top: 5px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ec7d58;
}
.package .head .price {
  background-color: #ec7d58;
  padding: 0 20px;
  line-height: 40px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.package .head .price strong {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-inline-end: 5px;
  vertical-align: middle;
}
.package .list {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.package .list li {
  width: 32%;
  display: inline-block;
  line-height: 20px;
  margin-top: 15px;
  padding-inline-start: 25px;
  color: #000;
  position: relative;
  text-align: start;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .package .list li {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .package .list li {
    width: 100%;
  }
}
.package .list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
  margin: auto;
  color: #000;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.package .list li.full_wid {
  width: 100%;
  min-width: 100%;
  padding-bottom: 0;
  border: 0;
}
.package.white_package {
  background-color: #fff;
  border: 1px solid #dde9f5;
}
.package.white_package .head .price {
  background-color: #fff;
  border: 1px solid #ec7d58;
  margin: 0;
  color: #ec7d58;
}
.package.white_package .head .price strong {
  color: #ec7d58;
}
.package.white_package .list li {
  border-bottom-color: #dde9f5;
}
.package.white_package .list li::before {
  color: #ec7d58;
}

/* Projects
===========================*/
.projects {
  padding: 150px 0 50px;
  position: relative;
}
.projects::before {
  content: "";
  position: absolute;
  top: 0;
  right:0;
  inset-inline-start: 0;
  width: 152px;
  height: 130px;
  background: url(../images/shaps/shap_top.png) center no-repeat;
  background-size: cover;
}
.projects::after {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  inset-inline-end: 0;
  width: 73px;
  height: 155px;
  background: url(../images/shaps/shap_top_left.png) center no-repeat;
  background-size: cover;
}

.project_title {
  text-align: center;
  margin-bottom: 30px;
}
.project_title h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.project_title p {
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}
.project_title p::after {
  content: "";
  position: absolute;
  background-color: #4d6cf6;
  width: 35px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.project_item {
  margin: 25px auto;
  text-align: center;
}
.project_item .cover {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 290px;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .project_title {

    margin-top: 50px;
  }
  .project_item .cover {
    max-width: 100%;
  }
}
.project_item .cover::before {
  content: "";
  position: absolute;
  background-color: #d1d1d1;
  width: 98%;
  height: 98%;
  bottom: -5px;
  left: -5px;
  margin: auto;
  z-index: -1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.project_item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project_item h3 {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
}

.video_icon::after {
  font-family: "Font Awesome 5 Free";
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 40px;
  line-height: 65px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 999;
  content: "\f04b";
  font-weight: 900;
  border-radius: 50%;
  border: 3px solid #fff;
  padding-left: 7px;
}

/* Footer
=======================*/
footer {
  background-color: #ebf3fa;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  footer {
    padding-bottom: 100px;
  }
}

.clients_slider {
  padding: 50px 70px;
}
.clients_slider .owl-stage-outer {
  z-index: 9998;
}
.clients_slider img {
  position: relative;
  z-index: 9998;
  padding: 0 15px;
  border-inline-end: 1px solid #c4d5e5;
}
@media (max-width: 575px) {
  .clients_slider img {
    padding: 0;
    border: 0;
  }
}

.copyrights {
  text-align: center;
  border-top: 1px solid #c4d5e5;
  position: relative;
  z-index: 999;
}
.copyrights .up_btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin: auto;
  color: #3a3939;
  margin-top: -30px;
  margin-bottom: 30px;
  z-index: 9999;
}
.copyrights .cont {
  margin-bottom: 25px;
}
.copyrights .cont img {
  width: 180px;
  margin: 0;
  margin-inline-end: 15px;
}
.copyrights .cont p {
  border-inline-start: 1px solid #c4d5e5;
  max-width: 290px;
  font-size: 16px;
  margin: 0;
  text-align: start;
  padding: 5px 15px;
}
.copyrights .cont p span {
  color: #4d6cf6;
}
@media (max-width: 575px) {
  .copyrights .cont {
    flex-wrap: wrap;
  }
  .copyrights .cont img {
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  .copyrights .cont p {
    border-inline-start: 0;
    border-top: 1px solid #c4d5e5;
    padding: 15px 0 0;
    text-align: center;
  }
}

.social {
  margin-top: 15px;
}
.social a {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #b9cddf;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.social a:hover {
  background-color: #4d6cf6;
}

/* Fixed Contact
======================*/
.fixed_contact {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 720px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  background-image: linear-gradient(270deg, #4d6cf6, #62d0f9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 9998;
}
.fixed_contact.flex {
  display: flex;
}
.fixed_contact a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: start;

  padding:10px 25px 10px 25px ;
}

.fixed_contact a:hover {

  margin:0px 0px 0px 20px ;
color: #e9f2fa;
}
.fixed_contact a:nth-child(2) {
  border-right: 1px solid #0002;
  border-left: 1px solid #0002;
}
.fixed_contact a img {
  margin: 0;
  margin-inline-end: 20px;
}
.fixed_contact a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .fixed_contact {
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .fixed_contact a span {
    display: none;
  }
}
@media (max-width: 575px) {
  .fixed_contact a {
    padding: 15px !important;
    font-size: 13px !important;
  }
  .fixed_contact a img {
    margin-inline-end: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
