@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: capitalize;
  font-size: 15px;
  padding: 18px 40px;
  background: #28b79a;
  border-radius: 7px;
}

.theme-btn:hover {
  background-color: #2e3ba6;
  color: #fff;
  border-color: #2e3ba6;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Manrope';
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #7f7f88;
    padding: 10px 23px;
    font-size: 16px;
    font-family: 'Manrope';
    text-transform: capitalize;
    font-weight: 800;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #0d0d3f;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}


/*header Start*/
.header-cont-info ul li {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-cont-info {
    background: #2F3CA6;
}

.topSec .container-fluid {
    padding: unset;
}

.header-cont-info ul li a {
    color: #fff;
}

.header-cont-info ul {
    display: flex;
    gap: 25px;
    margin-bottom: unset;
}

.header-cont-info ul li i {
    color: #28b79a;
}

ul.header-social-icons li a {
    color: #fff;
    font-size: 15px;
}

ul.header-social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 21px;
    background: #263297;
    padding: 6px 60px 6px 0px;
    margin-bottom: unset;
    position: relative;
}

.header-cont-info {
    padding: 6px 0px 6px 60px;
}
ul.header-social-icons:before {
    position: absolute;
    content: '';
    background: #ffffff4f;
    width: 1px;
    height: 54%;
    right: 216px;
    top: 8px;
}
.header-logo {
    background-color: transparent;
    background-image: linear-gradient(90deg, #FEFDFD00 0%, #EAEAF1 100%);
    text-align: center;
    padding: 13px 0px;
}

.header-logo img {
    width: 170px;
    margin: 0 auto;
}

.menuSec .row {
    align-items: center;
}

.header-right-btn {
    text-align: end;
}
/*Header End*/



.hm-banner-img img {
    width: 100%;
    height: 730px;
    object-fit: cover;
}
.banner-btm-text {
    background: #0d0d3f;
}

.banner-btm-text p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Manrope';
    padding: 40px 0px 70px;
}

/*Section About Us Start*/

.about-img img {
    width: 100%;
}

.mai-about-images {
    position: relative;
}

img.dotted-abt-img {
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: -30px;
    animation: bounceeffect 3s linear infinite alternate;
}

.about-main-sec {
    padding: 100px 0px;
    position: relative;
}

.about-text h3 {
    color: #7f7f88;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.about-text h2 {
    font-family: 'Manrope';
    font-size: 45px;
    color: #0d0d3f;
    font-weight: 800;
    margin-bottom: 16px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.875;
    color: #7f7f88;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px;
}

.about-text {
    margin-left: 0px;
}

.about-text a.theme-btn {
    background: #2e3ba6;
}

.about-main-sec .row {
    align-items: center;
    justify-content: center;
}


@keyframes bounceeffect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
img.about-map-img {
    position: absolute;
    right: -310px;
    top: 30px;
    opacity: 0.3;
    width: 35%;
}
.about-img {
    padding-right: 26px;
}

.about-btm-text h2 {
    font-size: 20px;
    font-weight: 800;
    color: #0d0d3f;
    margin-bottom: 10px;
    line-height: 34px;
    font-family: 'Manrope';
}

.about-btm-text p {
    font-size: 15px;
    font-family: 'Manrope';
    color: #7f7f88;
    font-weight: 600;
    margin-bottom: 0px;
}

.about-btm-text {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 26px 25px 30px 25px;
    border-radius: 5px;
    border: 1px solid #00000038;
}
.about-btm-box-row .row {
    margin: 80px 41px 0px;
}
img.about-arrow {
    position: absolute;
    right: 0px;
    bottom: 190px;
}
/*Section About Us End*/


/*Section offering Start*/

.heading-offering h2 {
    font-family: 'Manrope';
    font-size: 45px;
    color: #0d0d3f;
    font-weight: 900;
    margin-bottom: 16px;
}
.heading-offering h3 {
    color: #7f7f88;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: 2px;
}
.heading-offering img {
    width: 18px;
}

.heading-offering {
    text-align: center;
}
.offering-main-sec {
    background-color: #EEEEF4;
    padding: 100px 0px;
}
.offering-icon svg {
    fill: #28b79a;
    width: 40px;
    margin-bottom: 10px;
    height: 40px;
    stroke: #28b79a;
}

.offering-text h2 {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 800;
    color: #0d0d3f;
    line-height: 25px;
    margin-bottom: 6px;
}

.offering-text p {
    font-size: 14px;
    font-family: 'Manrope';
    color: #7f7f88;
    font-weight: 600;
    margin-bottom: 8px;
}


.offering-box {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 26px 23px 30px 23px;
}
.offering-text a {
    color: #0d0d3f;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 700;
}
/*Section Offering End */


/*Section Choose Us Start*/

.choose-img img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 0px 0px 100px 0px;
}
.choose-accor .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.choose-accor .accordion-button {
  background: #f1f1f5;
  color: #0d0d3f;
  font-weight: 700;
  border-radius: 8px !important;
  box-shadow: none;
  padding: 13px 32px;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: 'Manrope';
  line-height: 31px;
}

