@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  height: 100%;
  font-weight: 400;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

a:focus {
  outline: 0px solid
}

img {
  max-width: 100%;
  height: auto
}

p {
  margin: 0 0 15px;
  color: #626262;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

h3 {
  font-weight: 700;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #ec4445;
  text-decoration: none;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

.container{
  width: 1176px;
}

.container-fluid{
  width: 100%;
  padding: 0px 50px;
}

html {
  scroll-behavior: smooth;
}

.header_main {
  border-top: 4px #006DA6 solid;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.10);
}

.contact_no {
  float: right;
  width: 230px;
  margin-top: -13px;
}

.contact_no h3 svg {
  width: 60px;
  height: auto;
  margin-right: 10px;
  float: left;
}

.contact_no h3 span {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

.contact_no h3 span span{
  color: #006DA6;
  width: auto;
}

.contact_no h3{
  width: calc(100% - 70px);
  float: right;
  color: #006DA6;
  font-size: 24px;
}

li.nav-item.Support-btn a.nav-link{
  width: 150px;
  padding: 5px 0px;
  border-radius: 6px;
  background: #006DA6;
  color: #fff;
  margin-top: 2px;
  text-align: center;
}

li.nav-item.Support-btn a.nav-link:hover{
  background: #000;
}
.logo-img {
  width: 180px;
  height: auto;
}

.navbar-expand-lg .navbar-collapse {
  display: inline-block!important;
  flex-basis: auto;
}

.navbar{
  padding: 10px 0px !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  display: inline-block;
  float: right;
  width: auto;
  padding-top: 15px;
}

li.nav-item {
  float: left;
  width: auto;
  padding: 0px 10px;
}

li.nav-item a{
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

a.nav-link:hover, a.nav-link.active, a.nav-link:focus {
  color: #006DA6;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #212529;
    width: 240px;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(-240px);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .navbar-collapse  li.nav-item {
    padding: 0px 3px;
    width: 100%;
}

.navbar-collapse  li.nav-item a{
  color: #fff;
}

  .navbar-collapse.show {
    transform: translateX(0px);
  }

  .contact_no {
    margin-top: 20px !important;
}

.contact_no h3{
  color: #fff;
}

.contact_no h3 span{
  color: #fff;
}

li.nav-item.Support-btn {
  margin-top: 10px;
}

li.nav-item.Support-btn a{
  width: 100% !important;
}

  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
}

.home_slider{
  width: 100%;
  display: inline-block;
  height: 550px;
  position: relative;
  margin-top: 90px;
}

.home_slider img{
  width: 100%;
  display: inline-block;
  height: 100%;
  object-fit: cover;
}

.slider_content {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
}

.slider-txt{
  height: 550px;
  display: table;
}

.slider-txt span{
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

.slider-txt h3{
  color: #006DA6;
font-size: 36px;
font-weight: 600;
margin-bottom: 15px;
}


.slider-txt h5{
  color: #FFF;
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
}

.slider-txt h2{
  color: #FFF;
font-family: Montserrat;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
}

.slider-txt .price_txt span{
  color: #FFF;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}

.slider-txt .price_txt h2{
color: #006DA6;
font-size: 50px;
font-weight: 700;
text-transform: uppercase;
}

.slider-txt .price_txt h2 sub{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  }

  .slider-txt .price_txt p {
    border-radius: 8px;
    background: #000;
    width: auto;
    display: inline-block;
    padding: 3px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.price_txt {
  margin-top: 30px;
}

.slider_btn{
  margin-top: 30px;
}

a.btn_slider1 {
  border-radius: 6px;
  border: 2px solid #006DA6;
  color: #006DA6;
  width: auto;
  height: 44px;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0px 20px;
}

a.btn_slider1:hover {
  border: 2px solid #006DA6;
  color: #fff;
  background: #006DA6;
}


a.btn_slider2 {
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 20px;
}

a.btn_slider1:hover {
  border: 2px solid #fff;
  color: #006DA6;
  background: #ffff;
}

.triangle {
  width: 100%;
  height: 550px;
  background: url(../images/slider-bg.png) left top no-repeat;
  background-size: 100% 100%;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    position: relative;
    padding-top: 40px;
    padding-left: 90px;
  }

  .triangle::after {
  width: 30%;
  height: 550px;
  background: #F8F9FA;
  position: absolute;
  right: -50px;
  top: 0px;
  content: '';
  }

.triangle img{
  width: 95% !important;
}



.owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 0px;
}

.owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 12px;
  background: #A9A9A9 !important;
  display: inline-block;
  margin: 0px 10px;
}

.owl-dot.active {
  background: #006DA6 !important;
}

.about_sec{
  padding: 60px 0px;
}

.about_sec img.images1 {
  width: 65%;
  float: left;
  height: 420px;
  object-fit: cover;
}

.about_sec img.images2 {
  width: 65%;
  float: right;
  margin-top: -140px;
  height: 320px;
  object-fit: cover;
}

span.yr_ex {
  width: 40%;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #006DA6;
  z-index: 99;
  padding: 30px 20px;
  font-size: 36px;
  line-height: 21px;
  color: #fff;
}


span.yr_ex h3 {
  font-size: 36px;
  line-height: 21px;
  color: #fff;
}

span.yr_ex span{
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

span.yr_ex::after{
  position: absolute;
  left: 0px;
  bottom: -60px;
  background: url(../images/icon.png) left top no-repeat;
  width: 56px;
  height: 84px;
  content: '';
}

.about-img{
  position: relative;
}

.about_sec h5{
  color: #006DA6;
font-size: 18px;
text-transform: uppercase;
position: relative;
}

.about_sec h5::after{
width: 22px;
height: 2.5px;
display: inline-block;
background: #006DA6;
content: '';
margin-left: 10px;
}


.about_sec h2{
color: #0E1940;
font-size: 36px;
font-weight: 700;
line-height: 48px;
text-transform: capitalize;
}


.about_sec p{
  color: #515151;
font-weight: 500;
line-height: 24px;
text-transform: capitalize;
margin-bottom: 30px;
font-size: 15px;
}

.about_contact {
  border-top: #000 1px solid;
  padding: 25px 0px 0px;
}

.cont-img {
  width: auto;
  float: left;
  margin-right: 20px;
  position: relative;
}

.cont-img img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  float: left;
}

.cont-img span.ic {
  width: 34px;
  height: 34px;
  position: absolute;
  background: #006DA6;
  line-height: 34px;
  text-align: center;
  border-radius: 20px;
  right: -15px;
  top: 12px;
}

.about_sec .about_contact h5 {
  color: #0E1940;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  margin-left: 20px;
  display: inline-block;
  margin-top: 14px;
}


.about_sec .about_contact h5::after {
  display: none;
}

.about_col {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    padding: 20px;
    margin: 60px 0px 0px;
    min-height: 170px;
}

.about_col span.ic {
  width: 80px;
  height: 80px;
  position: relative;
  background: #F8F9FA;
  line-height: 80px;
  text-align: center;
  border-radius: 90px;
  float: left;
  margin-right: 15px;
  right: auto;
  top: auto;
}


.about_col .txtabout {
  width: calc(100% - 100px);
  float: left;
}

.about_col .txtabout h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 114.286% */
  text-transform: capitalize;
}

.about_col .txtabout p {
  margin: 0px;
  line-height: 21px;
}

.get_free_set{
  width: 100%;
  padding: 150px 0px;
  text-align: center;
  background: url(../images/get-free-bg.png) left top no-repeat;
  background-size: cover;
  position: relative;
}

.get_free_set::after{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: '';
  background: rgba(0, 0, 0, 0.85);
}

.z-index2{
  z-index: 2;
  position: relative;
}

.get_free_set h3{
  color: #F8F9FA;
font-size: 36px;
font-weight: 700;
line-height: 48px; /* 133.333% */
text-transform: capitalize;
}

.get_free_set h3 span{
  color: #006DA6;
}

.get_free_set p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  text-transform: capitalize;
  width: 60%;
  display: inline-block;
  clear: both;
  margin-bottom: 25px;
}

.get_free_set .soldout_btn {
  width: 180px;
  height: 44px;
  border-radius: 50px;
  background: #F58320;
  display: inline-block;
  line-height: 44px;
  color: #fff;
}


.get_free_set .soldout_btn:hover {
  background: #006DA6;
}

.package_sec {
  width: 100%;
  display: inline-block;
  padding: 70px 0px;
  text-align: left;
  position: relative;
}


.package_sec::after {
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #006DA6;
  content: '';
}


.package_sec h2{
  color: #0E1940;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

.package_sec h2 span{
  width: 100%;
  display: inline-block;
  color: #006DA6;
font-size: 16px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.w100{
  width: 100%;
}


.package_col {
  margin: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: relative;
}

.package_col span.heading{
  border-radius: 0px 20px 20px 0px;
  background: #006DA6;
  position: relative;
  width: auto;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #FFF;
font-size: 18px;
font-weight: 500;
padding: 0px 20px;
margin-left: -20px;
}


.package_col span.heading::after{
  content: '';
  background: url(../images/pkg-right.png) left top no-repeat;
  position: absolute;
  left: -11px;
  top: 0px;
  width: 11px;
  height: 66px;
}

.package_col h4 {
  color: #0E1940;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  width: 100%;
  float: left;
}


.package_col ul {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 10px 0px;
}

.package_col ul li{
  width: auto;
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 5px 0px;
  color: #515151;
font-size: 15px;
font-weight: 400;
line-height: 24px; /* 223.529% */
text-transform: capitalize;
}


.price{
  margin: 30px 0px;
}

.price span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.price h3 {
  font-size: 34px;
  color: #006DA6;
}

.price h3 sub{
  font-size: 18px;
  color: #000;
}

.findoutmore_btn {
  border-radius: 6px;
  background: #515151;
  color: #FFF;
  font-size: 15px;
  width: 180px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
}

.findoutmore_btn:hover{
  background: #006DA6;
  color: #fff;
}

.package_col span.ic {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/ic-bg.png) right bottom no-repeat;
  background-size: 100%;
  line-height: 170px;
  text-align: center;
  padding: 40px 0px 0px 40px;
}

.package_col span.ic svg{
  width: 80px;
  height: auto;
}



#carousel_package .owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 0px;
}

#carousel_package .owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 12px;
  background: #515151 !important;
  display: inline-block;
  margin: 0px 10px;
}

#carousel_package .owl-dot.active {
  background: #FFFFFF !important;
}

.pay_monthly{
  padding: 70px 0px;
}

.pay_monthly h2{
    color: #0E1940;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
}

.col_box{
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.10);
  border-radius: 6px;
  padding: 20px;
  margin: 0px 0px 30px;
  text-align: center;
  height: 300px;
}

