@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-size: 16px;
}


/***** 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: 'tw-cen';
  src: url(../fonts/tw-cen-mt-condensed-bold.ttf);
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf);
  font-weight: 700;
  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: 'tw-cen';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'tw-cen';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'tw-cen';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'tw-cen';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'tw-cen';
  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 */

.topSec ul {
    display: flex;
    margin-bottom: 0px;
}
ul.cont-icon li {
    align-items: center;
    gap: 12px;
    display: flex;
    padding: 0 12px;
    position: relative;
}
ul.cont-icon li:last-child :after{
  display: none;
}
ul.cont-icon li p{
  font-size: 14px;
  margin-bottom: 0px;
}
ul.cont-icon li :after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #fff;
}
ul.social-icon li i {
    font-size: 21px;
}
ul.social-icon {
    justify-content: end;
    gap: 17px;
}
.topSec {
    padding: 20px 0px;
    background-color: #00387c;
    color: #fff;
}

.topSec a {
    color: #fff;
}
.menuSec {
  padding: 20px 0 10px;
}

.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: #000;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 400;
}

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

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

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

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

.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;
}
.ankar a {
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(152,6,6,1) 29%, rgba(199,3,3,1) 40%);
    border-bottom-right-radius: unset;
}
.menuSec .row {
    align-items: self-start;
}
/*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;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.ankar a:hover {
    background: #00387c;
}
a.ankar:hover {
    background: #00387c;
}

/*banner css start */

.carousel-inner {
    height: 120vh;
    /* width: 100%; */
}
section.main_slider::before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  height: 19%;
  content: '';
}
button.carousel-control-prev {
    height: 10%;
    top: initial;
    bottom: -10px;
    width: 4%;
    left: 43%;
}
button.carousel-control-next {
    height: 10%;
    top: initial;
    bottom: -11px;
    width: 4%;
    left: 46%;
}
.carousel-control-next-icon {
    background: unset;
}
.banner_text h1 {
    font-size: 110px;
    line-height: 85px;
    color: #000;
    letter-spacing: 5px;
}
.banner_text p{
  font-size: 16px;
  color: #5e5b5b;
  margin-bottom: 30px;
}
.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: 443px;
  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;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
section.main_slider {
    position: relative;
}
.banner_img {
    position: absolute;
    right: 0;
    top: -210px;
    width: 58%;
}

.banner_img img {
    height: 66vh;
    width: 100%;
    object-fit: cover;
    /* border-radius: 50% 0 0 50%; */
}

.banner_text img {
    width: 68%;
    object-fit: cover;
    height: auto;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
    a.ankar{
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(152,6,6,1) 29%, rgba(199,3,3,1) 40%);
    border-bottom-right-radius: unset;
  }
/*banner css end*/

/*about start*/
section.about {
    padding: 100px 0px;
    position: relative;
}
.abt-img {
    position: relative;
    z-index: -1;
    width: 98%;
}
.about-2 img {
    height: 400px;
    object-fit: cover;
}

.abt-img img {
    width: 100%;
}
.abt-txt-in {
    padding-top: 70px;
}
.about-2 {
    position: absolute;
    bottom: -45px;
    right: -20px;
    width: 64%;
}
.experience h5 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Oswald-Bold';
}