.choose-accor .accordion-button::after {
  background-image: none;
  content: '+';
  font-size: 22px;
  font-weight: bold;
  transform: rotate(0deg);
  margin-top: -10px;
}

.choose-accor .accordion-button:not(.collapsed) {
  background: #2e3ba6;
  color: #fff;
  box-shadow: none;
}

.choose-accor .accordion-button:not(.collapsed)::after {
  content: '-';
}

.choose-accor .accordion-body {
  background: #ffffff;
  color: #6c6c80;
  padding: 20px 38px;
  line-height: 1.6;
  border-radius: 0 0 10px 10px;
  font-family: 'Manrope';
  font-size: 15px;
  font-weight: 500;
  padding-top: unset;
  font-weight: 500;
}

.choose-accor .accordion-collapse {
  border: none;
}

.choose-accor .accordion-item {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.choose-us-main-text h2 {
    font-family: 'Manrope';
    font-size: 45px;
    color: #0d0d3f;
    font-weight: 800;
    margin-bottom: 23px;
}

.choose-us-main-text {
    margin: 0px 65px;
}

.choose-main-sec .row {
    align-items: center;
}
/*Section Choose Us End*/

/*Section Team Start*/

.team-text h2 {
    font-size: 24px;
    font-family: 'Manrope';
    line-height: 26px;
    margin-bottom: unset;
    font-family: 'Manrope';
    font-weight: 800;
    color: #0d0d3f;
}

.team-text h3 {
    font-size: 14px;
    font-family: 'Manrope';
    line-height: 23px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #7f7f88;
    font-weight: 800;
    margin-bottom: unset;
}

.team-text {
    text-align: center;
    padding: 22px 0px 15px;
}

.team-img img {
    width: 100%;
    border-radius: 20px;
}

.main-team-box {
    padding: 20px;
    position: relative;
    background-image: linear-gradient(to top, #eaeaf1 0%, transparent 264px);
    background-color: transparent;
    border-radius: 20px;
}

.main-team-box:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 250px;
    content: '';
    border-radius: 18px 18px 0 0;
    background-color: #fff;
    z-index: -1;
}
.main-team-box:after {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: '';
    border-radius: 20px 20px 0 0;
    background-image: linear-gradient(to bottom, #eaeaf1, transparent);
    z-index: -3;
    transform-origin: 50% 0;
    transition: 0.3s ease;
  }
.team-main-sec {
    padding: 90px 0px;
}
.team-main-sec .heading-offering {
    margin-bottom: 30px;
}
.team-main-sec .row {
    padding: 0px 70px;
}
/*Section Team End*/


/*Section news Start*/

.news-img img {
    width: 100%;
    border-radius: 8px;
}

.news-text-main p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    background-color: #28b79a;
    line-height: 40px;
    text-align: center;
    width: auto;
    padding: 5px;
    border-radius: 0 0 0 5px;
    color: #fff;
    margin: unset;
    padding: 30px 7px;
    font-family: 'Manrope';
    font-weight: 800;
    height: 180px;
}

.text-news-box ul {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.text-news-box ul li {
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 600;
    color: #7f7f88;
    display: flex;
    align-items: center;
    gap: 6px;
}

.text-news-box ul li i {
    color: #43b89a;
}

.text-news-box h2 {
    font-size: 24px;
    font-family: 'Manrope';
    font-weight: 800;
    color: #0d0d3f;
    margin-bottom: 20px;
}

.text-news-box a {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 700;
    color: #7f7f88;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-text-main {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #fff;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    margin-right: 31px;
    border-radius: 0px 8px 8px 8px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
.news-main-sec .row {
    padding: 0px 50px;
}
.newsslid .slick-slide{
    opacity: 1;
    margin:0px 10px;
}
.news-main-sec {
    padding: 10px 0px 100px;
}

.news-main-sec .heading-offering {
    margin-bottom: 40px;
}

.news-main-box:hover .text-news-box a {
    color: #43b89a;
}
.news-main-box {
    cursor: grab;
}

/*Section News End*/


/*Footer Start*/

.footer-logo-main p {
    font-family: 'Manrope';
    font-size: 16px;
    color: #fff;
    padding-top: 40px;
}

.ft-links ul li a {
    font-family: 'Inter';
    font-size: 16px;
    color: #fff;
    font-family: 'Manrope';
    font-weight: 600;
}

.ft-links ul li {
    margin-bottom: 10px;
}

.ft-links h2 {
    font-family: 'Manrope';
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.ft-links.ft-contacts ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ft-links.ft-contacts ul li i {
    color: #43b89a;
}

.footer-logo-main {
    padding-top: 14px;
}

footer {
    padding: 60px 0px 60px;
    border-bottom: 1px solid #ffffff52;
    background: #0e0e3e;
    position: relative;
    z-index: 1;
}
.footer-btm p {
    font-family: 'Manrope';
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0px;
    background: #0e0e3e;
    margin-bottom: unset;
}
.ft-links {
    width: 70%;
    margin: 0 auto;
}
footer::before {
    position: absolute;
    content: '';
    background-image: url(../images/footer-wave.png);
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.2;
}
.footer-logo-main a img {
    width: 79%;
}
/*Footer End*/

section.main_slider.inner-banner .hm-banner-img img {
    height: 460px;
    object-position: top;
}

.offering-main-sec.inner-service-page {
    background-color: #fff;
}
.offering-main-sec.inner-service-page .offering-box {
    margin-bottom: 30px;
}

/*Contact Page Start*/

.contact-info-sec {
    padding: 80px 0;
    background: #fbfaf8;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.contact-info-box {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    height: 100%;
}

.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 58, 41, 0.2);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-icon i {
    font-size: 28px;
    color: #fff;
}

.contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-info-box p {
    color: #7c7c7c;
    line-height: 1.8;
}

.contact-form-sec {
    padding: 80px 0;
}

.contact-form-content {
    padding-right: 30px;
}

.contact-form-content h2 {
    margin-bottom: 20px;
}

.contact-form-content>p {
    color: #7c7c7c;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: 'Manrope';
}

.contact-features {
    margin-bottom: 30px;
}

.contact-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-feature-item i {
    color: #43b89a;
    font-size: 18px;
}

.contact-feature-item a {
    font-family: 'Manrope';
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
}

.contact-social h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #10103c;
    font-weight: 600;
    font-family: 'Manrope';
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: #f5f3f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #43b89a;
    font-size: 18px;
    transition: all 0.5s ease;
}

.social-icons a:hover {
    background: #0f0f3d;
    color: #fff;
    transform: translateY(-5px);
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}

.form-group textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}

.form-group select {
    cursor: pointer;
    background: #fff url("../images/arrow.png") no-repeat right 15px center;
    appearance: auto;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #43b89a;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.map-sec {
    padding: 0;
}

.map-container {
    height: 400px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1);
    transition: all 0.5s ease;
}