.col_box span.ic {
  width: 80px;
  height: 80px;
  position: relative;
  background: #F8F9FA;
  line-height: 80px;
  text-align: center;
  border-radius: 90px;
  display: inline-block;
  margin-bottom: 20px;
  right: auto;
  top: auto;
}


.col_box h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 114.286% */
  text-transform: capitalize;
}

.col_box p {
  margin: 0px;
  line-height: 21px;
}

.testimonial_sec {
  background: #F8F9FA;
  padding: 70px 0px;
  position: relative;
}

.testimonial_sec::after {
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  content: '';
}


.testimonial_sec h2{
  color: #0E1940;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

#carousel-testimonial .owl-stage-outer{
  border-radius: 6px;
  background: #0E1940;
  padding: 20px 0px;
  text-align: center;
}

#carousel-testimonial img.testi-img {
  width: 100px;
height: 100px;
display: inline-block;
clear: both;
margin-top: 20px;
}

#carousel-testimonial img.quote-ic {
  width: 50px;
height: 50px;
display: inline-block;
clear: both;
margin: 30px 0px;
}


#carousel-testimonial p {
  margin: 0 0 25px;
  color: #fff;
  line-height: 24px;
  width: 60%;
  display: inline-block;
}

.star-div a{
  width: 18px;
  display: inline-block;
  margin: 0px 2px;
}