.experience span {
    display: block;
    font-size: 26px;
    color: #fff;
    line-height: 33px;
}
.experience {
    position: absolute;
    top: 85px;
    left: 38%;
    background-color: #7acacb;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience::before {
    position: absolute;
    bottom: -2px;
    left: -7px;
    border-radius: 100px;
    height: 190px;
    width: 190px;
    content: '';
    z-index: -1;
    background-color: #00387c;
}
.abt-txt ul {
    display: flex;
    gap: 56px;
    margin-bottom: 20px;
}
.abt-txt ul li p {
    margin-bottom: 0px;
    font-size: 15px;
    font-family: 'Poppins';

}
.abt-txt ul li p::before{
  display: none;
}
.abt-txt ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}
.abt-txt {
    margin-left: 25px;
}
.abt-txt h5 {
    font-size: 32px;
    color: #fe0000;
    line-height: 32px;
    margin-bottom: 10px;
}
.abt-txt h3 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.abt-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #555454;
    margin-bottom: 50px;
    position: relative;
}
.abt-txt p::before {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -25px;
    left: 0;
    height: 2px;
    background-color: #fe0000;
}
/*about end*/
/*service start*/
.ser-bx img {
    width: 100px;
    margin:0 auto;
}
section.service {
    padding: 70px 0px;
    background-color: #f1fafa;
}
.ser-slide .slick-active {
    opacity: 1;
}
.ser-bx {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 3px #000;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 20px;
}
.ser-bx h4 {
    font-size: 36px;
    line-height: 36px;
    padding: 20px 0px 10px;
    margin-bottom: 0;
    color: #000;
}
.ser-bx p {
    font-size: 16px;
    color: #8f8f8f;
}
.ser-bx a {
    font-size: 16px;
    color: #a90404;
    text-decoration: underline;
    font-family: 'Poppins';
    font-weight: 400;
}
section.service h5 {
    font-size: 32px;
    color: #00387c;
    line-height: 32px;
    margin-bottom: 10px;
}
section.service h3{
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin-bottom: 10px;
}
/*service end*/
/*care start*/
section.care {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-image: url(../images/care.jpg);
    background-size: cover;
    width: 100%;
}
section.care h2 {
    font-size: 90px;
    line-height: 80px;
    color: #fff;
}
section.care .row {
    align-items: center;
}
/*care end*/
/*choose start*/
section.choose {
    padding: 80px 0px;
}
.ce_ixelgen_progress_bar {
   max-width: 800px;
   margin: 0 auto;
}
 .ce_ixelgen_progress_bar .progress_bar_item {
   margin-bottom: 2rem;
}
 .ce_ixelgen_progress_bar .item_label, .ce_ixelgen_progress_bar .item_value {
   font-size: 1.2rem;
   font-weight: 600;
   color: #333;
   margin-bottom: 0.5rem;
}
 .ce_ixelgen_progress_bar .item_value {
   font-weight: 400;
}
 .item_bar {
   position: relative;
   background-color: #e9ecef;
   width: 100%;
   border-radius: 4px;
   border: 1px solid #fe0000;
}
.progress {
   /* position: absolute; */
   left: 0;
   top: 0;
   bottom: 0;
   width: 0;
   margin: 0;
   border-radius: 4px;
   background-color: #fe0000;
   transition: width 100ms ease;
   /* border: 1px solid; */
}

.chose-txt h5 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #00387c;
}
.chose-txt h3 {
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 10px;
}
section.choose a {
    display: inline-block;
    margin-top: 30px;
}
.item_label.cell.auto {
    font-size: 20px;
    font-weight: 500;
    font-family: 'tw-cen';
    color: #000;
}
.item_value.cell.shrink {
    text-align: end;
    font-size: 20px;
    color: #000;
    font-family: 'tw-cen';
}
.choose-img {
    margin-bottom: 30px;
}
.choose-img img{
  width: 100%;
}
.choose-img2 img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 30px;
}
.chose-txt p {
    font-size: 18px;
    line-height: 29px;
    color: #515151;
}
/*choose end*/
/*contact start*/
.cont-img img {
    width: 100%;
}
.cont-img-2 img {
    height: 787px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.cont-img-2{
  position: relative;
}
.cont-bot {
    background-color: #7acacb;
    padding: 20px;
    position: absolute;
    border-radius: 20px;
    width: 80%;
    top: 60px;
    left: 30px;
}

.cont-bot form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 2px solid #8f8c8c;
    outline: none;
}
.cont-bot form textarea{
   width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 2px solid #8f8c8c;
    height: 150px;
    resize: none;
}
.cont-bot button {
    width: 100%;
    padding: 10px;
    color: #fff;
  background: linear-gradient(0deg, rgba(152, 6, 6, 1) 29%, rgba(199, 3, 3, 1) 40%);
  border: none;
}
section.contact-home {
    padding-bottom: 80px;
}
.cont-bot h3 {
    text-align: center;
    color: #fff;
    font-size: 48px;
}
/*contact end*/
/*testimonial start*/
.test-info ul li img {
    width: 100px;
}
.coma-img img {
    width: 90px;
}
.test-info ul {
    display: flex;
    align-items: center;
    gap: 22px;
}

.test-info ul li h5 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0;
}

