@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=Montserrat:ital,wght@0,100..900;1,100..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;
}

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-family: 'Montserrat';
  font-size: 14px;
}


/***** 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: 'juana';
  src: url(../fonts/juana.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;
}

.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: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  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: 16px 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.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: #3b4355;
    padding: 10px 51px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*.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: 37px;
}

.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: #363c4c;
}

.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: end;
  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;}



.pinBtn {
  width: fit-content;
  height: 50px;
  border-radius: 40px;
  border: 1px solid #fff;
  background-color: rgb(60 67 84);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;   /* remove underline */
  padding: 0px 3px;
}

/* Icon background */
.pinBtn .IconContainer {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}

/* Arrow image */
.pinBtn .iconImg {
  width: 16px;
  height: 16px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */ /* white arrow */
}

/* Text */
.pinBtn .text {
  height: 100%;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
}

/* Hover animation */
.pinBtn:hover .IconContainer {
  width: 140px;
  border-radius: 40px;
}

.pinBtn:hover .text {
  transform: translateX(10px);
  width: 0;
  font-size: 0;
}

/* Click */
.pinBtn:active {
  transform: scale(0.95);
}


.header-right-btn {
    float: inline-end;
}

.baner-img img {
    width: 100%;
}
.menuSec .row {
    align-items: center;
}

a.active:before {
    position: absolute;
    content: '';
    background: #ffffffc2;
    width: 20px;
    height: 1px;
    bottom: 9px;
}

/*Header Css End*/


/*Banner Css Start*/

.banner-main-text h1 {
    font-family: 'juana';
    color: #3b4355;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
}

.banner-main-text h1 span {
    display: block;
    color: #fff;
    font-size: 106px;
}
.lady-banner {
    margin-bottom: -80px;
}
.banner-right-list ul li {
    font-family: 'Montserrat';
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.banner_text p {
    font-family: 'Montserrat';
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
}
.banner_text .pinBtn .text {
    width: 170px;
}
.banner_text .pinBtn:hover .text {
    width: 0 !important;
}
.banner_text .pinBtn:hover .IconContainer {
    width: 170px;
}
/*Banner Css End*/

/*Section About Start*/
.about-img img {
    width: 100%;
    border-radius: 15px;
}

.years-txt {
    background-image: -webkit-linear-gradient( 90deg, rgb(59,67,85) 0%, rgb(140,161,232) 100%);
    text-align: center;
    padding: 50px 0px;
    border-radius: 15px;
}

.years-txt h5 {
    font-family: 'juana';
    font-size: 47px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 37px;
    margin-top: 15px;
}

.years-txt h5 span {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 22px;
}

.abt-right-img img {
    width: 100%;
    border-radius: 20px;
    border: 14px solid #fff;
}

.abt-right-img {
    margin-left: -90px;
    border-radius: 20px;
    margin-top: 10px;
}
.about-text h3 {
    font-family: 'juana';
    font-size: 30px;
    margin-bottom: 0px;
    color: #8ca1e8;
}

.about-text h2 {
    font-size: 50px;
    font-family: 'juana';
    margin-bottom: 7px;
    color: #3b4355;
}

.about-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    width: 87%;
}
.about-text .pinBtn {
    background: #8ca1e8;
}
.about-sec .row {
    justify-content: center;
}
.about-sec {
    padding: 100px 0px;
}
.about-text span.IconContainer img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(54%) saturate(2855%) hue-rotate(191deg) brightness(93%) contrast(95%);
}
/*Section About End*/


/*Section Solutions Start*/

.solutions-sec {
    background-image: url(../images/solution-back.jpg);
    width: 100%;
    height: 755px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 26px;
}

.solution-left-img {
    margin-left: 0px;
}
.heading-solution h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'juana';
    margin-bottom: 10px;
}

.heading-solution h2 {
    font-size: 50px;
    font-family: 'juana';
    color: #8ca1e8;
    margin-bottom: 0px;
}

.solution-heading-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid #ffffff70;
    padding-top: 40px;
    margin-bottom: 40px;
}

