
*{margin:0; padding:0;}

.clear {clear: both;}
body {font-family: 'Montserrat', sans-serif; font-weight: 400; color: #555555; font-size: 14px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif; font-weight: 700; color: #000000; position: relative;}
a {color: #f14f1e; text-decoration: none;}
a:hover {color: #00aeef;}
.btn {
    background: #fd6803;
    color: #fff !important; border: none;
    font-size: 16px; outline: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 13px 32px; 
    border-radius: 4px;
    transition: all 0.3s ease 0s;
}
.btn:hover, .btn:focus {
    background: #000000;
}
p {
    line-height: 24px;
}
img {
    max-width: 100%;
}
ul {
    display: block;
    list-style: none;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 16px 0;
    left: 0;
    top: 0;
    z-index: 3;
}
header.sticky {
    position: sticky;
    top: 0;
    /* box-shadow: 0 0 10px #999; */
    width: 100%; padding: 15px 0;
    background: #26313c; z-index: 3;
}
.hdr-lft {
    float: left;
    width: 88px;
}
.hdr-rgt {
    display: inline-block;
    width: calc(100% - 88px);
    text-align: right;
    padding: 16px 0 0;
}
.hdr-nav {
    display: inline-block;
    background: #fff;
    border-radius: 25px;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
	text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff7732;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-item {
    padding: 6px 9px;
    color: #212529;
    font-size: 13px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #f14f1e;
}


h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}
h2 span {color: #00a85a;}
h2.white {color: #ffffff;}

section.hom-slider {
    background-image: url("../images/slider-bg2.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    padding: 150px 0 50px;
}
.carousel-content:after {
    content: '';
    clear: both;
    display: table;
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.hom-sld-txt {
    float: left;
    width: 45%;
    padding-top: 100px;
}
.hom-sld-img {
    float: right;
    width: 55%;
}
.hom-sld-txt h1 {
    font-size: 50px;
    font-weight: 600;
}
.hom-sld-txt h1 span {
    color: #00a85a;
}
.hom-sld-txt a {
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 22px 0 0;
}
.hom-sld-img {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 20px;
}
.hom-sld-img img {
    width: 100%;
    border-radius: 100%;
    /* box-shadow: 0 0 12px #c5c5c5; */
}
.hom-sec1 ul {
    display: block;
    background: #f3f3f3;
    border-radius: 4px;
    list-style: none;
    padding: 20px;
    text-align: center;
}
.hom-sec1 li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px;
}
.hom-sec2 {
    padding: 40px 0;
}
.hom-sec2 .row {
    position: relative;
}
.hom-sec2-img {
    position: relative;
}
.hom-sec2-img:after {
    background-image: url(../images/bg-icon1.png);
    background-repeat: no-repeat;
    overflow: visible !important;
    content: '';
    height: 215px;
    width: 79px;
    position: absolute;
    left: -79px;
    top: 45px;
}
.hom-sec2-txt {
    background-color: #fff;
    position: absolute;
    padding: 55px 40px;
    box-shadow: 0 0 24px #dddddd;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 50%;
}
.hom-sec2-txt:after {
    background-image: url(../images/bg-icon2.png);
    background-repeat: no-repeat;
    overflow: visible !important;
    content: '';
    height: 55px;
    width: 135px;
    position: absolute;
    right: 45px;
    bottom: -55px;
}
.hom-sec2-txt h2 {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.hom-sec2-txt p {
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    margin: 0 0 20px;
}
p b {
    font-weight: 600;
}
.hom-sec3 {
    padding: 20px 0;
}
.sec-hd {
    text-align: center;
}
.sec-hd span {
    color: #fd6803;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.hom-sec3-inr {
    position: relative;
    background: #edf1fc;
    border-radius: 4px;
    text-align: center;
    margin: 90px 0 0;
    padding: 0 30px 45px;
}
.hom-sec3-img img {
    border-radius: 100%;
    background: #fff;
    box-shadow: 5px 5px 5px 0px #d3d3d3;
    position: relative;
    margin: -63px 0 25px;
}
.hom-sec3-txt h4 {
    font-size: 18px;
    font-weight: 600;
}
.hom-sec3-txt p {
    margin: 20px 0;
    font-size: 14px;
    color: #555555;
}
.hom-sec3-txt .btn {
    border: 1px solid #00a85a;
    background: transparent;
    color: #00a85a !important;
    padding: 8px 18px;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0s ease 0s;
}
.hom-sec3-inr:hover, .hom-sec3-inr:hover h4, .hom-sec3-inr:hover p {
    background: #00a85a;
    color: #fff;
}
.hom-sec3-inr:hover .btn, .hom-sec3-inr .btn:hover {
    background: #ffffff;
    color: #00a85a;
}
.hom-sec3-inr:hover img {
    box-shadow: 5px 5px 5px 0px #496c5c;
}
.hom-sec4 {
    padding: 20px 0;
}
.hom-sec4 .sec-hd {
    text-align: left;
}
.hom-sec4 h2, .hom-sec5 h2 {
    margin: 15px 0;
}
.hom-sec4 .sec-hd p, .hom-sec5 .sec-hd p {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
}
.hom-sec4-txt li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
    position: relative;
    color: #444444;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 42px;
}
.hom-sec5 {
    background-image: url(../images/hom-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 40px 0;
}
.hom-sec5-txt {
    padding: 20px 0 0;
}
.hom-sec5-txt li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
    position: relative;
    color: #222222;
    padding-left: 36px;
}
.hom-sec5-txt li:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    background: #00a85a;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    left: 0;
    top: 5px;
}
.orange-bg {
    background-image: url(../images/txt-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    border-radius: 4px;
    margin: 35px 0 0;
}
.orange-bg p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 30px;
    text-shadow: 0 0px 4px #cf6328;
    font-weight: 500;
    line-height: 28px;
}

.hom-sec6 {
    text-align: center;
    padding: 40px 0;
}
.hom-sec6 h2 {
    margin: 0 0 40px;
}
.hom-sec6 h2:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 4px;
    background: #00a85a;
    left: 0;
    right: 0;
    display: inline-block;
    margin: 0 auto;
    bottom: -18px;
}
.hom-sec6 p {
    font-size: 16px;
    line-height: 30px;
}
.hom-sec6 p b {
    color: #222222;
}
.newsletter-sec {
    background: #fd6803;
    padding: 25px 0;
}
.newsletter-sec .container {
    position: relative;
}
.newsletter-sec p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.newsletter-sec h2 {
    font-size: 30px;
    color: #fff;
}
.news-form form {
    background: #fff;
    position: relative;
    padding: 4px;
}
.news-form form input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 12px;
    outline: none;
}
.news-form form input.btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #000;
    border-radius: 0;
    bottom: 6px;
    padding: 0 35px;
    font-size: 14px;
}
.news-form form input.btn:hover {
    background: #00a85a;
}
.newsletter-sec img {
    max-width: none;
}
img.news-icon1 {
    position: relative;
    right: 75px;
}
img.news-icon2 {
    position: relative;
    left: 0;
}

.ftr-main {
    padding: 30px 0;
}
ul.footer-social {
    margin: 0;
}
.footer-inr li span {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}
.footer-inr a {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
}
.footer-inr a:hover {
    color: #fd6803;
}
img.footer-logo {
    width: 87px;
}
.footer-inr p {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    margin: 6px 0;
}
ul.footer-social li {
    display: inline-block;
    margin: 0 6px 0 0;
    font-size: 18px;
}
ul.footer-social li a {
    width: 37px;
    height: 37px;
    border: 1px solid #f14f1e;
    display: block;
    text-align: center;
    line-height: 33px;
    border-radius: 100%;
    color: #f14f1e;
    font-size: 19px;
}
ul.footer-social li a:hover {
    color: #f14f1e;
}
ul.footer-link li {
    position: relative;
    padding-left: 12px;
    margin: 0 0 4px;
}
ul.footer-link li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    color: #000;
}
ul.ft-list li {
    display: block;
    margin: 0 0 6px;
}
.footer-inr h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 14px;
}
ul.footer-adrs .fa {
    color: #fd6803;
    font-size: 18px;
    position: relative;
    top: 2px;
    float: left;
    width: 25px;
}
ul.footer-adrs span {
    display: inline-block;
    width: calc(100% - 25px);
}
.ftr-bottom {
    background: #000;
    text-align: center;
    padding: 12px 0;
}
.ftr-bottom span {
    color: #fff;
    font-size: 13px;
}
ul.footer-adrs li:after {
    display: table;
    content: '';
    clear: both;
}

