@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&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;
    font-family: 'montserrat-medium';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
}

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;
    line-height: 1.2;
    font-family: 'montserrat-regular';
}


/***** 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
}

@font-face {
    font-family: 'Fontspring-DEMO-modica-black';
    src: url(../fonts/Fontspring-DEMO-modica-black.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
    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;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'Fontspring-DEMO-modica-black';
    font-size: 64px;
    line-height: 65px;
    color: #fff;
    font-weight: 500;
    /* margin: 0 0 17px; */
    text-transform: uppercase;
}

h2 {
    font-family: 'Fontspring-DEMO-modica-black';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Fontspring-DEMO-modica-black';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Fontspring-DEMO-modica-black';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Fontspring-DEMO-modica-black';
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Fontspring-DEMO-modica-black';
    font-size: 16px;
    line-height: 0;
    color: #000000;
    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: 15px 0;
}

.menuSec img {
    margin: 0;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    background: #fff;
    width: 65%;
    margin: 0 auto;
    gap: 9px;
    padding: 6px 0;
    border-radius: 50px;
}
.menuSec ul li a:hover {
    background: #233758;
    color: #fff;
}

.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: #000000;
    /* padding: 10px 23px; */
    font-size: 12px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 108px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}

.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: #ffffff;
}

.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 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 */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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 [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_text h1 span {
    font-size: 44px;
}
.carousel-item img {
    height: 100vh;
    width: 100%;
}
.banner_text h3 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    letter-spacing: 6px;
    padding-bottom: 15px;
}

.banner_text p {
    font-size: 13.7px;
    opacity: 0.5;
    line-height: 23px;
}
/*banner css end*/

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  overflow: hidden;
  height: 50px;
  padding: 0 5px 0 20px;
  background-color: #ffffff;
  border: 1px solid #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
  color: #fff;
}
.theme1:hover span.theme1-txt {
    color: #ffffff;
}

.theme1 span.theme1-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  font-family: 'montserrat-medium';
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.theme1 span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 52px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #233758;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
  width: 10px;
  object-fit: contain;
  object-position: 0 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(21%) saturate(3551%)
    hue-rotate(90deg) brightness(90%) contrast(106%);
  transition: ease-out;
  transition-duration: 0.5s;
}
a.theme1.about-btn {
    background: #233758;
}

span.theme1-icon.about-btn {
    background: #fff;
}

span.theme1-icon.about-btn img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(0%) hue-rotate(207deg) brightness(91%) contrast(100%);
}

span.theme1-txt.about-btn {
    color: #ffffff;
}
.theme1:hover span.theme1-txt.about-btn {
    color: #000 !important;
}
button.theme1.about-btn {
    background: #233758;
}
/* Buttons Css Ends */

.about_sec {
    padding: 100px 0;
}

.about_sec .row {
    align-items: center;
}

.about_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
a.theme1.about-btn:hover {
    background: #fff;
    border-color: #000;
}

a.theme1.about-btn:hover.theme1-txt{
    color: #000;
}

.about_txt p {
    font-size: 14px;
    line-height: inherit;
    font-weight: 600;
}
.serives_sec {
    padding-bottom: 100px;
}

.servi_img img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.servi_txt {
    background: #fff;
    box-shadow: 0 0 5px 0 #7c7c7c;
    width: 96%;
    margin: 0 auto;
    padding: 21px;
    border-radius: 18px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.servi_txt h4 {
    text-transform: uppercase;
    color: #233758;
}

.servi_txt p {
    font-size: 16px;
    font-weight: 500;
}

.servi_txt li {
    color: #000;
    margin-left: 15px;
    font-weight: 500;
}

.servi_txt .serv-btn {
    display: none;
    margin-top: 10px;
}

.servi_txt:hover {
    background: #233758;
}

.servi_txt:hover .serv-btn {
    display: block;
}

.servi_txt:hover h4 {
    color: #fff;
}

.servi_txt:hover p {
    color: #fff;
}

.servi_txt:hover li {
    color: #fff;
}
.servi_content {
    text-align: center;
}

.servi_content h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
}



.servi_content p {
    width: 67%;
    margin: 0 auto;
    margin-bottom: 25px;
}
/* Contact Us Sec Css Starts */