.name-div h5 {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 34px;
}

.name-div h5 span{
  width: 100%;
  display: inline-block;
  color: #F9FFA8;
font-size: 16px;
font-weight: 400;
line-height: 34px; /* 212.5% */
}


#carousel-testimonial .owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 0px;
  margin-bottom: -20px;
}

#carousel-testimonial .owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 12px;
  background: #515151 !important;
  display: inline-block;
  margin: 0px 10px;
}

#carousel-testimonial .owl-dot.active {
  background: #FFFFFF !important;
}

.call-to-action {
  background: #000;
  padding: 20px 0px 18px;
  text-align: center;
}


.call-to-action a {
  width: auto;
  display: inline-block;
  color: #fff;
}


.call-to-action a h2{
  width: auto;
  float: left;
  color: #FFF;
font-size: 30px;
font-weight: 700;
line-height: 60px;
margin: 0px;
}

.call-to-action a svg {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 15px;
}

.footer_main {
  background: #0E1940;
}

.footer-top {
  padding: 50px 0px;
}

.footer-top p {
  color: #EAEAEA;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 0px 30px;
  margin: 0px;
}

.socail_ic a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background: #006DA6;
  margin: 0px 10px 0px 0px;
}

.footer-top h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-top ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  list-style: inside disc;
}

