@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;
}

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: 'Poppins', Sans-Serif;
}


/***** Font Files *****/

@font-face {
  font-family: 'Oswald-Regular';
  src: url(../fonts/Oswald-Regular.ttf);
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url(../fonts/Oswald-Medium.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: 'Oswald-Regular';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Oswald-Regular';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Oswald-Regular';
  font-size: 30px;
  line-height: 34px;
  color: #222222000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Oswald-Regular';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Oswald-Regular';
  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: 10px 10px;
}

.menuSec img {
  margin: 0;
}
.social-icon ul li i:hover {
    background-color: #fbd609;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: unset;
  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: #fff;
    padding: 22px 23px;
    font-size: 19px;
    font-family: 'Poppins', Sans-Serif;
}

.menuSec .row {
    border: 1px solid #fff;
    border-radius: 100px;
    align-items: center;
    padding: 0px 10px;
}
.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: #fbd609;
}

.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 {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 10px;
}
/*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;
}
.social-icon ul li i {
    writing-mode: rl;
    transform: rotate(90deg);
    font-size: 15px;
    background-color: #fff;
    color: #0e1a45;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
img.img-fluid {
    height: 110vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
img.img-fluid-1 {
    height: 700px;
    width: 100%;
    object-fit: contain;
    padding: 50px 0px 0px 0px;
    position: relative;
     z-index: 0;
}
.client-heading-silder .slick-dots li {
    display: block;
}
a.btn-1 {
    font-size: 27px;
    color: #010d39;
    font-weight: 400;
    font-family: 'Oswald-Regular';
    background-color: #fbd609;
    padding: 7px 30px;
    border-radius: 100px;
    border: 2px solid #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);
}
.banner_text h6 {
    font-size: 37px;
    line-height: 47px;
    color: #fff;
}
.banner_text h1 {
    font-size: 70px;
    line-height: 106px;
    font-weight: 400;
    width: 111%;
}
.banner_text p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap:25px;
}
.banner_text ul li a.btn{
  font-size: 27px;
  color: #fff;
  font-family: 'Oswald-Regular';
  text-decoration: underline;
}
.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_img {
    position: relative;
}
.banner_img::before {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 80%;
  height: 100%;
  background-image: url(../images/ban-bef.png);
  content: '';
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.social-icon {
    /* display: flex; */
    position: absolute;
    right: 44px;
    writing-mode: rl;
    transform: rotate(180deg);
    bottom: 225px;
}
.social-icon h5::before {
    position: absolute;
    top: 59px;
    left: 10px;
    height: 68px;
    width: 2px;
    background-color: #fff;
    content: '';
}
.social-icon h5 {
    writing-mode: vertical-lr;
    color: #fff;
    text-decoration: underline;
    font-size: 21px;
    margin-bottom: 73px;
    position: relative;
}
.social-icon li {
    padding: 15px 0px;
}
/*banner css end*/
/*banner-bt start*/
.main-bot-bx {
    box-shadow: 0 0 3px #00000087;
    border-radius: 10px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.bann-bot-tx h5 {
    font-size: 32px;
    line-height: 45px;
    width: 54%;
    color: #fff;
}
.bann-bot-tx {
    position: relative;
    background-color: #010d39;
    padding: 20px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.bann-bot-tx p {
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin-bottom: 10px;
    color: #fff;
}
.bann-bot-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53%;
}
.main-bot-bx-2 {
    padding: 40px;
    background-color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.main-bot-bx-2 ul {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 0;
    margin-top: 40px;
}
.main-bot-bx-2 h3 {
    font-size: 44px;
    color: #80869c;
    line-height: 50px;
    font-weight: 400;
}
.main-bot-bx-2 h4 {
    font-size: 58px;
    line-height: 50px;
    text-align: center;
    color: #010d39;
}
.main-bot-bx-2 h4 span{
  display: block;
  font-size: 24px;
}
 .bann-bot-tx a.btn {
    font-size: 21px;
    color: #fff;
    font-family: 'Oswald-Regular';
    text-decoration: underline;
    color: #fbd609;
}
/*banner-bt end*/
/*services start*/
section.service {
    padding: 100px 0px 80px;
}
.ser-txt p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #7c7c7c;
    width: 77%;
}
.ser-txt ul {
    display: flex;
    align-items: center;
}
.ser-txt ul li h5 {
    font-size: 29px;
    margin-bottom: 0;
    color: #010d39;
    font-weight: 600;
}
img.liv2 {
    margin-left: -20px;
}
img.liv1 {
    height: 52px;
}
.ser-txt-2 h2 span {
    display: block;
}
.ser-txt-2 h2 {
    font-size: 80px;
    line-height: 80px;
    color: #010d39;
}
img.liv3 {
    margin-left: -20px;
}
img.liv4 {
    margin-left: -20px;
}
.ser-txt-2 ul li h5 {
    font-size: 35px;
    color: #fbd609;
    margin-bottom: 14px;
}
.ser-txt-2 ul li img {
    width: 168px;
    height: 95px;
    object-fit: contain;
}
.ser-txt-2 ul li p{
  font-size: 14px;
  line-height: 28px;
  color: #7c7c7c;
}
.ser-txt-2 ul {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 80px;
}
ul.line {
    position: relative;
}

ul.line::before {
    position: absolute;
    width: 573px;
    background-color: #c3c6d0;
    height: 1px;
    top: -50px;
    left: -41px;
    content: '';
}
/*services end*/
/*exceptional start*/
section.exceptional {
    padding: 80px 0px;
}
section.exceptional .slick-active {
    opacity: 1;
}
.exce-txt h3 {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    color: #010d39;
   font-weight: 400;
   margin-bottom: 50px;
}
.exce-txt h3 span{
  display: block;
}
.except-txt h4 {
    font-size: 34px;
    color: #010d39;
    line-height: 35px;
    font-weight: 400;
}

.except-txt {
    margin-top: 25px;
}
.except-txt p {
    font-size: 16px;
    line-height: 28px;
    color: #7c7c7c;
}
.except-txt a {
    font-size: 20px;
    color: #fbd609;
    font-family: 'Oswald-Regular';
}
.except-slide .slick-prev:before {
    position: absolute;
    content: '\f060';
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: #222222;
    font-size: 20px;
    opacity: 1;
}
.except-slide .slick-next:before{
  position: absolute;
    content: '\f061';
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
    color: #222222;
    font-size: 20px;
}
/*exceptional end*/
/*hero start*/
.hero-txt h3 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
   margin-bottom: 60px;
}
.hero-txt h3 span{
  display: block;
}
.hero-bot h5 {
    font-size: 40px;
    color: #fbd609;
    line-height: 40px;
}
.hero-bot p{
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
section.hero .row {
    justify-content: end;
}
section.hero {
    padding: 70px 0px 70px 0px;
    /* background-color: #091541; */
    position: relative;
    margin: 80px 0px;
}
section.hero:before {
    position: absolute;
    content: '';
    background-image: url(../images/hero.png);
    background-size: cover;
    width: 44%;
    top: -124px;
    left: 39px;
    height: 108%;
    background-repeat: no-repeat;
    bottom: 0;
}
section.hero::after {
    position: absolute;
    content: '';
    background-color: #0c1844;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 94%;
    top: 0;
}
/*hero end*/
/*capabilities start*/
.cap-txt h3 {
    font-size: 80px;
    line-height: 80px;
    color: #010d39;
    font-weight: 400;
}
section.capabilities {
    padding: 80px 0px;
}
.cap-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #7c7c7c;
    width: 55%;
}
.cap-txt ul {
    display: flex;
    align-items: baseline;
    gap:20px;
}

