@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-size: 16px;
  color: #222;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  font-weight: 600;
  line-height: 1.2em;
  /*font-family: 'Noto Sans', sans-serif !important;*/
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 32px;
  margin: 1% 0%;
}

h2 {
  font-size: 26px;
  margin: 1% 0%;
}

h3 {
  font-size: 22px;
  margin: 1% 0%;
}

h4 {
  font-size: 18px;
  margin: 1% 0%;
}

h5 {
  font-size: 16px;
  margin: 1% 0%;
}

h6 {
  font-size: 14px;
  margin: 1% 0%;
}

.content_box{
  padding: 3% 0%;
}

.content_box li{
  padding: 5px 0px;
}

/*section {
  position: relative;
}
*/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

span{

  /*font-family: 'Noto Sans', sans-serif !important;*/
  font-family: 'Roboto', sans-serif;
}

p, .text {
  font-size: 16px;
  line-height: 25px;
  color: #222;
  font-weight: 400;
  margin: 1% 0%;
}

.image_box img{
  width: 100%;
}

.image-box{
  padding: 5%;
  margin-bottom: 5%;
}

.image-box img{
  width: 100%;
}

.image_caption{
  text-align: center;
}

.image_caption h5{
  font-size: 16px;
  font-weight: 600;
  margin-top: 2%;
}

.section_heading{
  position: relative;
  margin-bottom: 5%;
  text-align: center;
}

.section_heading .sub_heading {
  color: #14467B;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  margin-bottom: 5px;
}

.section_heading h2 {
  display: block;
  font-size: 36px !important;
  line-height: 48px;
  color: #081245;
  font-weight: 600;
  text-align: center;
}

.section_heading h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #14467B;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 10px;
}

.section_heading_dark{
  position: relative;
  margin-bottom: 5%;
}

.section_heading_dark .sub_heading {
  color: #222;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.section_heading_dark h2 {
  display: block;
  font-size: 28px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.section_heading_dark::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #fff;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 10px;
}

.cust_btn{
  background: #393e84;
  padding: 8px 20px;
  border: 1px solid #393e84;
  border: none;
  color: #fff;
  margin-top: 20px;
  outline: none !important;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}

.cust_btn::before{
  background: #14467B !important;
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.cust_btn:hover::before{
  transform: scale(1) !important;
  color: #fff;
}

.cust_btn:hover{
  color: #fff;
}

/* Top Header CSS Starts */

.header_top{
  padding: 5px 0px;
  background-color: #2a9a9e;
}

.header_top_call ul{
  margin: 0;
  padding: 0;
}

.header_top_call ul li{
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
}

/*.header_top_call ul li:first-child{
  padding-right: 15px;
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}*/

.header_top_call ul li i{
  color: #fff;
}

.header_top_call ul li a{
  color: #fff;
  font-size: 14px;
}

.header_top_social{
  float: right;
}

.header_top_social ul{
  margin: 0;
  padding: 0;
}

.header_top_social ul li{
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
}

.header_top_social ul li i{
  color: #2a9a9e;
  padding: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header_top_social ul li i:hover{
  background-color: #1c787b;
  color: #fff;
}


/* Top Header CSS Ends */


/* Header CSS Starts */

.header{
  background-color: #fff;
  padding: 0px 0px;
}

.navbar{
  padding: 0rem 6rem;
}

.header img{
  width: 100%;
}

.navbar-brand{
  padding: 0;
  line-height: 0;
  margin: 0;
}

.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: #333;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #2a9a9e !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  /*padding-right: 1.5rem;
  padding-left: 1.5rem;*/
}

.navbar-expand-lg .navbar-nav li{
  /*border-bottom: 2px solid transparent;*/
  position: relative;
  margin: 0px 10px;
}

.navbar-expand-lg .navbar-nav li:hover {
  color: #5c6895;
  /*border-bottom: 2px solid #e7e7e7;*/
}

/*.navbar-expand-lg .navbar-nav li:last-child{
  background-color: #003960;
}

.navbar-expand-lg .navbar-nav li:last-child a{
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav li:last-child a:hover{
  color: #fff !important;
}*/

.navbar-expand-lg .navbar-nav li:before {
  position: absolute;
  height: 2px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #2a9a9e;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.navbar-expand-lg .navbar-nav li:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}

.nav-link {
  display: block;
  padding: 1rem 1rem;
  color: #2a9a9e !important;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 24px 20px;
  font-weight: 600;
  font-size: 15px;
}

.dropdown-menu {
  position: absolute;
  top: 97%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  /*min-width: 18rem;*/
  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;
  overflow: hidden;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2a9a9e;
  padding-left: 30px
}

.navbar .nav-item:hover .dropdown-menu{
  display: block;
}

/*.dropdown .dropdown-menu {
   transition: all 0.5s;
   overflow: hidden;
   transform-origin: top center;
   transform: scale(1, 0);
   display: block;
}
 .dropdown:hover .dropdown-menu {
   transform: scale(1);
}*/

.header .cus-btn{
  margin: 0;
  background-color: #d97e2f;
  border-radius: 0;
  padding: 14px 25px;
}

.header .cus-btn::before {
  background: #222 !important;
  border-radius: 0px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  z-index: -1;
}

/* Header CSS Ends */


/* Banner Desktop Css Starts */

.banner{
  /*position: relative;*/
  z-index: 000;
}


.breadcrumb-background-image {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.37),
    rgba(0, 0, 0, 0.37)
    ),
    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: 10%;
}