section.contact-sec {
  position: relative;
  padding: 100px 0;
}
.heading0 h5 {
    color: #000;
    text-transform: uppercase;
    font-size: 41px;
    margin: 0;
    padding-bottom: 6px;
}
.contact-map-main {
    margin-top: 150px;
}
.heading0 h2 {
    font-size: 18px;
    color: #233758;
}
.contacts ul li a {
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contacts ul li a i {
    color: #233758;
}
.contact-map iframe {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  width: 100%;
}

.contact-form {
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000002e;
  position: relative;
  z-index: 999;
}

.contact-input {
  width: 100%;
}

.contact-input label {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin: 0 0 20px 0;
}
.contact-input label h6 {
    font-family: 'montserrat-medium';
    font-size: 13px;
}
.contact-input {
  width: 100%;
}

.contact-input label input,
.contact-input label textarea {
  width: 100%;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #00000017;
  box-shadow: 0 0 20px 0 #0000;
}

.contact-input label textarea {
  height: 150px;
  resize: none;
  padding: 10px 20px;
}

.contact-map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 550px;
}
.heading0 ul {
    display: flex;
    gap: 24px;
    align-items: center;
}

.heading0 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid #7c7c7c;
    color: #7c7c7c;
    font-size: 19px;
    border-radius: 50px;
}

.heading0 ul li a:hover {
    background: #233758;
    color: #fff;
}
/* Contact Us Sec Css Ends */

/* why choses us start  */
.why-chose-us{
    background-image: url(../images/ey-chose-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 157px 0 0 0;
    background-position: bottom;
}
.why_chose__text {
    background-color: #fff;
    padding: 60px 25px;
    border-radius: 10px 10px 0 0;
}

.why_chose__text h2 {
    margin: 0;
}

.why_chose__text h4 {
    text-transform: uppercase;
    color: #233758;
}

.why_chose__text ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 12px;
    font-weight: 500;
}
/* .why-chose-us :end  */

/*---------------------------------------------------- Blog Section End ------------------------------------------------------------- */



/*Footer Start*/

footer {
    background: #233758;
    position: relative;
}


.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 70px;
    text-transform: uppercase;
}

.news-letter {
    padding: 45px 0;
    background: #233758;
}

.news-letter form {
    position: relative;
    width: 100%;
}
.news-letter ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
}

.news-letter ul li a {
    color: #fff;
    font-size: 13px;
}
.news-letter form input {
    width: 100%;
    border: 1px solid #ffffff38;
    background: #0f1925;
    color: #fff;
    border-radius: 0px;
    height: 68px;
    padding: 0 190px 0 25px;
}

.news-letter form button {
    position: absolute;
    right: 5px;
    width: 200px;
    color: #0d1b2a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #0000;
    background: #ffffff;
    letter-spacing: 0.8px;
    top: 5px;
}

.news-letter .row {
    align-items: center;
    padding: 0 25px;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 80px 30px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.main-ftr ul li i {
    font-size: 25px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 30px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #ffffff;
}

.bottm-ftr-copy-right p {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
p.para-footer {
    padding-bottom: 9px;
    font-weight: 600;
}
.bottm-ftr-copy-right {
    padding: 20px 0;
    text-align: center;
}

.middle-ftr {
    border-bottom: 1px solid #ffffff33;
    background: #233758;
    transition: .7s ease-in-out;
    border-top: 1px solid #ffffff33;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.ftr-req {
    text-align: start;
    padding: 80px 26px;
}

.ftr-req input {
    width: 100%;
    border: 1px solid #ffffff00;
    background: #00000000;
    border-radius: 100px;
    color: #ffffff;
    text-align: start;
    height: 55px;
    font-weight: 600;
    margin: 15px 0 16px 0;
    padding: 12px;
    background: #16213a;
}

.ftr-req input::placeholder {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffff33;
    width: 1px;
    height: 100%;
    top: 0;
    right: 30px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}


.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    margin: 60px 0 20px;
    font-family: 'nt-seawave';
    font-weight: 500;
    letter-spacing: 0.8px;
}


ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

.bottm-ftr-copy-main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr-req h5 {
    color: #fff;
    font-size: 22px;
    margin: 0;
}
/* Footer End*/