.cap-txt ul li p {
    color: #fbd609;
    width: 66%;
    margin-bottom: 0;
}
.cap-txt {
    background-color: #fff;
    box-shadow: 0px 0px 5px #000000bf;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.cap-img {
    position: absolute;
    top: -118px;
    right: -57px;
        width: 45%;
}

.cap-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
/*capabilities end*/
/*footer start*/
.foot-p p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    width: 77%;
}
.subscribe {
    background-color: #66a038;
    text-align: center;
    padding: 20px 25px;
    border-radius: 20px;
    width: 88%;
    margin-top: -109px;
}
.subscribe input {
    width: 100%;
    background-color: #ebebeb;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 15px;
    border: none;
}
.footer-top {
    padding-bottom: 50px;
}
.subscribe h2 {
    font-size: 73px;
    color: #fff;
    margin-bottom: 10px;
}
footer {
    background-color: #010d39;
    padding: 70px 0px 0px 0px;
}
.subscribe button {
    width: 100%;
    border-radius: 20px;
    padding: 12px;
    background-color: #0a5087;
    color: #fff;
    outline: none;
    border: none;
}
.footer-link-2 h6 {
    font-size: 31px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
}
.footer-link h6{
   font-size: 31px;
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-weight: 500;
}
.social-footer h6 {
   font-size: 31px;
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-weight: 500;
}
.footer-link ul li {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 10px 0px;
}
.footer-link ul li a {
    color: #fff;
}
.footer-link li {
    color: #fff;
}
.footer-link li i {
    font-size: 22px;
}
.footer-link-2 ul {
    column-count: 2;
    width: 84%;
}
.footer-link-2 ul li {
    padding: 10px 0px;
    list-style: unset;
    color: #639d3b;
}
.social-footer ul li i {
    color: #fff;
    font-size: 38px;
}
.social-footer ul li {
    padding: 0px 31px;
}
.social-footer ul {
    display: flex;
    margin-top: 50px;
}
.footer-bottom {
    background-color: #f8d40a;
    padding: 20px 20px;
}
.footer-bottom p {
    /* text-align: center; */
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 0;
    /* padding: 15px; */
    margin-bottom: 0;
    font-weight: 500;
}
.footer-link-2 ul li a{
 color: #fff;
 font-family: 'Poppins';
 font-size: 17px;
}
.footer-bottom ul {
    display: flex;
    margin-bottom: 0;
}