.breadcrumb-background-image h4{
  color: #fff;
  padding: 5% 0% 2% 0%;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 5% 0 5% 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: 3% 0%;
}


/* Banner Desktop Css Ends */

/* Banner Bottom CSS Starts */

.banner_bottom{
  position: relative;
  margin-top: -100px;
  z-index: 2;
}

.banner_bottom_wrap{
  padding: 5%;
}

.banner_bottom_wrap h2{
  margin-bottom: 20px;
  text-align: center;
}

.banner_bottom_wrap h2, .banner_bottom_wrap p{
  color: #fff;
}

.banner_bottom_box_1{
  background-color: #88b34b;
}

.banner_bottom_box_2{
  background-color: #4ba5d5;
}

.banner_bottom_box_3{
  background-color: #3b63c1;
}

/* Banner Bottom CSS Ends */

/* Welcome Css Starts */

.welcome_intro{
  padding: 5% 0%;
  background-color: #f1faff;
}

/* Welcome Css Ends */


/* Services Css Starts */

.services{
  background-color: #d2f1f2;
}

.service_wrap{
  border: 1px solid #e0e0e0;
  /*padding: 40px 30px 30px;*/
  box-shadow: 0 2px 30px 0 rgba(67, 67, 67, 0.4);
  transition: ease-in-out .3s;
  margin-bottom: 20px;
}

.service_wrap:hover{
  box-shadow: 2px 0 13px rgba(0, 0, 0, 0.2);
}

.service_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
  box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.service_wrap:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.09);
  box-shadow: 0 0 25px rgba(0,0,0,.09);
}

.service_image{
  text-align: center;
}

.service_image img{
  /*max-width: 60px;
  max-height: 60px;*/
  width: 100%;
  height: 200px;
}

.service_info{
  background-color: #fff;
  padding: 15px;
  text-align: center;
}

.service_info h5 a{
  margin-bottom: 10px;
  color: #333;
}

/* Services Css Ends */


/* Expert Advice Css Starts */

.expert_advice{
  background-image: url('../images/need_expert_bg.jpg');
}

.expert_advice_box{
  padding: 25px 0px;
  text-align: center;
}

.expert_advice_image img{
  max-width: 80px;
  transition: all 0.4s ease-in-out;
}

.expert_advice_box:hover img{
  transform: translateY(-10px);
}

.expert_advice_info h6{
  color: #fff;
  margin-top: 20px;
}

/* Expert Advice Css Ends */



/* Testimonial CSS Starts */

.testimonial{
  background-color: #fff;
}

.testimonial .item{
  padding: 5%;
}

.testimonial_slide{
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}

.testimonial_image{
  float: left;
  padding: 10px;
}

