@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,700;1,800&family=Varela+Round&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #3c3c3c;
  font-weight:400;
}

a{
  text-decoration: none;
}

.section_heading{
  text-align: center;
  margin-bottom: 3%;
}

.section_heading h2{
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #222222;
}

.section_heading h2 span{
  color: #00a3c8;
}

.section_heading p{
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
  width: 80%;
  text-align: center;
  margin: 0px auto;
}

.btn-block{
  display: block;
}

.cus-btn {
  background: #00a3c8;
  padding: 8px 20px;
  border: 1px solid #00a3c8;
  color: #fff;
  outline: none !important;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.cus-btn:hover, .cus-btn:active, .cus-btn:focus {
  background-color: #00718b !important;
  border: 1px solid #00718b;
  color: #fff;
  outline: none !important;
}

.content_box{
  padding: 5% 0%;
}

.image_box img{
  width: 100%;
  margin-bottom: 2%;
}

/*---------- Top Header Css Starts -----------*/

.top_header{
  background-color: #337ab7;
  padding: 5px 0px;
}

.top_header p{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.top_header .top_call{
  float: right;
}

.top_header .top_call h5{
  margin: 0;
  padding: 0;
}

.top_header .top_call h5 a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.top_header .top_mail{
  float: right;
}

/*---------- Top Header Css Ends -----------*/


/*---------- Header Css Starts -----------*/

.header{
  background-color: #f7f7f7;
}

.navbar{
  padding: 0rem 5rem;
}

.header img{
  width: 100%;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: #5D9CEC;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.navbar-nav li:hover .dropdown-menu {
  display: block;
  transition: all 0.5s;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  display: block;
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.btn-book{
  background: #5D9CEC;
  color: #fff !important;
  padding: 8px 10px;
}

.btn-book:hover {
  background: #2b70c8 !important;
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-radius: 0rem;
}

.dropdown-menu li{
  margin: 0 !important;
}

.dropdown-menu li:before{
  content: none !important;
}

.dropdown-menu .dropdown-item{
  color: #777;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5D9CEC;
}




/*---------- Header Css Ends -----------*/


/*---------- Banner Desktop Css Starts -----------*/


.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption h2{
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  background-color: #00000061;
  padding: 10px 5px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.carousel-caption p{
  color: #fff;
  font-weight: 600;
  background-color: #00000061;
  padding: 5px 5px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.banner{
  position: relative;
  z-index: 000;
}


.breadcrumb-background-image {
  /*background-image: linear-gradient(
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.5)
    ),
    url(../images/breadcrumb-bg.jpg);*/
  background-image: linear-gradient( rgb(51, 122, 183), rgba(0,0,0,0.5) ), url(../images/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;   
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb-background-image h3{
  text-align: center;
  color: #fff;
  padding-top: 5%;
}

.breadcrumb-background-image h4{
  color: #fff;
  padding: 5% 0% 2% 0%;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 3% 0 3% 0;

}
.breadcrumb li, .breadcrumb li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  content: "/";
}

.content_wrap{
  padding: 5% 0%;
}


/*---------- Banner Desktop Css Ends -----------*/



/*---------------- Services CSS Starts -------*/

.our_services{
  padding: 5% 0%;
  background-color: #eee;
}

.service_wrap{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  margin-bottom: 10%;
}

.service_image{
  overflow: hidden;
}

.service_image img{
  width: 100%;
  transition: all 0.5s;
}

.service_wrap:hover img{
  transform: scale(1.2);
}

.service_info{
  padding: 3% 2%;
  text-align: center;
  height: 200px;
}

.service_info h5{
  text-align: center;
}

.service_info p{
  margin-bottom: 0;
  font-size: 14px;
}

/*---------------- Services CSS Ends -------*/


/* ----------- Gallery CSS Starts ----------- */

.home_gallery{
  padding: 5% 0%;
}

.gallery_carousel img{
  width: 100%;
  height: 250px;
}


/* ----------- Gallery CSS Ends ----------- */


/* ----------- Gallery CSS Starts ----------- */

.gallery_carousel img{
  width: 100%;
  height: 250px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 250px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* ----------- Gallery CSS Ends ----------- */



/*---------- Our Blog Css Starts -----------*/

.our_blog{
  padding: 5% 0%;
}

.our_blog .section_heading{
  margin: 0 0 40px;
}

.blog_wrap{
  position: relative;
  margin: 40px 0 0;
  display: inline-block;
  width: 100%;
}

.blog_wrap .blog_inner {
  width: 100%;
  position: relative;
  display: inline-block;
}

.blog_wrap .blog_image {
  overflow: hidden;
  margin: 0 0 30px;
}

.blog_wrap .blog_image img{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 200px;
}

.blog_wrap:hover .blog_image img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
}

.blog_wrap .blog_list {
  float: left;
  background: #132646;
  padding: 4px 20px 3px;
  position: absolute;
  bottom: 10px;
}

.blog_wrap .blog_list:after {
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 42px solid #132646;
  border-bottom: 22px solid transparent;
  content: "";
  right: -42px;
  position: absolute;
  top: 0;
}

.blog_wrap .blog_list ul {
  width: 100%;
  float: left;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 0;
}

.blog_wrap .blog_list ul li:first-child {
  padding-left: 0;
}

.blog_wrap .blog_list ul li {
  list-style: none;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding-left: 25px;
}

.blog_wrap .blog_list ul li i {
  color: #ffcb36;
  margin: 0 4px 0 0;
}

.blog_wrap .blog_heading h3 a{
  display: block;
  color: #003769;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
}


/*---------- Our Blog Css Ends -----------*/


/*---------- Stats Css Starts -----------*/

.statistic{
  background: rgba(0, 0, 0, 0.4) url(../images/counter-bg.jpg) no-repeat center /cover;
  margin: 0;
  padding: 5% 0%;
}

/*.counts{
  background: rgba(0,0,0,0.8);
  margin: 0px 0px 0px;
  overflow: hidden;
  padding: 3% 0%;
  width: 100%;
}*/

.stats{
  text-align: center;
  color: #fff;
}

.stats i{
  font-size: 52px;
  color: #fff;
}

.stats h3{
  font-size: 42px;
  font-weight: 600;
}

.stats h5{
  font-size: 18px;
  text-transform: uppercase;
}

#counter h3.count_plus::after {
  content: " +";
  display: inline-block;
}
#counter h3.count_percent::after {
  content: " %";
  display: inline-block;
}

/*---------- Stats Css Ends -----------*/



/*---------- Testimonial Css Starts -----------*/

.testimonial{
  padding: 5% 0%;
  /*background: rgba(0, 0, 0, 0.4) url(../images/testimonial-bg.jpg) no-repeat center /cover;*/
}

/*.testimonial_wrap{
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 0 100px;
  position: relative;
  width: 100%;
  text-align: center;
}*/

.testimonial_comment::before {
  content: "\f10d";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  left: 15px;
  position: absolute;
  right: auto;
  text-align: left;
  top: 16%;
  color: #d7d7d7;
  font-weight: 900;
}


/*.testimonial_comment::after {
  content: "\f10e";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 60px;
  right: 0;
  position: absolute;
  left: auto;
  color: #d7d7d7;
  text-align: left;
  top: 16%;
  font-weight: 900;
}*/

.testimonial_comment{
  background: #f0f0f0;
  color: #333;
  padding: 35px 25px;
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
  margin: 1px;
  min-height: 250px;
  position: relative;
}

.testimonial_comment p {
  font-style: italic;
  font-weight: 500;
  margin-left: 30px;
}

.testimonial_comment::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -12px;
  right: 30px;
  background: url(../images/quote_arrow.png) 0px 0px no-repeat;
}

.testimonial_wrap h5{
  font-size: 16px;
  color: #00a3c8;
  margin: 15px 0 0;
  line-height: 22px;
  float: right;
}

/*---------- Testimonial Css Ends -----------*/



/*---------- Footer Css Starts -----------*/

.footer{
  /*background: #f0f0f0;*/
  background-color: #333;
  padding: 2% 0%;
}

.footer .footer_logo{
  /*text-align: center;*/
  margin-top: 30px;
}

.footer .footer_logo img{
  width: auto;
  margin-bottom: 5%;
}

.footer p{
  color: #f1f1f1;
}

.footer .footer_title h3{
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.footer .footer_title h3:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #00a3c8;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.footer ul{
  margin: 0;
  padding: 0;
}

.footer ul li{
  list-style: none;
  color: #fff;
  padding: 2% 0%;
}

.footer .footer_links li {
  margin-bottom: 0px;
}

.footer .footer_links li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer .footer_links li a:hover {
  color: #eee;
}

.footer .address li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

/*.footer .address li i {
    color: #ea7329;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ea7329;
    padding: 5px;
}*/

.footer .address li i {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 22px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #666;
  padding: 5px;
}

.footer .address li .desc a{
  color: #fff;
  text-decoration: none;
}

.footer .address li .desc a:hover{
  color: #eee;
}

.footer_social ul {
  margin: 0;
  padding: 0;
}

.footer_social li {
  display: inline;
  margin-right: 5px;
}

.footer_social li a {
  color: #ea7329;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

.footer_social li a i:hover {
  color: #fff;
  background: #fb5e75;
}

.footer_social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #1c2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

/*---------- Footer Css Ends -----------*/



/*---------- Copyright Css Starts -----------*/

.copyright{
  padding: 10px 0;
  background: #2e2e2e;
  border-top: 3px solid #00a3c8;
}

.copyright h6 {
  padding-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/*---------- Copyright Css Ends -----------*/


/*---------- Copyright Social Css Starts -----------*/


.copyright_social{
  float: right;
}

.copyright_social ul{
  margin: 0;
  padding: 0;
}

.copyright_social ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}

.copyright_social ul li a i{
  color: #fff;
  transition: all 0.1s;
}

.copyright_social ul li a i:hover{
  transform: scale(1.2);
}

/*---------- Copyright Social Css Ends -----------*/



/*---------- Back to Top Css Starts -----------*/

#button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i{
  text-align: center;
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 4px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #448aff;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595f;
}
#button i:hover {
  cursor: pointer;
  background-color: #0d1a2f;
  border-radius: 4px;
}
#button:active {
  background-color: #0d1a2f;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*---------- Back to Top Css Ends -----------*/



/*---------- Contact Us Css Starts -----------*/

.contact_info_box{
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 5%;
}

.contact_info_box .contact_icon{
  float: left;
  margin-right: 30px;
  color: #1F386B;
  font-size: 40px;
}

ul.topic_list{
  margin: 0;
  padding: 0;
  margin-bottom: 5%;
}

.topic_list li{
  list-style: none;
  padding: 1% 0%;
}

.topic_list li i{
  font-size: 16px;
  color: #E41937;
  margin-right: 1%;
}


/*---------- Contact Us Css Ends -----------*/




/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/


/* ----------- Sidebar Css Starts -------------
-----------------------------------------------*/

.sidebar{
  border: 1px solid #eee;
  padding: 0% 5%;
}

.sidebar-title{
  background-color: rgb(24, 97, 182);
  padding: 5px 5px;
  margin: 5% 0%;
}

.sidebar-title h2{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;

}

.sidebar ul{
  margin: 0;
  padding: 0;
}

.sidebar ul li{
  /*display: block;*/
  list-style: none;
}

.sidebar .blog_list{
  padding-bottom: 5%;
}

.sidebar .blog_list img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
  float: left;
}

.sidebar .blog_list p a{
  text-decoration: none;
  color: #2D3954;
}

.sidebar .blog_list p {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0px;
}

.sidebar .blog_list p a:hover{
  color: rgb(24, 97, 182);
}

.sidebar ul.blog_date li{
  display: inline-block;
}


/* ----------- Sidebar Css Ends -------------
-----------------------------------------------*/

/*---------------- FAQ CSS Starts -------*/


.faq-section {
  background: #fdfdfd;
  padding: 5% 0%;
}




.faq h2:hover {
  background: #003960;
  padding-left: 10px;
}

.faq h2:hover .accordion-button{
  color: #fff;
}

.faq h2 {
  width: 100%;
  text-align: left;
  padding: 0px;
  /*padding-left: 30px;
  padding-right: 30px;*/
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #003960;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

/*---------------- FAQ CSS Ends -------*/



/*---------------- Our Videos CSS Starts -------*/

.our_videos{
  padding: 5% 0%;
  background-color: #eee;
}

/*---------------- Our Videos CSS Ends -------*/


/*---------- Book Appointment Css Starts -----------*/


.appointment_form{
  margin-top: 10%;
  margin-bottom: 15%;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 16px;
  box-shadow: 0 0 20px rgb(0 0 0 / 14%);
  padding: 15px 25px 25px 25px;
}

.appointment_form .form_heading{
  margin-bottom: 1%;
}

.appointment_form .form_heading h2{
  color: #2B2B2B;
  font-size: 1.4rem;
  margin-top: 0;
}

.appointment_form .form_heading p{
  font-size: 0.8rem;
  color: #666;
}

.appointment_form .book-now-btn {
  width: 100%;
  border-radius: 0.25rem;
  font-weight: 500;
  background-color: #FF8E32;
  background-image: linear-gradient(to right, #FF8E32, #FF5263);
  color: #fff;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
}

/*---------- Book Appointment Css Ends -----------*/



/*---------- Popup Enquiry Css Starts -----------*/

#myModal{
  z-index: 9999999;
}

.popup_image{
  background-image: url(../images/repairing-course.jpg);
  /*position: absolute;
  top: 0;*/
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

.popup_form{
  padding: 1% 5%;
  text-align: center;
}

.popup_form h2{
  color: #cd2122;
  text-transform: uppercase;
}

.popup_form h4{
  color: #cd2122;
}

.popup_form form{
  margin-top: 5%;
}

/*---------- Popup Enquiry Css Ends -----------*/




/*------------ Whatsapp Css Starts-----------------------
-----------------------------------------------------------*/

.whatsapp{
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 999;
  background: #18c139;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 7px 1px 1px 1px;
}

.whatsapp .wapp i {
  color: #fff;
  background: #18c139;
  font-size: 35px;
  /* padding: 15%;
  border-radius: 50%; */
}

/*------------ Whatsapp Css Ends-----------------------
-----------------------------------------------------------*/



/*---------------- FAQ CSS Starts -------*/


.faq-section {
  background: #fdfdfd;
  padding: 5% 0%;
}

.faq h2{
  background-color: #337ab7;
}


.faq h2:hover {
  background: #003960;
  padding-left: 10px;
}

.faq h2:hover .accordion-button::after{
  color: #fff;
}

.faq h2:hover .accordion-button{
  color: #fff;
}

.faq h2 {
  width: 100%;
  text-align: left;
  padding: 0px;
  /*padding-left: 30px;
  padding-right: 30px;*/
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
}


.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #003960;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

/*---------------- FAQ CSS Ends -------*/


/*---------------- Side Services CSS Starts -------*/

.side_services_wrap{
  border: 1px solid #1078b8;
}

.side_services_wrap h3 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 2% 0%;
  background-color: #337ab7;
}

.side_services_wrap ul {
  margin: 0;
  padding: 0;
}

.side_services_wrap ul li {
  list-style: none;
  padding: 1% 0%;
  border-top: 1px solid #1078b8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side_services_wrap ul li:hover {
  background: #1078b8;
}

.side_services_wrap ul li a {
  padding: 5px 5px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side_services_wrap ul li:hover a {
  color: #fff;
}


/*---------------- Side Services CSS Ends -------*/




/* Latest Update CSS Starts */

.latest_update_wrap{
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.latest_update_image img{
  width: 100%;
}

.latest_update_info{
  padding: 10px 5px;
  text-align: center;
}

.latest_update_info h5 a{
  font-size: 16px;
  color: #0056b3;
}

/* Latest Update CSS Starts */




/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box img.featured_image{
  float: right;
  width: 500px;
  padding: 1% 2%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/