.footer-top li {
  width: 100%;
  display: list-item;
  list-style: disc;
  color: #EAEAEA;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin: 0px 0px 5px;
  padding: 0px;
}


.footer-top li a{
  width: 100%;
  color: #EAEAEA;
  font-size: 14px;
}

.footer-top h4{
  margin-bottom: 20px;
}
.connect_footer ul{
  padding: 0px;
}

.connect_footer ul li{
  text-align: left;
  list-style: none;
  margin: 0px 0px 20px;
  float: left;
}

.connect_footer ul li svg{
  width: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
}


.newsletter input[type="text"] {
  border-radius: 8px;
  border: 1px solid #626A8D;
  background: none;
  height: 50px;
  width: 100%;
  padding: 0px 10px 0px;
  margin: 0px 0px 20px;
  color: #fff;
}

.newsletter input[type="submit"] {
  border-radius: 8px;
  background: #006DA6;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 0px;
}

.footer-bottom {
  background: #006DA6;
  text-align: center;
  padding: 20px 0px;
}


.footer-bottom p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

.footer-bottom p a{
  color: #fff;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  margin-top: -12px;
}

/*----About---*/

.inner_banner{
  background: url(../images/breadcrumb.jpg) left top no-repeat;
  padding: 0px;
  height: 350px;
  display: table;
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 90px;
}