.solutions-sec .container-fluid.p-0 {
    padding-right: 120px !important;
}
.solution-txt h2 {
    font-family: 'juana';
    font-size: 20px;
    margin-bottom: 0px;
    color: #8ca1e8;
    line-height: 52px;
}

.solution-txt p {
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff8c;
    font-weight: 400;
}

.solution-txt ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-left: 13px;
    margin-bottom: 9px;
}

.solution-txt {
}

.solution-txt ul li:before {
    position: absolute;
    content: '';
    background: #8fa2e6;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    top: 10px;
}

.solution-txt a {
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-decoration: underline;
    color: #8fa2e6;
}

.solution-txt {
    margin-top: -120px;
    background: #444b59;
    position: relative;
    margin: -130px 20px 0px;
    padding: 18px 21px;
    border-radius: 21px;
}

.solution-img img {
    width: 100%;
}

.solution-main-box:hover .solution-txt h2 {
    color: #454b59;
    transition: 0.8s;
}

.solution-main-box:hover .solution-txt a {
    color: #454b59;
    transition: 0.8s;
}

.solution-main-box:hover .solution-txt {
    background: #8fa2e6;
    transition: 0.8s;
}

.solution-main-box:hover .solution-txt ul li:before {
    background: #454b59;
    transition: 0.8s;
}
/*Section Solutiond End*/


/*Section Choose Start*/
.choose-heading  h2 {
    font-size: 50px;
    font-family: 'juana';
    margin-bottom: 7px;
    color: #3b4355;
    margin-bottom: 20px;
}
.choose-heading  h3 {
    font-family: 'juana';
    font-size: 30px;
    margin-bottom: 0px;
    color: #8ca1e8;
}
.choose-heading img {
    width: 100%;
}
.choose-pera-main p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}
.choose-box h3 {font-family: 'juana';font-size: 20px;margin-bottom: 10px;color: #fff;display: flex;align-items: center;gap: 10px;}

.choose-box p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffffa6;
    font-weight: 400;
    margin-bottom: 0px;
}

.choose-box {
    background: #3b4355;
    padding: 32px 23px;
    border-radius: 20px;
    margin-top: 29px;
}