.testimonial_image img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial_slide p{
  margin-top: 3%;
  text-align: left;
}

.testimonial_info {
  text-align: center;
  padding: 0px 10px;
}

.testimonial_info h5{
  font-size: 18px;
  margin-bottom: 0;
  color: #333;
  text-align: right;
}

.single-testimonial {
  background-color: #fff;
  border: 7px solid #333;
  text-align: center;
  border-radius: 45px;
  position: relative;
  z-index: 2;
}
.single-testimonial p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
  padding: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(../images/quote.png) no-repeat #fff;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
}
.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(../images/quote.png) no-repeat #fff;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}
.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #333;
  border-radius: 30px;
}
.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #333;
  border-radius: 30px;
}
.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #333;
  border-radius: 30px;
  z-index: 1;
}
.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #333;
  border-radius: 30px;
  z-index: 1;
}
.client-video {
  padding-right: 15px;
}
.client-info {
  position: relative;
  z-index: 3;
}
.client-info a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-bottom: 50px;
}

.client-info .client_image img{
  padding-right: 15px;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.client-info span {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

/* Testimonial CSS Ends */




/*---------- Footer Css Starts -----------*/

.footer{
  /*background-color: #393e84;*/
  /*background-color: #f7f7f7;*/
  background: url(../images/footer_bg.jpg) no-repeat center /cover;
}

.footer_overlay{
  background-color: rgba(0, 101, 104, 0.58);
  padding: 2% 0%;
}

.footer .footer-logo{
  /*text-align: center;*/
  margin-top: 30px;
  padding: 0% 5%;
}

.footer .footer-logo img{
  width: 50px;
  margin-bottom: 5%;
}

.footer p{
  color: #fff;
}

.footer .footer-title h3{
  font-size: 20px;
  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: #fff;
  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;
}

.footer .footer-links li {
  margin-bottom: 0px;
  padding: 2% 0%;
}

.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: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
}

.footer .address li .desc a{
  color: #fff;
  text-decoration: none;
}

.footer .address li .desc a:hover{
  color: #fff;
}

.footer_social ul {
  margin: 0;
  padding: 0;
}

.footer_social li {
  display: inline;
  margin-right: 5px;
}

.footer_social li a {
  color: #fff;
  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 -----------*/

.copy_right{
  padding: 15px 0;
  background: #006568;
  /*border-top: 1px solid #fff;*/
  text-align: center;
}

.copy_right h6 {
  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{
  transition: all 0.1s;
}

.copyright_social ul li a i:hover{
  transform: translateY(-8px);
}

.copyright_social ul .faceb i {
  color: #3C5A9A;
}

.copyright_social ul .twt i {
  color: #00ACEC;
}

.copyright_social ul .yt i {
  color: #ed1b24;
}

.copyright_social ul .inst i {
  color: red;
}

.copyright_social ul .wapp i {
  color: #007d3b;
}


.copyright_social ul li i {
  margin-right: 0;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  display: inline-block
}


/*---------- Copyright Social 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{
  transition: all 0.1s;
}

.copyright_social ul li a i:hover{
  transform: translateY(-8px);
}

.copyright_social ul .faceb i {
  color: #3C5A9A;
}

.copyright_social ul .twt i {
  color: #00ACEC;
}

.copyright_social ul .yt i {
  color: #ed1b24;
}

.copyright_social ul .inst i {
  color: red;
}

.copyright_social ul .wapp i {
  color: #007d3b;
}


.copyright_social ul li i {
  margin-right: 0;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  display: inline-block
}


/*---------- 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: #302D4D;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595f;
}
#button i:hover {
  cursor: pointer;
  background-color: #006568;
  border-radius: 4px;
}
#button:active {
  background-color: #006568;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*---------- Back to Top Css Ends -----------*/




/*------------ Whatsapp Css Starts-----------------------
-----------------------------------------------------------*/

.fixed_icon_right {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  z-index: 999;
}

.fixed_icon_right .icon_box{
  background: rgba(204,204,204,0.8);
  padding: 5px 10px;
  border-radius: 25px;
  margin-right: 10px;
}

.fixed_icon_right .icon_box a {
  color: #000 !important;
}

.fixed_icon_right .icon_box a.wapp i{
  color: #18c139;
  font-size: 22px;
}

.fixed_icon_right .icon_box a.map i{
  color: #3e7bf0;
  font-size: 22px;
}


.fixed_icon_left{
  position: fixed;
  left: 10px;
  bottom: 10px;
  margin-right: 100px;
  z-index: 100;
  background: #a8d860;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.fixed_icon_left a i{
  font-size: 25px;
  padding: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}


/*------------ Whatsapp Css Ends-----------------------
-----------------------------------------------------------*/





/* Gallery CSS Starts */

.gallery {
  background-color: #d2f1f2;
}

.gallery_box img{
  height: 250px;
}

/* Gallery CSS Starts */

/* ----------- Gallery CSS Starts ----------- */

.gallery_carousel img{
  width: 100%;
  height: 250px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  background-color: #efefef;
  border: 1px solid #bbb;
}

.img-wrapper img {
  width: 100%;
  height: 250px;
}

.placement_box .img-wrapper img {
  width: 100%;
  height: auto;
}

.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;
  }
}

.video_info{
  text-align: center;
}

.video_info h5{
  font-size: 14px;
}

/* ----------- Gallery CSS Ends ----------- */




/*---------- Blog Css Ends -----------*/

.our_blogs{
  background-color: #fff
}

.blog_wrap{
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  margin: 5% 0%;
}

.blog_image{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.blog_image img{
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  transition: 0.7s;
}

.blog_wrap:hover .blog_image img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog_wrap .blog_info {
  position: relative;
  padding: 35px 5px;
  text-align: center;
}

.blog_wrap .blog_info .blog_date {
  position: absolute;
  top: -22px;
  right: 25px;
  font-size: 15px;
  background-color: #333;
  padding: 8px 15px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog_wrap .blog_info h5 a{
  font-size: 16px;
  color: #333;
}

/*---------- Blog 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: #2a9a9e;
  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 -------------
-----------------------------------------------*/



/*---------- Contact Us Css Starts -----------*/

.contact_form{
  background: #f7f6fb;
  padding: 5%;
  text-align: center;
}

.contact_info{
  background-color: #393e84;
  padding: 60px 30px 30px 30px;
  border-radius: 5px 5px 5px 5px;
}

.contact_box{
  border-bottom: 1px solid #ccc;
  margin-bottom: 8%;
  padding-bottom: 2%;
  /*display: flex;*/
}

.contact_box:last-child{
  border: 0;
}

.contact_icon{
  /*float: left;
  margin-right: 30px;*/
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
  float: left;
}

.contact_icon i{
  /*display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 78px;
  background: #3660d9;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;*/
  font-size: 20px;
  line-height: 20px;
  color: #393e84;
}

.contact_box h5{
  /*font-size: 20px;
  margin-bottom: 15px !important;
  color: #00173c;*/
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.contact_box p, .contact_box p a{
  color: #fff;
  font-size: 14px;
}

.form-control {
  border-radius: 0px;
  border-color: #ccc;
  background: none;
  box-shadow: none;
  color: #aaaaaa;
  font-size: 16px;
  height: auto;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.contact_info {
    background-color: #eee;
    padding: 53px 40px 72px;
    color: #fff;
}

.contact_info ul {
    margin: 0px;
    padding: 0px;
}


.contact_info ul li {
    list-style: none;
    width: 100%;
    padding: 20px 0px 20px 0px;
    margin-bottom: 35px;
    position: relative;
}

.contact_info .icon_box{
    float: left;
    margin-right: 20px;
    background-color: #393e84;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.contact_info .icon_content{
    overflow: hidden;
    display: block;
}

.contact_info ul li .fa{
  font-size: 20px;
  margin-right: 2%;
  /*border: 1px solid #fff;*/
  padding: 3%;
  /*border-radius: 50%;*/
  color: #fff;
}

.contact_info ul li {
    margin-bottom: 0px;
    line-height: 22px;
    color: #333;
}

/*---------- 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 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 -------------
-----------------------------------------------*/

