@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: inter, sans-serif;
}
body.down .headerhome2.animateIt {
  top: 0;
}

/*------------------Area-----------------------*/
.areas {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.areaheading h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.areasinbtn h4 {
  width: 100%;
  color: #000 !important;
  font-weight: 600;
  padding: 12px 15px;
  border: solid 2px #ee8700;
  border-radius: 5px;
  transition: 0.6s ease;
  font-size: 17px;
  text-align: center;
}
.areasinbtn a h4:hover {
  background-color: #ee8700;
  color: #fff !important;
}
.areadetails {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.areasinbtn a {
  text-decoration: none;
}
.areaimg {
  padding: 15px;
  border: 2px solid #ee8700;
  margin: 20px 0;
  border-radius: 5px;
  position: relative;
}

.detailsbtn {
  width: 45%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}
.detailsbtn input:hover {
  background-color: #ee8700;
  color: #fff;
}

.areaimg img {
  width: 100%;
}
.areahead h1 {
  font-size: 25px;
  font-weight: 800;
  margin: 22px 0;
  color: #ee8700;
}
.areadetails-txt p {
  text-align: justify;
  color: #6b6666;
}
.areadetails-txt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ee8700;
}
.areas-details-menu {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.area_menu {
}
.area_menu h4 {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #9d743f;
}
.menuin {
  padding: 30px 0 30px 30px;
}
.menuin a {
  color: #000;
  transition: 0.6s ease all;
  font-weight: 600;
  display: flex;
}
.menuin a:hover {
  text-decoration: none !important;
  color: #ee8700;
  transition: 0.6s ease all;
  margin-left: 5px;
}
.menuin i {
  color: #ee8700;
  margin-right: 5px;
  margin-top: 5px;
}
/*---------------------Blog-----------*/
.blog_banner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;

  background-image: url("../images/blogimg/sub-banner.jpg");
  background-size: cover;
}
.subbanner_section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  text-align: center;
}
.subbanner_section h1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.custom_padding {
  padding: 70px 0;
}
.main_he {
  position: relative;
}
.main_he h2 {
  text-align: left;
}
.servicess_segment {
  text-align: center;
}

.blogs_textt {
  padding: 20px;
}
.blogs_img {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  height: 170px;
}
.main_heading {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.main_heading:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #2b548d;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.subbanner_section h1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #2b548d;
  bottom: -10px;
  left: 0%;
}
.blogs_box {
  margin: 10px 0;
  text-align: left;
  box-shadow: 0 0 20px rgba(188, 188, 188, 0.35);
  border-radius: 3px;
}
.blogs_textt hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.blogs_textt h4 {
  font-size: 16px !important;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 22px;
  font-family: inter, sans-serif !important;
}
.common_paragraph {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.blog_btn {
  font-weight: 500;
  padding: 8px 15px !important;
  border-radius: 3px;
  background-color: #2b548d;
  border: 1px solid #2b548d;
  font-size: 11px;
  color: #fff;
  transition: all ease 0.3s;
  margin-top: 25px;
  width: auto;
  margin-bottom: 0;
  line-height: 40px;
  text-decoration: none;
}
.blog_btn:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.footerblog {
  color: #fff;
}
.main_heading1:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #2b548d;
  bottom: -20px;
  left: 0%;
}
.main_heading1 {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.blogsdetails_img {
  height: 300px;
  overflow: hidden;
  margin: 30px 0 15px 0;
}
.blogs_textt2 h6 {
  text-align: left;
}
.blogs_textt2 h6 span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
  color: #858585;
}
.blogs_textt2 p {
  font-weight: 400;
  line-height: 25px;
  color: #6b6666;
}
.blogs_textt2 p a {
  color: #007bff;
  text-decoration: none;
}
.mid_txt:hover {
  color: #d01e28;
}
.txtss {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #282525 !important;
}
.txtss:hover {
  color: #d01e28;
}
.sub_menu ul {
  display: flex;
  gap: 5px;
}
#rrr i {
  color: #fff;
}
.sub_menu ul li a {
  color: #fff;
}
.sub_menu ul li a:hover {
  text-decoration: none;
}
.sub_menu ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  list-style: none;
}
.footerblog:hover {
  color: #fff;
  text-decoration: none;
}

/*----------------------------End Blog-----------------*/