.choose-box h3 span {
    background: #fff;
    padding: 16px;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.choose-box h3 span img {
    width: 29px;
    height: 32px;
    object-fit: contain;
}

.choose-sec .row {
    justify-content: center;
}

.choose-sec {
    padding: 90px 0px;
}
.choose-box.rt-box {
    background: #8ca1e8;
}
.choose-box:hover {
    transform: rotatey(360deg);
    transition: 0.9s;
}
/*Section Choose End*/

/*Section testimonials Start*/
.testimonials-sec  h2 {
    font-size: 50px;
    font-family: 'juana';
    margin-bottom: 7px;
    color: #3b4355;
    margin-bottom: 20px;
}
.testimonials-sec  h3 {
    font-family: 'juana';
    font-size: 30px;
    margin-bottom: 0px;
    color: #8ca1e8;
}
.testi-info ul li img {
    border-radius: 50%;
    border: 4px solid #8fa2e6;
}

.testi-info ul li {
    font-family: 'juana';
    font-size: 25px;
    color: #3b4355;
}

.testi-info ul li span {
    font-family: 'Montserrat';
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.testi-info ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

.testi-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testi-main p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

ul.reviews-stars {
    display: flex;
    align-items: center;
}

ul.reviews-stars li {
    color: #f99922;
    font-size: 20px;
}
.testimonials-sec {
    background-image: url(../images/testimonials-back.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 790px;
    display: flex;
    align-items: center;
}

.testimonials-sec .row {
    justify-content: end;
}
img.quotes-img {
    width: 90px;
}

.testislid .slick-slide {
    margin: 0px 0px;
}
.testislid .slick-prev {
    right: 80px;
    width: 40px;
    border: 1px solid #bfc2c9;
    height: 40px;
    border-radius: 50%;
    left: unset;
    bottom: 0;
    top: unset;
    z-index: 99999;
}
.testislid .slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    width: 17px;
    height: 10px;
    font-family: unset;
    position: absolute;
    left: 10px;
    top: 14px;
}
.testislid .slick-prev.slick-disabled:before, .testislid .slick-next.slick-disabled:before {
    opacity: 1.25;
}
.testislid .slick-next {
    right: 30px;
    width: 40px;
    border: 1px solid #bfc2c9;
    height: 40px;
    border-radius: 50%;
    left: unset;
    bottom: 20px;
    top: unset;
    z-index: 99999;
    transform: rotate(180deg);
}
.testislid .slick-next:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    width: 17px;
    height: 10px;
    font-family: unset;
    position: absolute;
    left: 10px;
    top: 14px;
}
/*Section testimonials End*/

/*Section contact Start*/
.hm-contact-txt  h2 {
    font-size: 50px;
    font-family: 'juana';
    margin-bottom: 7px;
    color: #3b4355;
    margin-bottom: 20px;
}
.hm-contact-txt  h3 {
    font-family: 'juana';
    font-size: 30px;
    margin-bottom: 0px;
    color: #8ca1e8;
}

.hmcontact-field input {
    border: unset;
    border-bottom: 1px solid #00000075;
    width: 100%;
    padding-right: 25px;
    margin-top: 30px;
}

.hmcontact-field input::placeholder {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.hmcontact-field i {
    position: absolute;
    right: 0;
    color: #00000075;
    bottom: 8px;
}

.hmcontact-field {
    position: relative;
}
.hm-contact-sec .row {
    justify-content: center;
}
.main-hm-form {
    padding-right: 37px;
}
.hmcontact-field select {
    border: unset;
    border-bottom: 1px solid #00000075;
    width: 100%;
    padding-right: 25px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    padding: unset;
    appearance: auto;
    margin-top: 40px;
}
.hmcontact-field textarea {
    border: unset;
    border-bottom: 1px solid #00000075;
    width: 100%;
    padding-right: 25px;
    margin-top: 80px;
    height: 30px;
}

.hmcontact-field textarea::placeholder {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}
.hm-contact-img {
    margin-bottom: 20px;
}
.hm-contact-sec .row {
    align-items: center;
}
.hm-contact-txt button.pinBtn {
    background-color: rgb(132 150 212);
}
.hm-contact-txt span.IconContainer img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(54%) saturate(2855%) hue-rotate(191deg) brightness(93%) contrast(95%);
}
.hm-contact-sec {
    padding: 100px 0px;
}
/*Section Contact End*/
/*footer-start*/



.footerSec {

padding: 7% 0 34px;

background: #3c4354;

position: relative;
}

.footer-logo h2 {

    font-family: 'Barlow', sans-serif;

    font-size: 49.02px;

    line-height: 40.85px;

    color: #ffffff;

    font-weight: 700;

    text-transform: uppercase;

    padding: 8px;

    border: 1px solid #ffffff;

    border-radius: 9px;

    text-align: center;



}

.footer-logo p {

margin: 1% 0;

color: #ffffffc2;

font-family: 'Montserrat';

font-size: 14px;

font-weight: 400;
}

.footer-logo ul li a{

    color: #ffffff;

    background-color: #067c8a;

}

/*.footer-logo ul li a {

    color: #ffffff;

    background-color: #86bee7;

    height: 40px;

    width: 37px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 7px;

}*/

/*.footer-logo ul li a:hover {

    box-shadow: 0 0 10px 0 #86bee7 inset, 0 0 10px 4px #86bee7;

    color: #ffffff;

    background-color: transparent;

}*/

/*.footer-logo ul{

    display: flex;

    gap: 15px;

}*/

.footerSec h5 {

font-size: 21px;

line-height: 20px;

color: #ffffff;

font-weight: 400;

text-transform: uppercase;

margin-bottom: 6%;

position: relative;

/* font-family: 'Display-Regular'; */

/* border-bottom: 1px solid #fff; */

padding-bottom: 0px;

width: fit-content;

font-family: 'juana';
}

/*.footerSec h5:after {

    content: "";

   background-color: #86bee7;

    position: absolute;

    height: 4px;

    width: 20%;

    bottom: -14px;

    left: 0;

    

}

*/

.foot-links ul li a {

font-size: 14px;

line-height: 36px;

color: #ffffff;

/* text-transform: uppercase; */

font-family: 'Montserrat';

text-transform: uppercase;
}

.foot-links ul li a:hover {

color: #8898d0;
}

.footer-contact ul li {

    display: flex;

    align-items: center;

    padding: 0 0 13px;

}

.footer-contact ul li a{

    color: #ffffff;



}

.footer-contact ul li a:hover{

     color: #067c8a;

}



.footer-contact ul li i {

    color: #ffffff;

    padding-right: 9px;

}

.footer-contact ul li p{

    color: #ffffff;

        margin: 0;

}

.news-letter p{

color: #ffffff;

/* margin-bottom: 30px; */

line-height: 50px;

margin-bottom: 0;

font-size: 13px;

line-height: unset;

font-family: 'Montserrat';

color: #ffffff99;
}

.news-letter input {

    height: 60px;

    width: 95%;

    border: 0;

    border-radius: 4px;

    padding-left: 20px;

    background: transparent;

    border: solid white 0.5px;

    border-radius: 31px;

        color: white;

}



.news-letter ::placeholder{

    color: #fff;



}

.news-letter button.btn-theme {

    border: 0;

    border-radius: 12px;

    margin-top: 20px;

}

.footer-btm {

/* background-color: #067c8a; */

padding: 17px 0;

margin-top: 1%;

border-top: 1px solid #ffffff61;

border-bottom: 1px solid #ffffff61;
}

.copy-txt p {

line-height: 25px;

color: #ffffff;

/* text-align: center; */

/* text-transform: uppercase; */

font-size: 14px;

font-family: 'Montserrat';

text-align: end;

margin-bottom: 0px;
}

.news-btn a.btn1 {

    /* width: 55%; */

    margin-top: 10px;

    border-radius: 10px;

    background: #58c749;

    height: 50px;

    width: 96%;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 67px;

    color: #ffffff;

    font-size: 16px;

    font-family: 'Montserrat';

    text-transform: uppercase;

}



ul.footer_social {

    display: flex;

   /* margin-top: 60px;*/

}

.list-inline {

    padding-left: 0;

    list-style: none;

}



ul.footer_social li {

    margin-right: 10px;

}





ul.footer_social li a {

    line-height: 49px;

    color: #fff;

    font-size: 16px;

    font-family: 'Roboto';

}



 ul.footer_social li a i {

    transition: .5s ease-in-out;

}

ul.footer_social li a i {

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    height: 40px;

    width: 40px;

    border-radius: 50%;

    transition: 0.3s ease-in-out;

}

/*ul.footer_social li a i {

    width: 30px;

}*/

.col-f1 {

    background-color: #3b5998;

}

.col-f2 {

    background-color: #0e76a8;

}

.col-f3 {

    background-color: #2296f9;

}

.col-f4 {

    background-color: #cd1f29;

}



/*.footer-logo {

    margin-top: 21px;

}*/

.copy-txt {

    /* text-align: end; */

}





.footer-socials h6 {

font-size: 20px;

font-family: 'juana';

text-transform: uppercase;

color: #fff;

margin: 6px 0;

margin-bottom: 14px;
}

.footer-socials {

margin: 46px 0 0;
}



.footer-socials ul {

display: flex;

align-items: center;

justify-content: start;

gap: 8px;

margin-top: 26px;
}



.footer-socials ul li a i {

display: flex;

align-items: center;

justify-content: center;

height: 40px;

width: 40px;

background-color: #3d4354;

border-radius: 100px;

color: #ffffff;

border: 1px solid #ffffff78;

transition: ease-out;

transition-duration: 0.2s;
}

.visa_icon {

text-align: start;
}

ul.ftr-list li a {

    display: flex;

    align-items: center;

    gap: 15px;

}

.foot-links.tw ul {

/* column-count: 2; */
}

.foot-links {

    margin-left: 21px;

}



.foot-links.tw {

    margin-left: 0;

}

.footer-logo img {

/* border-bottom: 1px solid #fff; */

padding-bottom: 16px;
}
.foot-links.tw ul {
    column-count: 2;
}

ul.ftr-list li a p span {
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

ul.ft-service-list {
    column-count: unset !important;
}
span.ft-icon {
    border: 1px solid #8697d2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8697d2;
    color: #fff;
    border-radius: 20px;
}
.foot-links.tw ul li {
    margin-bottom: 18px;
}

ul.ft-service-list li {
    margin-bottom: unset !important;
}

.ft-form p {
    color: #ffffffa1;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
}

.ft-field input {
    border: 1px solid#2b3348;
    WIDTH: 100%;
    border-radius: 40px;
    padding: 12px 12px;
    font-family: 'Montserrat';
    font-size: 13px;
    background: #2b3348;
    color: #fff;
}

.ft-field {
    position: relative;
}

.ft-field button {
    border: 1px solid #2c3347;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #8ca1e8;
}

.ft-field button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(128deg) brightness(103%) contrast(101%);
}

.ft-form {
    margin-left: 37px;
    margin-bottom: 50px;
}
.ft-field input::placeholder {
    color: #ffffffab;
}
.footerSec h5 span {
    color: #8898d0 !important;
}
.footer-socials ul li a i:hover {
    background: #8a99ce;
    color: #fff;
}
.footer-socials  h6 span {
    color: #8898d0 !important;
}
.right-ft-location {
    margin-left: 37px;
}
.visa_icon a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
}