.footer-bottom ul li {
    padding: 0px 5px;
}

.footer-bottom ul li i {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-footer p {
    color: #fff;
    margin-top: 53px;
    margin-bottom: 90px;
    width: 80%;
}
.footer-link {
    margin-left: 60px;
}
.footer-bottom ul li i:hover {
    background-color: #010d39;
}
a.btn-1:hover {
    background-color: unset;
    color: #fff;
}
.footer-link-2 ul li a:hover {
    color: #f8d40a;
}
/*footer end*/


.client-text-silder-items {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
}
.client-text-silder .slick-slide {
    margin: 0px 0px;
}
.client-text-silder {
    margin-top: 100px;
}
.client-heading-silder-items img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
.client-heading-silder {
    margin-top: 80px;
}
.client-heading-silder .slick-active {
    opacity: 1.5;
}
.client-heading-silder .slick-slide {
    margin: 0px 0px 0px 0px;
}
.client-heading-silder {
    margin-left: 80px;
}
.client-say-heading h2 span {
    display: block;
}
.client-say-heading h2 {
    font-size: 80px;
    line-height: 90px;
    color: #010d39;
}
.client-text-silder-items-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.client-text-silder-items-text h2 {
    font-size: 39px;
    margin-bottom: 0;
    color: #fff;
}
.client-text-silder-items-text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}
.client-text-silder-items-text p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}
.client-text-silder-items-text {
    width: 45%;
}

section.client-say {
    padding: 80px 0px 170px;
    position: relative;
}
section.client-say::before {
    position: absolute;
    left: 0;
    background-color: #010d39;
    width: 43%;
    top: 0;
    content: '';
    height: 620px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.client-text-silder-items-img::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 169px;
  top: -1px;
  background-image: url(../images/main-li.png);
  background-repeat:no-repeat;
  background-size: contain;
  position: absolute;
}
.client-text-silder-items-img {
    position: relative;
    padding: 20px;
}
.client-heading-silder-items {
    position: relative;
    padding: 20px;
}
.client-heading-silder-items::before {
    position: absolute;
    content: '';
    background-image: url(../images/lin-2.png);
    top: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 81px;
    width: 100%;
    height: 100%;
}
img.com-2 {
    width: 66px;
    position: absolute;
    top: 40px;
    left: 32%;
}
img.com-1 {
    width: 66px;
    position: absolute;
    bottom: 0;
    left: 1px;
    z-index: 999;
}
.client-heading-silder .slick-dots li.slick-active button:before {
    border: 1px solid #1a2804;
    opacity: 1;
    border-radius: 10px;
    color: #1a2804;
    font-size: 12px;
}