.test-info ul li h5 span {
    display: block;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
}
.test-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testi-bx::before {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 50%;
    content: '';
    left: 0px;
    background-color: #d7efef;
    z-index: -1;
    right: 0;
}
.testi-bx {
    box-shadow: 0 0 3px #000;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 23px;
    position: relative;
    overflow: auto;
}
.test-top-txt {
    text-align: center;
}
.test-slide .slick-active {
    opacity: 1;
}
.test-top-txt h5 {
    font-size: 30px;
    line-height: 30px;
    color: #7acacb;
}
.test-top-txt h3 {
    font-size: 48px;
    color: #000;
    line-height: 48px;
}
.test-top-txt h3 span{
  display: block;
}
section.testimonial {
    padding-bottom: 80px;
}
.testi-bx p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}
.test-slide button.slick-prev.slick-arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    background-color: #fa0000;
    content: '\f053';
    font-family: 'FontAwesome';
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.test-slide button.slick-next.slick-arrow::before {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    background-color: #fa0000;
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/*testimonial end*/
/*footer start*/
footer {
    padding: 30px 0px 0px 0px;
    background-image: url(../images/foot-back.jpg);
    background-size:100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.footer-txt p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Poppins';
    width: 98%;
    margin-bottom: 0px;
}
.footer-txt {
    padding: 20px 0px;
}
.footer-top {
    padding: 60px 0px 30px;
}
.footer-link h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    /* font-family: 'liberation'; */
}
.footer-link ul li {
    padding: 10px 0px;
}
.footer-link li a {
    color: #fff;
}
.footer-link.link-2 ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-link.link-2 ul li a {
    font-size: 13px;
}
.footer-link.link-2 ul li i {
    color: #fff;
    font-size: 16px;
}
.footer-link.link-2 ul li h6 {
    color: #fff;
    margin-bottom: 0px;
}
.footer-icon h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    /* font-family: 'liberation'; */
}
.footer-icon p {
    color: #fff;
}
.footer-logo img {
    width: 368px;
}
.footer-icon form input {
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
}
.footer-icon form i {
    color: #fff;
    font-size: 15px;
    background-color: #ff0000;
    padding: 15px;
    position: absolute;
    right: 59px;
}

.footer-icon form {
    position: relative;
}
.footer-icon ul {
    display: flex;
        margin-top: 50px;
    align-items: center;
    margin-bottom: 0px;
}
.footer-icon ul li{
  padding: 10px 10px;
}
.footer-icon li  i {
    font-size: 31px;
    color: #000;
    /* width: 40px; */
    /* height: 40px; */
    /* border: 1px solid #ff0086; */
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
    color: #fff;
    /* background-color: #ff0086; */
    /* z-index: 999; */
}
.footer-bottom::after {
    position: absolute;
    background-color: #2f2d24;
    content: '';
    width: 100%;
    left: 0;
    top: 0px;
    height: 2px;
}
.footer-bottom {
    padding: 20px 0px;
    position: relative;
}
.footer-bottom-txt p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
/*footer end */
/*inner-banner start*/
section.main_slider.inn .carousel-inner{
    height: 700px;
    /* width: 100%; */
}
section.main_slider.inn {
    position: relative;
}
section.main_slider.inn .carousel-item{
  display: block;
}
section.main_slider.inn .carousel-caption {
    top: 313px;
}
section.main_slider.inn .banner_img {
    top: -163px;
        width: 54%;
}
section.main_slider.inn::before {
    height: 34%;
}
section.main_slider.inn img.img-fluid {
    height: 550px;
}
section.about.inn .abt-txt p::before {
    display: none;
}
/*our-team start*/
section.our-team {
    padding: 80px 0px;
}
.our-team-txt {
    text-align: center;
}

.our-team-txt h4 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin-bottom: 5px;
}

.our-team-txt p {
    margin: 0 auto;
    width: 64%;
    font-size: 16px;
    color: #575655;
    margin-bottom: 40px;
}

.team-bx-txt {
    margin-left: 40px;
    margin-top: 10px;
}

.team-bx-txt h5 {
    font-size: 22px;
    color: #000;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
}
.team-bx-txt h5 span{
  display: block;
  font-size: 16px;
  color: #606060;
}
.team-img {
    position: relative;
}