.footer-btm .row {
    align-items: center;
}

.footerSec:before {
    position: absolute;
    content: '';
    background: #ffffff61;
    width: 100%;
    height: 1px;
    top: 73px;
}

/*footer-end*/


/*Inner Banner Start*/

.inner-banner-sec {
    background-image: url(../images/innerbanner.jpg);
    width: 100%;
    height: 553px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.inner-banner-txt {
    text-align: center;
}

.inner-banner-txt h2 {
    font-family: 'juana';
    font-size: 80px;
    color: #3d4354;
}
section.abt-choose-sec .choose-sec {
    padding: 0px 0px 100px;
}
/*inner Banner End*/

/*Services Page Start*/


.services-sec {
    padding: 100px 0px;
}

.services-sec .solution-txt p {color: #000;}

.services-sec .solution-txt ul li {
    color: #000;
}

.services-sec .solution-txt {
    background: #fff;
}


.services-sec .solution-main-box:hover .solution-txt p {
    color: #fff;
}

.services-sec .solution-main-box:hover .solution-txt ul li {
    color: #fff;
}
.services-sec .solution-main-box {
    margin-bottom: 40px;
}
.services-sec .heading-solution h3 {
    color: #3b4355;
}

.services-sec .heading-solution {
    text-align: center;
    margin-bottom: 30px;
}
/*Services Page End*/


/*Service- Detail Page Start*/

.ser-det-txt h2 {
    font-family: 'juana';
    font-size: 40px;
    color: #3b4355;
    margin-bottom: 10px;
}

.ser-det-txt {
    margin-top: 20px;
}

.ser-det-txt ul li {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    list-style: disc;
    margin-bottom: 10px;
}

.ser-det-txt ul {
    column-count: 2;
    width: 52%;
    margin-left: 11px;
}

.service-detail-img img {
    width: 100%;
    border-radius: 30px;
}

.service-detail-sec .row {
    justify-content: center;
}

.service-detail-sec {
    padding: 100px 0px;
}


/*Service Detail Page End*/


/*Testimonials Page Start*/
.inner-testi-sec {
    padding: 90px 0px;
}

.inner-testi-sec .testi-info ul li {
    font-size: 18px;
}

.inner-testi-sec img.quotes-img {
    width: 50px;
}

.inner-testi-sec .testi-info ul li img {
    width: 66px;
}

.inner-testi-sec .testi-info ul {
    gap: 13px;
}
.inner-testi-sec .testi-main {
    margin-bottom: 60px;
}
.inner-testi-sec .testimonials-heading h2 {
    font-size: 50px;
    font-family: 'juana';
    color: #3b4355;
    text-align: center;
    margin-bottom: 60px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Testimonials Page End*/