.map-container iframe:hover {
    filter: grayscale(0);
}


.contact-form-content h5 {
    font-family: 'Manrope';
    font-weight: 800;
    color: #0e0e3e;
    font-size: 28px;
}
/*Contact Page ENd*/

section.main_slider.inner-banner h1 {
    font-size: 58px;
}
/*Service Detail Page Start*/

.service-detail-main img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
    margin-bottom: 30px;
}

.service-detail-main h2 {
    margin-bottom: 15px;
}

.service-detail-main p {
    margin-bottom: 22px;
    opacity: 70%;
}

section.service-detail-sec {
    padding: 100px 0px;
}

.serv-head-iner {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
    gap: 20px;
    margin-top: 20px;
}

.icon-serv-dtl img {
    height: 40px;
    width: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(190deg) brightness(108%) contrast(107%);
    margin: unset;
}

.icon-serv-dtl {
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    justify-content: center;
    background-color: #0f0f3d;
}

.serv-head-iner h2 {
    margin: unset;
    font-size: 40px;
    font-weight: 600;
    color: #0d0d3f;
}

ul.aboutiner {
    column-count: unset;
    margin: unset;
    margin-top: 50px;
}

.service-detail-text img {
    width: 100%;
    height: 580px;
    object-position: bottom;
    object-fit: cover;
    border-radius: 20px;
}

.icon-serv-dtl svg {
    fill: #28b79a;
    width: 40px;
}

.service-detail-text p {
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 600;
}
/*Service Detail Page End*/


/*blog Page Start*/
.news-main-sec.blog-pg-sec {
    padding: 100px 0px;
}

.blog-pg-sec .news-main-box {
    margin-bottom: 40px;
}


/*blog Page End*/


/*Blog Detail Page Start*/

.blog-detail-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.blog-detail-box ul li {
    color: #000000c2;
    font-size: 16px;
    font-family: 'Manrope';
    font-size: 15px;
    font-weight: 500;
}
.blog-detail-box h2 {
    color: #0f0f3d;
    font-family: 'Manrope';
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.blog-detail-box img {
    width: 100%;
    margin-bottom: 20px;
    height: 600px;
    object-fit: cover;
    object-position: 100% 10%;
    border-radius: 10px;
}
.blog-detail-box p {
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 500;
    line-height: 29px;
}

.blog-detail-box ul li i {
    color: #28b79a;
}

section.blog-sec.inner-blog-page {
    padding: 100px 0px;
}

/*Blog Detail Page End*/