/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import "animate.min.css";
@import "normalize.css";
@import "icomoon.css";
@import "font-awesome.min.css";

@import "meanmenu.css";
@import "owl.carousel.min.css";
@import "slick.css";
@import "jquery.fancybox.min.css";
@import "jquery-ui.css";
@import "nice-select.css";

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden !important;
}
.mb-60 {
  margin-bottom: 60px;
}
a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back-to-top {
  background: #1f417f none repeat scroll 0 0;
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  bottom: 10px;
  cursor: pointer;
  height: 40px;
  line-height: 26px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  left: 10px;
  text-align: center;
  width: 40px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  font-size: 22px;
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#back-to-top:hover {
  background-color: #000;
}

.mt-10 {
  margin-top: 10px;
}
/******** Portfolio CSS ********/
/*******************************/

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #000;
  border: none;
  transition: 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #fff;
  color: #000;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  color: #fff;
  background: #1f417f;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-img img {
  width: 100%;
  transition: 0.3s;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #1f417f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #ffffff;
  background: #000;
}

/*******************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.full {
  float: left;
  width: 100%;
}

.padding_0 {
  padding: 0px;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/banner-bg.jpg); */
  background-color: #fff;
  height: auto;
  background-size: 100%;
}

.bg-light {
  /* background-image: url(../images/header-bg.png); */
  background-color: transparent !important;
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  padding: 20px 60px 17px 70px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  color: #acabab;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #070707;
}
.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: #070707;
}
.logo {
  width: 25%;
  float: left;
  margin-top: -13px;
}

.mr-auto,
.mx-auto {
  margin-right: initial !important;
}
.search_icon {
  width: 100%;
  float: left;
  padding-left: 40px;
}
/* header section end */

/* banner section start */

.banner_section {
  padding-top: 0;
  padding-bottom: 0;
}
.box-indicate{
  background: #b0acac !important;
z-index: 1;
position: absolute;
bottom: 17px;
left: 0;
right: 0;
margin: 0 auto;
width: 150px;
height: 23px;
border-radius: 20px;
}
.banner_main {
  width: 36%;
  float: left;
  padding: 40px;
  position: absolute;
  top: 225px;
  left: 50px;
}

.carousel-indicators{
  margin-right:0 !important;
  margin-left:0 !important;
}
.carousel-control-next, .carousel-control-prev{
  width: 5% !important;
}
.banner_taital {
  float: left;
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  background: #0059ff;
padding: 0 5px 0 5px;
text-align: left;
margin-top: 13px;
opacity: 0.9;
}
.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0px;
    text-shadow: 1px 1px 1px black;

}
.btn_main {
  width: 100%;
  display: flex;
  padding-top: 40px;
}
.contact_bt {
  width: 170px;
  float: left;
}
.contact_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #060707;
  text-align: center;
  padding: 10px 0px;
  border-radius: 40px;
}
.contact_bt a:hover {
  color: #ffffff;
  background-color: #1f417f;
}
.contact_bt.active a {
  color: #ffffff;
  background-color: #1f417f;
}
.readmore_bt {
  width: 170px;
  float: left;
  margin-left: 20px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #060707;
  text-align: center;
  padding: 10px 0px;
  border-radius: 40px;
}
.readmore_bt a:hover {
  color: #ffffff;
  background-color: #1f417f;
}

.carousel-indicators {
  bottom: 4px;
}
.carousel-indicators li {
  width: 15px;
  height: 14px;
  border-radius: 100px;
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #000;
}

/* banner section end */

/* about section start */
.about_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.about_section_2 {
  width: 100%;
  float: left;
  padding-top: 70px;
  padding-bottom: 90px;
}
.about_image {
  width: 100%;
  float: left;
  padding-left: 22px;
  padding-top: 37px;
}
.about_image::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 390px;
  background-color: #1f417f;
  left: 0px;
  right: initial;
  top: 0;
  z-index: -1;
}

.about_taital {
  width: 35%;
  float: left;
  font-size: 40px;
  color: #0f0f0f;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.other_taital {
  width: 35%;
  float: left;
  font-size: 40px;
  color: #0f0f0f;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.about_taital::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 2px;
  background-color: #252525;
  left: initial;
  right: 0px;
  top: 44%;
  z-index: -1;
}
.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #0f0f0f;
  margin: 0px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #0f0f0f;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}
.about_taital_main {
  width: 100%;
  float: left;
  padding-top: 172px;
}
.about_other_main {
  width: 100%;
  float: left;
  padding-top: 12px;
}
.read_bt {
  width: 170px;
  float: right;
  padding-top: 64px;
}
.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #181818;
  text-align: center;
  padding: 10px 0px;
  font-family: "Roboto", sans-serif;
}
.read_bt a:hover {
  color: #ffffff;
  background-color: #1f417f;
}