.headerhome2.animateIt {
  position: fixed;
  top: -160px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.drop_trigger {
  position: relative;
}
.contacttxt input[type="submit"] {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
  background: #ee8700;
  border: 1px solid;
}

.drop_trigger ul {
  display: block !important;
}

.dropbox {
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 250px !important;
  left: 0;
  margin: 0;
  padding: 12px 15px;
  border-bottom: solid 1px #f5f5f5;
  background-color: #fff;
  color: #000;
  z-index: 9;
}
.dropbox li a {
  color: #000 !important;
}
.drop_trigger:hover .dropbox {
  opacity: 1;
}
.tophead {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ee8700;
  position: relative;
}
.headerhome2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*position: fixed;*/
}
.iconimg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px;
  color: #fff;
}
.iconimg a {
  color: #fff;
  text-decoration: none;
}
.iconimg p {
  margin: 0;
  padding: 0;
}
.iconimg i {
  padding-right: 9px;
}
.iconimghedp {
  position: relative;
  display: inline-block;
}
.iconimghedp {
  margin: 10px;
}
.headtxt {
  width: 55%;
  height: auto;
  margin: 0;
  padding: 19px;
  color: #fff;
  float: right;
}
.headtxt i {
  padding-right: 9px;
}
.iconright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline;
}
.iconright i {
  padding-right: 7px;
  padding-left: 16px;
}
.iconright a i {
  color: #fff;
}
.headerhome {
  width: 100%;
  /*height: 112px;*/
  margin: 0;
  padding: 0;
  display: inline-block;
}
.headerimg {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
}
.headermenu {
  width: 100%;
  height: auto;
  padding: 7px;
  margin: 0 auto;
}
.headermenu ul {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}
.headermenu ul li {
  list-style: none;
}
.headermenu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.headermenu ul li a:hover {
  color: #ee8700;
}
.headerimg a img {
  width: 100%;
  height: auto;
}
.headercontact {
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0;
}
.headercontact ul {
  margin: 0;
  padding: 0;
}
.headercontact ul li {
  display: flex;
}
.headercontact ul li p {
  margin-left: 20px;
  display: grid;
}
.headercontact ul li i {
  font-size: 40px;
  padding-right: 15px;
  font-weight: 900;
  height: 63px;
  border-right: 1px solid #e7e7e7;
  padding-top: 5px;
  color: #ee8700;
}
.headercontact ul li p strong a {
  color: #000;
  text-decoration: none;
}
.headercontact ul li {
  padding: 20px 0;
}
.bannerhead {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bannerhead h1 {
  font-weight: 900;
  font-size: 55px;
  color: #fff;
}
.about {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.thumb {
  width: 87%;
  height: auto;
  margin: 0;
  padding: 0;
}
.thumb img {
  width: 99%;
  height: 435px;
}
.leftside {
  width: 85%;
  height: auto;
  margin: 0;
  padding-bottom: 50px;
}

.leftsidehead {
  text-transform: uppercase;
  color: #ee8700;
  font-size: 30px;
  margin-bottom: 39px;
}

.leftside ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.leftside ul li {
  list-style: none;
}
.customBefore li {
  position: relative;
  padding-left: 20px;
}
.customBefore li::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\f058";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #ee8700;
}

.abouttxt {
  padding-top: 130px;
}
.abouttxt::before {
  position: absolute;
  right: 28%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #f3f7fd;
  z-index: -1;
}
.leftside h1 {
  font-weight: 600;
  margin-bottom: 8px;
}
.mission {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: #001d4c;
}
.mission2 {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}
.mission2 img {
  width: 100%;
  height: 588px;
  object-fit: cover;
}
.missiontxt {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}
.missiontxt2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}
.missiontxt3 {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.missiontxt3 h2 {
  position: absolute;
  top: 75px;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 900;
  left: 53px;
}
.missiontxt3 h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 58px;
  padding-top: 127px;
}
.missiontxt3 p {
  padding: 1px 38px;
  color: #fff;
  font-size: 14px;
  line-height: 27px;
}
.missiontxt4 {
  width: 50%;
  height: auto;
  margin-top: 110px;
  padding: 0;
}
.missiontxt3 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.missiontxt4 p {
  color: #fff;
  font-size: 14px;
  line-height: 27px;
  padding: 1px 30px;
}
.service_box {
  margin: 10px 0;
}
.service_img {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.full_img {
  width: 100%;
}
.service_txt {
  padding: 30px 0;
  text-align: center;
}
.service_txt a {
  text-decoration: none;
  color: #ee8700;
}
.service_img {
  transition: 0.3s ease all;
}

.site-heading {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.site-heading2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
}
.site-heading2 h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #ee8700;
  font-size: 20px;
  text-align: center;
}
.site-heading2 h2 {
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
}
.site-heading2 h2::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
  background-color: #ee8700;
}
.single-item {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.single-item2 {
  width: 32%;
  height: auto;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
  padding: 60px 30px;
  background: #ffffff;
  position: relative;
}
/*-----------------------------service-----------------------*/

.single-item22 {
  width: 30%;
  height: auto;
  background: #ffffff;
  position: relative;
}
.single-item223 {
  position: absolute;
}
.single-item223 i::before {
  font-size: 60px;
  color: #ee8700;
  position: absolute;
  top: 63px;
  left: 20px;
}
.single-item223 span {
  font-size: 100px;
  color: #f4f4f4;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #f4f4f4;

  font-family: sans-serif;
}
.single-item223 div {
  color: #fff;
  margin-top: 5px;
  margin-left: 5px;
}

.serviceimg {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.serviceimg img {
  width: 100%;
  height: auto;
}
.container-custom {
  width: 95% !important;
  padding-bottom: 20px;
  margin: 0 auto;
}
.single-item2 span {
  font-size: 100px;

  color: #f4f4f4;

  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #f4f4f4;
  line-height: 50px;
  font-family: sans-serif;
}
.headh5 {
  margin-top: 30px;
}
.headh5 h5 {
  font-weight: 600;
  font-size: 18px;
}
.single-item2 i::before {
  font-size: 60px;
  color: #ee8700;

  position: absolute;
  top: 63px;
  left: 20px;
}

.testimoni01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.testimoni {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.item {
  width: 47%;
  height: auto;
  margin: 0;
  padding: 0;
}
.item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  margin-right: 75px;
  display: inline-block;
  position: relative;
}
.item::before {
  position: absolute;
  left: -15px;
  top: 15px;
  content: "";
  height: 100%;
  width: 100%;
  border: 15px solid #ee8700;
  z-index: -1;
  opacity: 0.1;
}

.thum {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.thum img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.thum i {
  position: absolute;
  right: 25px;
  top: 8px;
  display: inline-block;
  height: 45px;
  width: 44px;
  line-height: 45px;
  background: #ee8700;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.rating {
  margin-bottom: 15px;
}
.rating i {
  color: #ee8700;
}
.thumtxt {
  margin-top: 20px;
}
.thumtxt p {
  font-size: 18px;
  color: #232323;
  line-height: 34px;
  font-style: italic;
}
.provider {
  display: flex;
}
.provider h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}
.provider span::before {
  content: " / ";
  padding: 0 5px;
}

.contact-area {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f3f7fd;
}
.content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.heading {
  margin-bottom: 30px;
}
.contacttxt {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.contacttxt input[type="text"] {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.contacttxt input[type="email"] {
  width: 100%;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.contacttxt input[type="tel"] {
  width: 100%;
  padding: 20px;

  border-radius: 5px;
  border: 1px solid #fff;
}
.contacttxt textarea {
  width: 100%;
  min-height: 150px;
  padding: 20px;
  border: 1px solid #fff;
}
.contacttxt button {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px solid #ee8700;
  margin-bottom: -20px;
  background-color: #ee8700;
}
.heading h2 {
  font-weight: 600;
  color: #0e2b3d;
}
.heading h2 a {
  color: #ee8700;
  text-decoration: none;
}
.heading h2 a span {
  color: #000;
}
.heading h2 a {
  position: relative;
}
.heading h2 a b::after {
  position: absolute;
  left: 0;
  top: 39px;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 30%;
  background-color: #ee8700;
}
.icon i {
  content: "\f3c5";
}
.headingcontant ul {
  padding: 0;
  margin: 0;
}
.headingcontant ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.icon i {
  display: inline-block;
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  color: #ee8700;
  margin-right: 20px;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}
.info p {
  font-weight: 600;
  color: #0e2b3d;
  text-transform: uppercase;
}
.info p span {
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #666666;
}

.footerarea {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 85px;
  background-color: #ee8700;
}
.footerimg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.footerimg img {
  width: 70%;
  height: auto;
}
.footerimg p {
  color: #fff;
}
.menu h4 {
  padding-bottom: 10px;
  color: #fff;
}
.menusub ul li {
  list-style: none;
}
.footersubcon ul li a {
  color: #fff !important;
  display: block;
}
.menusub ul {
  padding: 0;
  margin: 0;
}
.menusub ul li {
  list-style: none;
  color: #fff;
}
.footersubcon ul li {
  list-style: none;
  color: #fff;
}
.footersubcon ul li a {
  list-style: none;
  text-decoration: none;
}
.footercontat {
  padding: 0 30px;
}
.footercontat h4 {
  color: #fff;
  padding-bottom: 10px;
}
.footersubcon ul {
  padding: 0;
  margin: 0;
}
.menusub ul li {
  margin-bottom: 10px;
}
.bannerhome {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*position: relative;*/
}
.bannerhome img {
  width: 100%;
}
.footersubcon ul li i {
  font-size: 24px;
  margin-right: 15px;
  display: initial;
}

.footersubcon ul li {
  margin-bottom: 10px;
}
.footersubcon ul li a {
}
.footer-bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  background-color: #dc8007;
}
.footer-bottom p {
  margin: 0;
  padding: 0;
  color: #f4eeee;
}
.footer-bottom p a {
  color: #fff;
  text-decoration: none;
}
.site-heading3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.site-heading3 h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #ee8700;
  font-size: 20px;
  text-align: center;
}
.site-heading3 h4 {
  text-align: center;
}
.site-heading3 h4::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  bottom: 34px;
  margin-left: -25px;
  position: absolute;
  width: 40px;
  background-color: #ee8700;
}

/*---------------------------gallery lightbox part--------------------------------*/

.lightbox {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.galleryhead {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}

/*---------------------------End gallery lightbox part--------------------------------*/

/*------------------------Responsive start-------------------------*/

@media only screen and (max-width: 768px) {
  .areahead h1 {
    font-size: 18px;
  }
  .areadetails-txt h4 {
    font-size: 17px;
  }
  .areas-details-menu {
    margin: 20px 0;
  }

  .tophead {
    display: none;
  }
  .single-item22 {
    width: 100%;
    height: auto;

    padding: 10px 5px;
    background: #ffffff;
    position: relative;
  }
  .headerimg {
    height: auto;

    padding: 0;
    text-align: center;
    width: 100%;
  }
  .headerimg a img {
    width: 60%;
    height: auto;
  }
  .headermenu {
    display: none;
  }
  .headercontact {
    display: none;
  }
  .leftsidehead::after {
    position: absolute;
    top: 1%;
    right: 314px;
    content: "";
    height: 2px;
    width: 30px;
    background: #ee8700;
    margin-top: 4px;
  }
  .abouttxt::before {
    position: absolute;
    right: 0%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #f3f7fd;
    z-index: -1;
  }
  .abouttxt {
    padding-top: 60px;
  }
  .leftside {
    width: 98%;
    height: auto;
    margin: 0;
    padding-bottom: 20px;
  }
  .leftside h2 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 25px;
  }
  .thumb {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .thumb img {
    width: 100%;
    height: auto;
  }
  .thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
  }
  .mission2 {
    width: 0%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .mission2 img {
    width: 100%;
    height: 588px;
    object-fit: cover;
    display: none;
  }
  .missiontxt2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .missiontxt3 {
    border: none;
  }
  .missiontxt3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .missiontxt {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .missiontxt2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .missiontxt4 {
    width: 100% !important;
    height: auto;
    margin-top: 3px;
    padding: 0;
  }
  .single-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }
  .single-item2 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    padding: 60px 30px;
    background: #ffffff;
    position: relative;
  }
  .contacttxt input[type="email"] {
    width: 100%;
    padding: 20px;
    margin-right: 0px;
    border-radius: 5px;
    border: 1px solid #fff;
  }
  .heading h2 {
    font-weight: 600;
    color: #0e2b3d;
    font-size: 28px;
    padding-top: 20px;
  }
  .contact-area {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f3f7fd;
  }
}

.blogs_textt h6 {
  font-size: 1.3rem;
}
/*------------------------End Responsive -------------------------*/
