@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 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: 'avertademope';
  src: url(../fonts/avertademope.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: 20px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 3px 0px;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  border: 1px solid #107cbb;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  background: #107cbb;
}

.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: #fff;
    padding: 10px 39px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.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: 36px;
}

.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: #fff;
  background: #000;
  border-radius: 30px;
}

.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;}

.right-header {
    text-align: end;
}

.menuSec .row {
    justify-content: space-between;
    align-items: center;
}

/*Btns Start*/

.pinBtn {
  width: fit-content;
  height: 58px;
  border-radius: 35px;
  border: unset;
  background-color: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;
  padding: 4px 7px;
  background: #fff;
}

  
.pinBtn .IconContainer {
  width: 43px;
  height: 45px;
  /* background: #fff; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}

.pinBtn .iconImg {
  width: 26px;
  height: 11px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */ /* white arrow */
}


.pinBtn .text {
  height: 100%;
  width: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 0.3s;
  font-size: 13px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  border-radius: 30px;
  font-weight: 400;
  background-image: -webkit-linear-gradient( 0deg, rgb(14,123,187) 0%, rgb(18,37,92) 100%);
  color: #fff;
}

.pinBtn:hover .IconContainer {
  width: 190px;
  border-radius: 40px;
  background: #000;
}

.pinBtn:hover .text {
  transform: translateX(20px);
  width: 0;
  font-size: 0;
  border-radius: 50px;
}

.pinBtn:active {
  transform: scale(0.95);
}
.pinBtn:hover img.iconImg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(93%) saturate(1%) hue-rotate(251deg) brightness(107%) contrast(100%);
}
/*Btns End*/


/*home banner Start*/


section.home-banner {
    padding: 130px 0px;
    position: relative;
}

.banner-img-main img {width: 100%;border-radius: 10px;}

section.home-banner::before {
    position: absolute;
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    z-index: -1;
    top: 0;
}
.text-banner h1 {
    font-family: 'avertademope';
    font-size: 61px;
    text-transform: uppercase;
    text-align: center;
    line-height: 69px;
    margin-bottom: 10px;
}

.text-banner h1 span {
    font-size: 71px;
    display: block;
    color: #0e76b6;
}

.text-banner p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.text-banner {
    text-align: center;
}

.text-banner .theme-btn {
    margin: 0 auto;
}

.text-banner .pinBtn {
    margin: 0 auto;
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
}

/*home Banner End*/


/*Section About Start*/

.text-about h2 {
    font-size: 60px;
    font-family: 'avertademope';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #343c3e;
}

.text-about h3 {
    color: #0e76b6;
    font-family: 'avertademope';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.text-about p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.text-about-main img {
    width: 100%;
    border-radius: 10px;
}

.about-btn a.pinBtn {
    background-image: -webkit-linear-gradient(0deg, rgb(14, 123, 187) 0%, rgb(18, 37, 92) 100%);
}

.about-btn span.text {
    background: #fff;
    color: #000;
}

.about-btn img.iconImg {
    filter: brightness(0) saturate(100%) invert(99%) sepia(93%) saturate(1%) hue-rotate(251deg) brightness(107%) contrast(100%);
}

.about-main-sec .row {
    align-items: center;
    justify-content: center;
}


/*Section About End*/

/*About Counter Start*/


.counter-box h4 {
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 0px;
}

.counter {
    font-size: 60px;
    color: #0e76b6;
    font-weight: 500;
    font-family: 'avertademope';
}

.counter span.count {
    font-family: 'avertademope';
    font-size: 60px;
    color: #0e76b6;
}

.counter-box {
    text-align: center;
    border-right: 1px solid #00000059;
    padding: 30px 0px;
    position: relative;
}

.counter-sec {
    border-top: 1px solid #00000059;
    width: 91%;
    margin: 0 auto;
    margin-top: 40px;
}

.award-win .counter-box {
    border-right: unset;
}

.counter-box::before {
    position: absolute;
    content: '';
    background: #0000005e;
    width: 2px;
    height: 23px;
    bottom: 0;
    right: -1px;
    border-radius: 10px;
}

.award-win .counter-box::before {
    display: none;
}

.about-main-sec {
    padding-bottom: 90px;
}


/*About Counter End*/


/*Section Solutions Start*/


.solution-heading h2 {
    font-family: 'avertademope';
    font-size: 60px;
    color: #282424;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.solution-heading p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.solution-heading {
    text-align: center;
    margin-bottom: 30px;
}

.solution-img img {
    width: 100%;
    border-radius: 10px;
}

.solution-text h2 {
    font-size: 25px;
    font-family: 'avertademope';
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 48px;
    color: #333b3d;
}

.solution-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.solution-text a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.solution-text {
    padding: 30px 20px 20px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.06);
    margin-top: -20px;
    border-radius: 0px 0px 10px 10px;
}
.solutionslid .slick-active {
    opacity: 1;
}