/* about section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  background-image: url(../images/services-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.services_taital {
  width: 40%;
  float: left;
  font-size: 34px;
  color: #0f0f0f;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.services_taital::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 2px;
  background-color: #0f0f0f;
  left: initial;
  right: -138px;
  top: 44%;
}
.services_section_2 {
  width: 85%;
  float: left;
  padding-bottom: 50px;
}
.icon_box {
  width: 70px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 2px 2px #edf0f2;
  border-radius: 3px;
  margin-top: 30px;
}
.icon_1 {
  width: 100%;
  text-align: center;
}
.selection_text {
  width: 100%;
  font-size: 20px;
  color: #0f0f0f;
  font-weight: bold;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
.ipsum_text {
  width: 68%;
  font-size: 15px;
  color: #0f0f0f;
  margin: 0px;
}

/* services section end */

/* blog section start */
.blog_section {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.blog_img {
  width: 100%;
  float: left;
}
.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #141414;
  font-weight: bold;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
.blog_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #141414;
  margin: 0px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}

/* blog section end */

/* events section start */
.events_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.events_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #141414;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.events_section_2 {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.events_bg {
  width: 100%;
  float: left;
  background-image: url(../images/events-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 160px 0px;
}

.play_icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 100px;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.seemore_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}
.seemore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #181818;
  text-align: center;
  padding: 10px 0px;
  margin-top: 50px;
  font-family: "Roboto", sans-serif;
}
.seemore_bt a:hover {
  color: #ffffff;
  background-color: #1f417f;
}

/* events section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.contact_taital {
  width: 40%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.contact_taital::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 2px;
  background-color: #ffffff;
  left: initial;
  right: 0px;
  top: 44%;
}
.contact_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}
.contact_section_2 {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #727272;
  border: 0px;
  background-color: #ffff;
  padding: 15px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
input.mail_text::placeholder {
  color: #727272;
}
.massage-bt {
  color: #727272;
  width: 100%;
  font-size: 18px;
  background-color: #ffff;
  padding: 55px 15px 15px 15px;
  border: 0px;
  height: 167px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
textarea#comment::placeholder {
  color: #727272;
}
.map_main {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.send_bt {
  width: 150px;
  float: left;
  margin-top: 40px;
  color: #fff;
}
.send_bt a {
  width: 100%;
  float: left;
  background-color: #1f417f;
  color: #ffffff;
  text-align: center;
  padding: 14px 0px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.send_bt a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

#Notifi-okay {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: #15d455;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

/* contact section start */

.testimonial_section {
  width: 100%;
  float: left;
  padding-bottom: 180px;
}
.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #2c2420;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.testimonial_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2c2420;
  text-align: center;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}
.testimonial_section_2 {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 10px;
}
.testimonial_box {
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 2px 12px 10px #f3f2f2;
  text-align: justify;
}
.jonimo_text {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  color: #1f417f;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.dummy_text {
  width: 100%;
  font-size: 16px;
  color: #000;
  margin: 0px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
.jonimo_taital_main {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #363636;
}
.quick_icon {
  float: right;
}
.quick_icon_1 {
  display: none;
}

.testimonial_box:hover {
  background-color: #1f417f;
}
.testimonial_box:hover .dummy_text {
  color: #ffffff;
}
.testimonial_box:hover .jonimo_text {
  color: #ffffff;
}
.testimonial_box:hover .quick_icon_1 {
  display: block;
}
.testimonial_box:hover .quick_icon {
  display: none;
}
.testimonial_box:hover .jonimo_taital_main {
  border-bottom: 1px solid #ffffff;
}

#my_carousel .carousel-indicators {
  bottom: -100px;
}
#my_carousel .carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #0a0a0a;
}

#my_carousel .carousel-indicators .active {
  width: 50px;
  background-color: #1f417f;
}

.margin_top90 {
  margin-top: 90px;
}
/*****news****/
/*****certificate****/
.cert-slider .owl-carousel .owl-nav.disabled {
  display: flex !important;
  margin-top: 18px;
  justify-content: center;
}