/*** 404 page ***/

ol.breadcrumb li {
    display: inline-block;
}

.not-found {
    text-align: center;
    background-color: #f3f3f3;
    padding: 0 0 60px;
}
.not-found ol.breadcrumb {
    display: block;
}

/*** about us ***/

.inr-bnr {
    position: relative;
}
.inr-bnr:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.inr-bnr h1 {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0, -60%);
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-sec1 {
    padding: 50px 0;
}
.cnt-sec1-inr {
    background: #fff;
    box-shadow: 6px 6px 12px #dbdbdb;
    margin: 30px 0 0;
    padding: 40px 10px;
    text-align: center;
    transition-duration: 1.2s;
    border: 1px solid #eeeeee;
    min-height: 220px;
}
.cnt-sec1-inr:hover {
    transform: scale(1.09);
}
.cnt-sec1-inr .fa {
    color: #00a85a;
    font-size: 34px;
}
.cnt-sec1-inr h4 {
    font-size: 24px;
    margin: 12px 0;
    font-weight: 600;
}
.cnt-sec1-inr span, .cnt-sec1-inr span a {
    font-size: 16px;
    color: #444444;
}
.contact-sec2 {
    background: #155264;
    padding: 50px 0;
}
.contact-sec2 .sec-hd {
    text-align: left;
    margin: 0 0 25px;
}
.contact-sec2 h2 {
    color: #fff;
}
.contact-sec2 form {
    padding-right: 60px;
}
.contact-sec2 input, .contact-sec2 textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 12px;
    border-radius: 4px;
    margin: 15px 0;
    outline-color: var(--bs-cyan);
}
.contact-sec2 button {
    background: #fd6803;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 4px;
}
.contact-sec2 button:hover {
    background: #00a85a;
}
.contact-sec2 img {
    border: 5px solid #a3c2cb;
    height: 440px;
    object-fit: cover;
}
.contact-sec3 iframe {
    width: 100% !important;
}