.client-heading-silder .slick-dots li button:before {
    color: #b7b7b7;
    opacity: 1;
    font-size: 8px;
}
.client-heading-silder ul.slick-dots {
    display: block;
    align-items: center;
    justify-content: start;
    margin-bottom: -10px;
    margin-left: 10px;
    left: -18%;
    bottom: 70px;
}
/*inner baner start*/
section.inn-banner {
    position: relative;
}

.inn-bann-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inn-bann-txt h1 {
    font-size: 106px;
    color: #fff;
}
.abt-txt-bott p {
    font-size: 18px;
    color: #7c7c7c;
    line-height: 32px;
}
.abt-txt-bott {
    margin-top: 70px;
}
.abt-txt-bott h4 {
    font-size: 35px;
    color: #fbd609;
    line-height: 35px;
}
section.capabilities.inn {
    padding: 200px 0px 140px;
}
section.inn-banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*detail-service start*/
section.detail-service {
    padding: 80px 0px;
}
.ser-det-img img {
    border-radius: 15px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.ser-det-img {
    margin-bottom: 50px;
}
.ser-det-txt h4 {
    font-size: 55px;
    line-height: 55px;
    color: #010d39;
}
.ser-det-txt p {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 28px;
}
/* Contact Page Start */

.contact-form form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 12px;
    padding-left: 70px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    /* background-color: #6da043; */
    margin-top: 20px;
    font-family: 'Poppins';
    display: flex;
    border-radius: 0;
    /* color: #fff; */
}

.contact-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form form textarea.form-control {
    font-size: 12px;
    border-radius: 0px;
    padding-left: 70px;
    padding-top: 13px;
    border: 2px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    border-radius: 0;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #c6c6c6;
    margin-bottom: 30px;
}

.contact-form .email {
    padding: 0;
}

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-form form .phone:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 50px;
    background: url(../images/fom4.png);
    background-repeat: no-repeat;
    left: 16px;
    z-index: 1;
}

.ftt-list .navgation-f {
    float: left;
    width: 50%;
}

.ftt-lst li {
    margin-bottom: 20px;
}

.f-media ul li a:hover {
    background: #008080;
    border-color: #008080;
}

.footer_logo img {
    width: 30%;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fbd609;
    border: 1px solid #fbd609;
    height: 70px;
    width: 70px;
    border-radius: 50px;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    display: inline-block;
    padding: 40px 20px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    margin-bottom: 27px;
    border: 1px solid #c6c6c6;
    border-radius: 0;
}

.contact-main-sec h4 {
    font-size: 50px;
    color: #fff;
    line-height: 80px;
    margin-bottom: 0;
    font-family: 'Saudagar';
}

.contact-side-bar .contact_text h2 {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins';
}
.contact_text {
    padding-top: 0;
}
.contact-form button {
    padding: 12px 60px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 100px;
    /* display: flex; */
    /* align-items: center; */
    /* gap: 26px; */
    background-color: #fbd609;
    /* animation: 1s shadow-pulse infinite; */
    border: none;
}
.contact-main-sec .row {
    align-items: center;
}

.contact_text p {
    font-size: 21px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 4px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
}

.contact_text p a {
    font-size: 22px;
    color: #8b8b8b;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    /* margin-top: 3px; */
    display: block;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #18aae8;
}

.contact_text p a.email-text {
    font-size: 14px;
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #00aae8;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.primary-btn {
    /* display: inline-block; */
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    background: #00aa00;
    color: #fff;
    text-align: center;
    transition: all .4s ease;
    border: 2px solid transparent;
    border-radius: 4px;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 30px;
}