.inner_banner::after{
  background: rgba(0, 0, 0, 0.6);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.inner_banner span{
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}

.inner_banner h2{
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
}

.inner_banner nav{
  width: auto;
  display: inline-block;
}

.breadcrumb li.breadcrumb-item {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #006DA6;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb li.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}


.breadcrumb li.breadcrumb-item a:hover {
  color: #006DA6;
  text-decoration: underline;
}

.contact_sec {
    background: #F8F9FA;
    padding: 70px 0px;
    position: relative;
}


.contact_sec h2 {
    color: #0E1940;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: left;
}

.contact_sec h2 span{
  width: 100%;
  display: inline-block;
  color: #006DA6;
font-size: 16px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.contact_sec p {
    color: #515151;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact_sec span.ic {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin-right: 15px;
    background: #006DA6;
    margin-bottom: 20px;
}

.contact_sec h5 {
    color: #0E1940;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.contact-txt p {
    color: #515151;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 14px;
    width: 90%;
}

.contact-txt p a{
    color: #515151;
    font-size: 14px;
    cursor: pointer;
   }


.contact_col {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.social-links{
  border-top: #dce4d9 1px solid;
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  text-align: center;
}

.social-links a{
    color: #515151;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin:10px 20px;
    font-size: 15px;
}

.social-links a:hover{
    color: #006DA6;
}

.contact_form {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    padding: 50px;
    margin:20px 0px 0px;
}

.contact_form input {
    width: 100%;
    height: 60px;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    background: #fff;
    border: #ddd 1px solid;
    color: #333;
    font-size: 15px;
    border-radius: 50px;
    line-height: 60px;
}

.contact_form select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    background: #fff;
    border: #ddd 1px solid;
    color: #333;
    font-size: 15px;
    border-radius: 50px;
}

.contact_form textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    margin: 0px 0px 30px;
    background: #fff;
    border: #ddd 1px solid;
    color: #333;
    font-size: 15px;
    border-radius: 25px;
}

.contact_form .terms input{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
}

.submit_btn {
  border-radius: 6px;
  background: #515151;
  color: #FFF;
  font-size: 15px;
  width: 180px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  padding: 0px;
  margin: 10px 0px 0px;
}

.submit_btn:hover{
  background: #006DA6;
  color: #fff;
  border: #006DA6 1px solid;
}

.branch_sec{
  padding:40px 0px 50px;
}

.branch_sec h2{
  color: #0E1940;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

.branch_sec h2 span{
  width: 100%;
  display: inline-block;
  color: #006DA6;
font-size: 16px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}

.branch-single-box{
    margin: 0px 0px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    position: relative;
    text-align: center;
}

.branch-single-box .image-box {
    width: 200px;
    height: 200px;
    background: #F8F9FA;
    padding:  20px;
    border-radius: 50%;
    display: inline-block;
    border: #999 2px dashed;
    margin-bottom: 20px;
}

.branch-single-box .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.branch-single-box h5 {
    color: #0E1940;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.branch-single-box p {
    color: #515151;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 14px;
    width: 90%;
    display: inline-block
}

.branch-single-box a{
    color: #515151;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block
}


.work_sec .overveiw {
    width: calc(100% - 40px);
    height:calc(100% - 40px);
    background: rgba(0,0,0,.56);
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: center;
    display: none;
}

.work_sec .overveiw span {
    display: table-cell;
    vertical-align: middle;
}


.work_sec .package_col:hover .overveiw {
    display: table;
}

.work_sec .package_col:hover .overveiw h5{
    font-size: 18px;
    color: #fff;
}

#carousel_work .owl-dots {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 0px;
  margin-bottom: -20px;
}

#carousel_work .owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 12px;
  background: #515151 !important;
  display: inline-block;
  margin: 0px 10px;
}

#carousel_work .owl-dot.active {
  background: #FFFFFF !important;
}

.visit_btn {
  border-radius: 6px;
  background: #006DA6;
  color: #FFF;
  font-size: 15px;
  width: 180px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: inline-block;
  padding: 0px;
  margin: 10px 0px 0px;
}

.visit_btn:hover{
  background: #fff;
  color: #006DA6;
  border: #fff 1px solid;
}

.work_sec h2{
    text-align: left;
    width: auto;
    display: inline-block;
}

.work_sec .veiwall_btn{
    border-radius: 6px;
    background: #515151;
    color: #FFF;
    font-size: 15px;
    width: 180px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    float: right;
    margin-top: 45px;
}

.carousel_work{
  width: 100%;
  float: left;
}

#work_page::after{
  display: none;
}

#work_page .package_col {
    margin: 15px 0px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    position: relative;
}

#work_page .overveiw {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0,0,0,.56);
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    display: none;
}

#work_page .package_col:hover .overveiw{
  display: table;
}

#work_page img {
   width: 100%;
   height: 250px;
}

#work_page .visit_btn {
    border-radius: 6px;
    background: #006DA6;
    color: #FFF;
    font-size: 14px;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    padding: 0px;
    margin: 10px 0px 0px;
}

#work_page .visit_btn:hover {
  background: #fff;
  color: #006DA6  ;
}

#work_page h2 {
    text-align: center;
    width: 100%;
}

.highlight {
  box-shadow: 0 0 20px 5px rgba(255, 200, 0, 0.6);
  transition: box-shadow 0.3s ease;
}

/*--------faq----------*/

.faq_sec{
 background-color: #F8F9FA;
 padding: 50px 0px;
}

.faq_sec h2.heading{
  color: #0E1940;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 40px;
  text-align: center;
}

.faq_sec h2.heading span{
  width: 100%;
  display: inline-block;
  color: #006DA6;
font-size: 16px;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}


.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  color: #006DA6;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #006DA6;
  background-image: none !important;
}
.accordion-button.collapsed::after {
  background-color: #ddd;
}