.solutionslid .slick-slide {
    margin: 20px 10px;
}

.solutionslid .slick-dots li.slick-active button:before {
    opacity: 1;
}

.solutionslid .slick-dots li button:before {
    font-size: 10px;
}
.solutionslid .slick-dots li.slick-active button:before {
    color: #172a60;
    border: 1px solid #172a60;
    border-radius: 10px;
}
.solutionslid .slick-current + .slick-active .solution-text {
    background: #000;
    background-image: -webkit-linear-gradient( 0deg, rgb(14,123,187) 0%, rgb(18,37,92) 100%);
}

.solutionslid .slick-current + .slick-active .solution-text h2 {
    color: #fff;
}

.solutionslid .slick-current + .slick-active .solution-text p {
    color: #fff;
}

.solutionslid .slick-current + .slick-active .solution-text a {
    color: #fff;
}
.solution-main-sec {
    padding-bottom: 100px;
}

/*Section Solutions End*/


/*Section Know Start*/

.know-sec {
    background-image: url(../images/know-back.jpg);
    width: 100%;
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.know-sec .row {
    justify-content: end;
}
.text-know h2 {
    font-size: 60px;
    font-family: 'avertademope';
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.text-know h3 {
    color: #0e76b6;
    font-family: 'avertademope';
    margin-bottom: 10px;
    text-transform: uppercase;
}

.text-know p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.text-know {
    padding-left: 27px;
}

/*Section Know End*/


/*Section Choose Start*/

.choose-img h2 {
    font-size: 60px;
    font-family: 'avertademope';
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #282424;
}

.choose-img h3 {
    color: #0e76b6;
    font-family: 'avertademope';
    margin-bottom: 23px;
    text-transform: uppercase;
}

.text-chooseus p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.text-chooseus ul li p span {
    font-family: 'avertademope';
    display: block;
    font-size: 20px;
    color: #282424;
    padding-bottom: 12px;
}

.text-chooseus ul li span.no-choose {
    font-family: 'avertademope';
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #282424;
    color: #fff;
}

.text-chooseus ul {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 5px;
}

.choose-img img {
    width: 100%;
    border-radius: 10px;
}

.text-chooseus ul:hover  span.no-choose {
    background: #12255c;
    transition: 0.7s;
}
.choose-list {
    margin-top: 40px;
    position: relative;
}

.choose-list img {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: -1;
}
.choose-main-sec {
    padding: 100px 0px;
}
/*Section Choose End*/


/*Section Location Start*/

.location-map div#map {
    width: 100%;
    height: 540px;
    border: 21px solid #fff;
    box-shadow: 0px 20px 59px 0px rgba(0, 0, 0, 0.13);
}
img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 40px !important;
    height: 53px !important;
}

/*Section Location End*/


/*Footer Start*/

.heading-ft-contact h2 {
    font-family: 'avertademope';
    font-size: 60px;
    color: #282424;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ft-contact ul li img {width: 55px;height: 55px;object-fit: contain;padding: 16px 5px;border-radius: 50%;background: #282424;transition: 0.8s;}

.ft-contact ul li p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.ft-contact ul li  a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.ft-contact ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-contact ul li span {
    display: block;
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}


.ft-contact ul:hover li img {
    background-image: -webkit-linear-gradient(0deg, rgb(14, 123, 187) 0%, rgb(18, 37, 92) 100%);
    transition: 0.9s;
}

.ft-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-ft-contact {
    margin-bottom: 30px;
}

.ft-contacts-main-sec {padding: 100px 0px 0px;}

footer {
    background-image: url(../images/ft-back.jpg);
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 31px;
}
.ft-logo-main p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 33px;
    margin-bottom: 7px;
}