.contact-main-sec {
    padding: 100px 0px;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.contact-form .form-group i {
    position: absolute;
    top: 17px;
    left: 10px;
    color: #7e7e7e;
    font-size: 20px;
}

.contact-form {
    margin-top: 10px;
}

button.btn10.cont-pg {
    background: #001e3b !important;
}


.contact-form form input.form-control::placeholder {
    font-size: 14px;
    color: #909091;
}
.contact-form form textarea.form-control::placeholder {
    font-size: 14px;
    color: #909091;
}
.contact-main-sec h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
}
.sec-head h2 {
    text-align: center;
    color: #010d39;
    font-size: 80px;
    line-height: 80px;
}
/* Contact Page End */
/*book start*/
section.book form input {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
section.book form select {
    background: #fff url(../images/arrow.png) no-repeat right;
      width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
section.book form textarea {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    resize: none;
    border-radius: 10px;
    height: 200px;

}
section.book form button {
    width: 50%;
    padding: 15px 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #fbd609;
}
section.book {
    padding: 70px 0px;
}
/*book end*/
html{
  overflow-x: hidden;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){

  .banner_text h1{
    font-size: 90px;
  }
.main-bot-bx-2 h4{
  font-size: 48px;
}
.bann-bot-tx p{
  font-size: 15px;
}
.ser-txt-2 h2{
  font-size: 73px;
  line-height: 79px;
}
.bann-bot-tx h5{
  width: 64%;
}
.hero-txt h3{
  font-size: 73px;
}
.client-say-heading h2{
  font-size: 70px;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

  .menuSec ul li a {
    padding: 22px 15px;
    font-size: 17px;
}
a.btn-1 {
    font-size: 23px;
    padding: 7px 23px;
    border-radius: 100px;
    border: 2px solid #fff;
}
.banner_text h1 {
    font-size: 76px;
    width: 111%;
}
.bann-bot-tx h5 {
    font-size: 25px;
    width: 70%;
   
}
.bann-bot-tx p {
    font-size: 12px;
    width: 49%;
}
.main-bot-bx-2 h4 {
    font-size: 35px;
}
.main-bot-bx-2 h4 span{
  font-size: 17px;
}
.ser-txt-2 h2 {
    font-size: 59px;
    line-height: 60px;
}
ul.line::before {
    width: 550px;
    left: -23px;
}
.ser-txt-2 ul li p{
  font-size: 12px;
}
.except-txt h4{
  font-size: 24px;
  line-height: 28px;
}
.hero-txt h3 {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
}
section.hero:before {
    background-size: contain;
    width: 47%;
    top: -124px;
    left: 2px;
    height: 100%;
}
.hero-bot h5 {
    font-size: 35px;
    line-height: 30px;
}
.client-say-heading h2 {
    font-size: 60px;
    line-height: 80px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){

  .banner_text h6 {
    font-size: 27px;
    line-height: 23px;
}
.menuSec ul li a {
    padding: 22px 12px;
    font-size: 12px;
    font-family: 'Poppins', Sans-Serif;
}
a.btn-1 {
    font-size: 14px;
    padding: 7px 23px;
}
.banner_text h1 {
    font-size: 46px;
    line-height: 56px;
}
.banner_text p {
    font-size: 12px;
    line-height: 22px;
}
.banner_text ul li a.btn {
    font-size: 23px;
}
.main-bot-bx-2 h4 {
    font-size: 20px;
    line-height: 34px;
}
.main-bot-bx-2 h4 span {
    display: block;
    font-size: 10px;
}
.bann-bot-tx h5 {
    font-size: 22px;
    line-height: 37px;
    width: 100%;
 }
 .bann-bot-tx p {
    font-size: 15px;
    width: 67%;
}
.ser-txt-2 h2 {
    font-size: 44px;
    line-height: 54px;
}
.ser-txt-2 ul li h5 {
    font-size: 27px;
    margin-bottom: 14px;
}
.ser-txt p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #7c7c7c;
    width: 77%;
}
.ser-txt-2 ul {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 34px;
}
ul.line::before{
  display: none;
}
.ser-txt-2 ul li p {
    font-size: 11px;
    line-height: 23px;
}
.except-txt p {
    font-size: 13px;
    line-height: 23px;
}
.except-txt h4 {
    font-size: 32px;
    line-height: 35px;
}
.hero-txt h3 {
    color: #fff;
    font-size: 45px;
    line-height: 54px;
   margin-bottom: 30px;
}
.hero-bot p {
    font-size: 13px;
    line-height: 25px;
}
.cap-txt h3{
      font-size: 60px;
    line-height: 60px;
}
.cap-txt p {
    font-size: 12px;
    line-height: 19px;
    width: 61%;
}
.cap-txt ul li p {
    width: 58%;
}


}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){


    
}