/*** about us ****/

.about-sec1 {
    padding: 60px 0;
}
.about-sec1 .row {
    flex-direction: row-reverse;
}
.about-sec1 .col-sm-12 {
    align-content: center;
}
.about-sec1-txt {
    padding: 0 45px 0 0;
}
.about-sec1-txt h2 {
    margin: 0 0 18px;
}
.about-sec2 {
    background: #f5f5f5;
}
.job-title {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}
.description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.social-icons a {
    color: #f14f1e;
    text-decoration: none;
    font-size: 16px;
    margin: 0 5px;
}
.social-icons a:hover {
    color: #00a85a;
}
.about-sec3 {
    padding: 50px 0;
}
.team-member-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.team-member-card h4 {
    font-size: 18px;
    margin: 15px 0 10px;
}

/*** Gallary ***/

.gallery-sec {
    padding: 60px 0;
}
.gallery-sec img.cursor {
    margin: 20px 0 0;
    border: 8px solid;
    border-image: repeating-linear-gradient(135deg,#fd6802 0 10px,#fd6802 0 20px,#fd6802 0 30px) 8;
    -webkit-mask: conic-gradient(from 180deg at top 8px right 8px, #fd6802 90deg,#000 0)
     var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
    conic-gradient(at bottom 8px left  8px,  #fd6802 90deg,#000 0)
     0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
}
.gallery-sec img.cursor:hover {
    --_i: 100%;
	transition: .3s, -webkit-mask-size .3s .3s;
}
.gallery-sec .modal {
  display: none;
  position: fixed;
  z-index: 22;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.gallery-sec .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 900px;
  max-width: 80%;
}
.gallery-sec .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.gallery-sec .close:hover, .gallery-sec .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.gallery-sec .mySlides {
  display: none;
}
.gallery-sec .cursor {
  cursor: pointer;
}
.gallery-sec .prev, .gallery-sec .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.gallery-sec .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-sec .prev:hover, .gallery-sec .next:hover {
  background-color: rgba(239, 148, 55, 0.7)
}
.gallery-sec .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active, .demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}

/*** career page ***/

.career-sec1 {
    padding: 60px 0;
}
.career-sec1 .col-sm-12, .career-sec2 .col-sm-12 {
    align-content: center;
}
.career-sec1-txt {
    padding: 0 35px;
}
.career-sec2 {
    background: #204b76;
    padding: 50px 0 60px;
}
.career-sec2 .row {
    flex-direction: row-reverse;
}
.career-sec2 h2 {
    color: #fff;
    margin: 0 0 25px;
}
.career-sec2-txt {
    padding-right: 30px;
}
.career-sec2-txt h4 {
    color: #fff;
    line-height: 34px;
    border-bottom: 1px solid #3f6a95;
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.career-sec2-txt li, .srv-sec2-txt li {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    padding-left: 35px;
}
.career-sec2-txt li:before, .srv-sec2-txt li:before {
    position: absolute;
    content: "\f046";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    font-size: 26px;
}
.career-sec2-img img {
    border: 8px solid #ddd;
}

/**** services ***/

.service-sec1 {
    padding: 60px 0;
}
.srv-sec1-inr {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 35px;
    text-align: center;
    margin: 70px 0 0;
}
.srv-sec1-inr h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.srv-icon {
    width: 100px;
    height: 100px;
    background: #ffffff;
    margin: -85px auto 25px;
    position: relative;
    line-height: 100px;
    border-radius: 50%;
    font-size: 36px;
    color: #9d9d9d;
    box-shadow: 0 8px 20px rgb(66 62 62 / 15%);
    transition-duration: 1.2s;
}
.srv-sec1-inr:hover .srv-icon {
    background: #fd6803;
    color: #ffffff;
    box-shadow: none;
}
.service-sec2 {
    padding: 0 0 60px;
}
.service-sec2 .col-sm-12 {
    align-content: center;
}
.srv-sec2-txt {
    padding: 0 35px;
}
.srv-sec2-txt .sec-hd {
    text-align: left;
    margin: 0 0 25px;
}
.srv-sec2-txt li {
    color: #444;
}
.srv-sec2-txt li:before {
    color: #fd6803;
}

/*** FAQ ***/

.faq-sec {
    padding: 60px 0;
}
.faq-sec .sec-hd {
    margin: 0 0 35px;
}
.accordion-button {
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: #ff7732;
    background-color: #ffffff;
}
.accordion-button:after {
    background-image: none !important;
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    transform: translate(0, -50%) !important;
    font-size: 22px;
}



/*********** media **********/

@media (min-width: 992px) {
ul.navbar-nav {width: 100%; text-align: right; display: block;}
li.nav-item {display: inline-block;}
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1170px;}
.cr-sec3-inr:hover {transform: scale(1.09);}
.hom-sec4 .owl-carousel .owl-item img {max-width: 380px;}
.navbar-expand-lg .navbar-nav .nav-link {padding: 6px 18px;}
.newsletter-sec p, .news-form {margin: 32px 0 0;}
}


@media (max-width: 1199px) {
.hom-sld-txt h1 {font-size: 40px;}
.hom-sec1 li {padding: 0 28px;}
.hom-sec1 li img {max-height: 70px;}
.hom-sec2-txt {padding: 40px; width: 57%;}
.hom-sec2-txt p {font-size: 14px; line-height: 24px;}
.hom-sec4 .sec-hd p, .hom-sec5 .sec-hd p {font-size: 16px; line-height: 26px;}
.hom-sec4-txt li, .hom-sec5-txt li {font-size: 14px; line-height: 22px; margin: 0 0 12px; padding-left: 32px; background-size: 22px;}
.orange-bg p {font-size: 15px; padding: 20px; line-height: 24px;}
.hom-sec6 p {font-size: 14px; line-height: 26px;}
img.news-icon1 {width: 74px; right: 5px;}
img.news-icon2 {width: 74px;}
.newsletter-sec p {margin: 0;}
.newsletter-sec h2 {font-size: 25px;}
.contact-sec3 iframe {height: 300px !important;}
}

@media (max-width: 991px) {
.hdr-lft img {width: 55px;}
.hdr-rgt {float: left; width: 100%; margin: 0; padding: 0; position: relative;}
.navbar, .navbar .container-fluid, .hdr-nav {display: block !important; padding: 0;}
/* header.sticky .navbar {padding: 0;} */
.navbar-light .navbar-toggler {color: rgb(255 255 255 / 55%); border: none; background: #fff; padding: 4px 6px; box-shadow: none; position: absolute; right: 0; top: -49px;}
.navbar-collapse {background: #ffffff; padding: 0 20px; position: relative;}
.navbar-light .navbar-nav .nav-link {font-size: 14px; font-weight: 500; text-align: left;}
section.hom-slider {background-size: 60%; padding: 80px 0 40px;}
.hom-sld-txt {padding-top: 70px;}
.hom-sld-txt h1 {font-size: 24px; line-height: 1.4em;}
.hom-sld-txt a {font-size: 14px; padding: 12px 25px; margin: 15px 0 0;}
.hom-sec1 li img {max-width: 100px;}
h2 {font-size: 28px;}
.hom-sec3-inr {padding: 0 10px 30px;}
.hom-sec3-txt h4 {font-size: 16px;}
.hom-sec3-txt p {font-size: 13px;}
.hom-sec3-txt .btn {font-size: 12px;}
.orange-bg p {font-size: 14px; padding: 15px;}
img.news-icon1 {left: -18px; width: 60px; top: 28px;}
img.news-icon2 {right: 0; width: 60px; top: 28px;}
.news-form form {width: 340px; left: -62px; margin: 18px 0 0;}
ul.footer-social li {margin: 0 3px 0 0;}
ul.footer-social li a {width: 30px; height: 30px; line-height: 28px; font-size: 15px;}
.cnt-sec1-inr h4 {font-size: 18px;}
.cnt-sec1-inr span, .cnt-sec1-inr span a {font-size: 14px;}
.contact-sec3 iframe {height: 240px !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
.hom-sec2 .col-md-7 {width: 70%;}
.hom-sec2 img {min-height: 670px; object-fit: cover; object-position: center;}
.hom-sec2-txt {width: 55%;}
}
    
@media (max-width: 767px) {
.newsletter-sec {background: #fd6803; text-align: center;}
img.news-icon1 {left: auto; width: 60px; top: 0;}
.newsletter-sec h2 {font-size: 20px;}
.news-form form {width: 100%; left: 0; margin: 4px 0 15px; padding: 0;}
.news-form form input.btn {padding: 0 25px;}
img.news-icon2 {right: 0; width: 60px; top: 0;}
ul.footer-social {margin: 0 0 15px;}
.about-sec1, .about-sec3, .career-sec1, .career-sec2, .service-sec1 {padding: 40px 0;}
.service-sec2 {padding: 0 0 40px;}
.about-sec1-txt {padding: 20px 0 0;}
.team-member-card {margin: 0 0 30px;}
.career-sec1-txt, .career-sec2-txt, .srv-sec2-txt {padding: 25px 0 0;}
.career-sec2-txt h4 {line-height: 26px; font-size: 16px;}
.career-sec2-txt li, .srv-sec2-txt li {font-size: 14px; padding-left: 30px;}
.career-sec2-txt li:before, .srv-sec2-txt li:before {font-size: 20px;}
.accordion-button {font-weight: 500; font-size: 16px;}
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 575px) {
header {padding: 15px 0;}
.navbar-toggler-icon {width: 26px;}
section.hom-slider {background-size: 105%;}
.hom-sld-img, .hom-sld-txt {float: none; width: 100%;}
.hom-sld-txt {padding-top: 10px;}
.hom-sec1 li {padding: 0 6px;}
.hom-sec1 li img {max-width: 65px; max-height: 40px;}
.hom-sec2-txt {position: relative; width: 100%; padding: 20px 0; box-shadow: none;}
.btn {font-size: 12px; padding: 10px 22px;}
h2 {font-size: 24px;}
.sec-hd span {font-size: 14px;}
.inr-bnr img {height: 225px; object-fit: cover;}
.cnt-sec1-inr {min-height: auto;}
.contact-sec2 form {padding: 0 0 30px;}
.contact-sec2 img {height: 350px;}
.inr-bnr h1 {font-size: 24px;}
}