.ft-links h3 {
    color: #0e76b6;
    font-family: 'avertademope';
    font-weight: unset;
    text-transform: uppercase;
    font-size: 20px;
}

.ft-links ul li a {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.ft-links ul {
    column-count: 2;
}

.ft-links ul li {
    margin-bottom: 30px;
}

.ft-links {
    margin: 0px 0px 20px 100px;
}

.ft-social ul li {
    border: 1px solid #ffffff7d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ft-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-social ul li a {
    color: #ffffff94;
}

.ft-social ul li:hover {
    background-image: -webkit-linear-gradient(0deg, rgb(14, 123, 187) 0%, rgb(18, 37, 92) 100%);
    transition: 0.9s;
    border: unset;
}

.ft-social ul li:hover a {
    color: #fff;
}

.ft-form-main h2 {
    font-family: 'avertademope';
    font-size: 27px;
    color: #0e76b6;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 31px;
}

.ft-form-main p {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    margin-bottom: 22px;
}

.ft-form-field input {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 14px;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.ft-form-field  textarea {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
    height: 150px;
    font-weight: 500;
}

.ft-form-main {
    background: #fff;
    padding: 30px 20px;
    margin-top: -200px;
    margin-left: 12px;
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.06);
}

.ft-bottom p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    margin-bottom: unset;
    padding: 30px 0px;
    width: 100.6%;
}
.ft-logo-main {
    margin-top: 60px;
}
footer .row {
    align-items: center;
}
.ft-social h2 {
    color: #fff;
    font-family: 'avertademope';
    font-weight: unset;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 4px;
}
/*Footer End*/


/*inner Banner Start*/

section.home-banner.innerbanner-main::before {
    background-image: url(../images/innerbanner.jpg) !important;
    height: 420px;
}

section.home-banner.innerbanner-main {
    height: 420px;
    display: flex;
    align-items: center;
}


/*inner banner End*/


/*About Page Start*/

.about-pg-btm-text p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.about-pg-btm-text {
    margin-top: 30px;
}
.about-main-sec.pg-about-main-sec {
    padding-top: 100px;
}

/*About Page End*/


/*Solution Page Start*/
.solution-pg-sec .solutions-main-box:hover .solution-text {
    background: #000;
    background-image: -webkit-linear-gradient( 0deg, rgb(14,123,187) 0%, rgb(18,37,92) 100%);
}

.solution-pg-sec .solutions-main-box:hover .solution-text h2 {
    color: #fff;
}

.solution-pg-sec .solutions-main-box:hover .solution-text p {
    color: #fff;
}

.solution-pg-sec .solutions-main-box:hover .solution-text a {
    color: #fff;
}
section.solution-pg-sec .solution-main-sec {
    padding-bottom: unset;
}

section.solution-pg-sec {
    padding: 100px 0px 0px;
}

section.solution-pg-sec .solutions-main-box {
    margin-bottom: 50px;
}
section.solution-detail-main {
    padding-top: 100px;
}
section.pg-location-sec {
    padding: 90px 0px 40px;
}
/*Solutions Page End*/


/*Contact Page Start*/
.heading-ft-contact p {
    font-family: 'Montserrat';
    font-size: 14px;
    width: 94%;
    margin-top: 17px;
    color: #000;
}

.contact-main-text .ft-contact.wow.fadeInLeft {
    display: block;
}

.contact-main-text .ft-contact ul {
    margin-bottom: 34px;
}

.contact-main-text .heading-ft-contact {
    margin-bottom: 20px;
}

.contact-main-sec .ft-form-main.wow.fadeInRight {
    margin: unset;
}

.contact-main-sec .row {
    align-items: center;
    justify-content: center;
}

.contact-main-sec {
    padding: 90px 0px 30px;
}

/*Contact Page End*/


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}