.cert-slider .owl-nav{
 text-align: center;
}
.cert-slider .owl-nav .owl-next {
  position: relative;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  align-items: center;
  color: #FFFFFF;
  background: #1f417f !important;
  font-size: 22px;
  border-radius: 45px;
  transition: .5s;
  background-image: url("../images/arr-left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;

}
.cert-slider .owl-nav .owl-next:hover {
 background-color: #000 !important;

}
.cert-slider .owl-nav .owl-prev {
  position: relative;
  margin: 0 5px;
  width: 40px;
  align-items: center;

  height: 40px;
 background: #1f417f !important;
  font-size: 22px;
  border-radius: 45px;
  transition: .5s;
  background-image: url("../images/arr-right.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;

 }
 .cert-slider .owl-nav .owl-prev:hover {
     background-color: #000 !important;
 }
.certificate {
  border: 1px solid #1f417f;
  margin-top:10px;
  height:362px;
  
}
.certificate .btn-zoom{
  width: 50px;
height: 50px;
padding: 3px 0 0 3px;
display: flex;
align-items: center;
justify-content: center;
font-size: 50px;
line-height: 60px;
font-weight: 100;
color: #030f27;
background: #ffffff;
border-radius: 0;
transition: 0.3s;
float: right;
margin-top: -22px;
margin-right: -24px;
}
.certificate img {
  transform: scale(1.15);
  transition: 0.5s;
}

.certificate .team-text {
  left: -100%;
  transition: 0.5s;
  height: 100%;
}
.certificate .team-text p{
  font-size:13px;
}
.certificate .team-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: -60px;
  border: 30px solid;
  border-color: transparent transparent transparent #1f417f;
}

.certificate:hover .team-text {
  left: 0;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.w-100 {
  width: 100%;
}
.position-absolute {
  position: absolute !important;
}
.top-50 {
  top: 0 !important;
}
.bg-primary {
  background-color: #1f417f !important;
}
.cert_taital {
  width: 35%;
  float: left;
  font-size: 40px;
  color: #0f0f0f;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-top: 40px;
}
.cert_taital::after {
  content: "";
  position: absolute;
  width: 193px;
  height: 2px;
  background-color: #252525;
  left: initial;
  right: -64px;
  top: 44%;
  z-index: -1;
}
/*****certificate-end****/

.text-left {
  text-align: left;
}
.cta {
  padding-bottom: 40px;
  background-color: #1f417f;
}
.cta h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  top: 0;
  text-align: center;
}
.cta p {
  color: #373636;
  text-align: justify;
}
.cta-bg {
  background-color: #03a9f4;
  padding-top: 40px;
}
.cta-bg h1 {
  color: #fff;
}
.service-index {
  width: 100%;
  background: #fff;
  padding: 0 0 10px 0;
  min-height: 340px;
  margin-top: 5px;
}
.service-index:hover {
  transform: scale(1.1);
}

.cta h2 {
  padding: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  top: 0;
  text-align: center;
  font-size: 31px;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 80px;
}
.news-wrapper {
  padding: 0px;
}
.news-wrapper .news-inner {
  display: block;
  padding: 70px 20px;
  position: relative;
  min-height: 320px;
}
.news-wrapper .row {
  margin: 0px;
}
.news-inner .date {
  color: #03a9f4;
  font-weight: 400;
  font-style: italic;
}
.news-inner .title {
  color: #777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
}
.news-inner p {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: justify;
}
.no-padding {
  padding: 0px;
}
.news-inner:hover .title {
  letter-spacing: 3px;
}
.post-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  left: 0;
}
.post-preview-content {
  z-index: 2;
  position: relative;
}
.post-option {
  margin-bottom: 0px;
  margin-top: 15px;
}
.post-option a {
  margin-right: 5px;
  display: inline-block;
  color: #999;
}
.post-option a:hover {
  color: #03a9f4;
}
/****


/* contact section end */

/* footer section start */
.footer_section {
  width: 100%;
  float: left;
  background-color: #1d1d1d;
  height: auto;
  padding: 90px 0px;
}
.location_main {
  width: 100%;
  display: flex;
}
.location_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #8e8e8e;
  font-family: "Roboto", sans-serif;
}

.location_text a {
  color: #8e8e8e;
}
.location_text a:hover {
  color: #ffffff;
}
.padding_left_10 {
  padding-left: 10px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  float: right;
}
.footer_section_2 {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.footer_taital {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.footer_text {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #8e8e8e;
  margin: 0px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}

.Enter_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #8e8e8e;
  background-color: transparent;
  border-bottom: 1px solid #ffffff !important;
  padding: 8px 10px 4px 0px;
  margin-top: 10px;
  border: 0px;
}

.social_icon {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.social_icon ul {
  margin: 0px;
  padding: 0px;
}
.social_icon li {
  float: left;
  padding-right: 15px;
}

.subscribe_bt {
  width: 170px;
  float: left;
  margin-top: 20px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #1f417f;
  background-color: transparent;
  text-transform: uppercase;
}
.subscribe_bt a:hover {
  color: #ffffff;
}
/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #1d1d1d;
  height: auto;
}
.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0px;
  margin: 0px;
}

.copyright_text a {
  color: #ffffff;
}
.copyright_text a:hover {
  color: #1f417f;
}

/* copyright section end */