.team-img::before {
    position: absolute;
    top: 60px;
    background-color: #fff;
    border-radius: 20px;
    width: 95%;
    height: 90%;
    left: 21px;
    content: '';
    z-index: -1;
    box-shadow: 0 0 3px;
}
/*team end*/
/*CONTACT START PAGE*/
.contact_page_sidbar h6 {
  font-size: 14px;
  color: #dad7d7;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

.fa-color {
  color: #e51921;
  font-size: 80px;
}

.contact_page_sidbar h4 {
    color: #000;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 0px;
    font-size: 20px;
}

.contact_page_sidbar i {
  font-size: 35px;
  margin: 0 20px 0 0;
  width: 35px;
}

.contact_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e51921;
  color: #ffffff;
  border-radius: 0;
  margin: 0 10px 0 0;
  font-size: 22px;
}

.contact_social a:hover {
  background-color: #e51921;
  color: #fff;
}

.contact_map iframe {
  width: 100%;
  height: 600px;
}

.contact-left img {
  width: 100%;
}

ul.contact_page_sidbar li i {
    color: #000;
}

ul.contact_page_sidbar a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  color: #8b8a8a;
  text-decoration: none;
}

ul.contact_page_sidbar h6 {
  line-height: 26px;
  font-family: 'Poppins';
  font-size: 12px;
  color: #8b8a8a;
}

.contact-form {
    border-radius: 15px;
    padding: 40px 20px 40px 20px;
    border: 2px solid #dcdcdc;
}
.contact-form-title h4 {
  color: #000;
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
}

.contact-form input::placeholder {
  color: #000;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 18px 80px;
    border-radius: 5px;
    border: 2px solid #dcdcdc;
    resize: none;
}
.contact-submit button {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  background: none;
}

.contact-form input::placeholder {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  border-radius: 5px;
  margin-bottom: 0px;
}

.contact-form textarea::placeholder {
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  color:#000;
  margin-bottom: 0px;
}

section.contact_page_main.pt-8.pb-8 {
  padding: 100px 0;
  background-color: #050505;
}

li.d-flex.align-items-center.mt-5 {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.contact_page_sidbar p {
  margin-bottom: 0;
}

.cont-1 h3 {
  color: #000;
}

.cont-1 p {
  color: #8b8a8a;
  font-size: 17px;
}

.icons i {
    /* background: #ff0086; */
    color: #fff;
    padding: 6px;
    margin: 0px 5px;
}
.con-form {
  padding: 20px 50px;
}

section.contact-us {
  padding: 100px;
}

.btn-contact a {
  background: #194376;
  padding: 10px 80px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

section.contact-us.inner h3 {
    font-size: 54px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    /* font-family: 'liberation'; */
    text-transform: uppercase;
}
.map-col {
  padding: 0;
}
.btn-contact button {padding: 12px 15px;font-size: 16px;color: #fff;border-radius: 10px;background: linear-gradient(0deg, rgba(152, 6, 6, 1) 29%, rgba(199, 3, 3, 1) 40%);border-bottom-right-radius: unset;width: 22%;border: none;}
section.contact-us .row {
    align-items: baseline;
}
ul.social-icon-2 li i {
    color: #000;
    font-size: 28px;
}
ul.social-icon-2 {
    display: flex;
    justify-content: start;
}
/*/*contact inner page sec end*/


@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
 
.ankar a {
    padding: 12px 12px;
    font-size: 13px;
}
.carousel-caption {
    top: 390px;
}
.banner_text h1 {
    font-size: 62px;
    line-height: 56px;
}
.banner_img {
    position: absolute;
    right: 0;
    top: -247px;
    width: 48%;
}
.experience{
  left: 35%;
}
.abt-txt ul li p {
    font-size: 12px;
    font-family: 'Poppins';
}
.cont-img img {
    width: 100%;
    height: 787px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){

    
}


/*.test-slide button.slick-next.slick-arrow {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    border-radius: 5px;*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    font-size: 20px;*/
/*    background-color: #fa0000;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #fff;*/
/*}*/

/*.test-slide button.slick-next.slick-arrow::before {*/
/*    content: '';*/
/*}*/

/*.test-slide button.slick-next.slick-arrow .fa {*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 900;*/
/*}*/
