:root {
  --theme-color1: #763c2e;
  --theme-color2: #204669;
  --theme-color3: #9da492;
  --theme-color4: #951729;
}
body {
  font-family: "Mulish";
  color: #111111;
}
@font-face {
  font-family: "DM Serif Text", serif;
  src: url("../font/dm-serif-text/DMSerifText-Regular.ttf"),
    url("../font/dm-serif-text/DMSerifText-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../font/mulish/Mulish-VariableFont_wght.ttf"),
    url("../font/mulish/Mulish-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-family: "Mulish", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Text", serif;
}
a,
a:hover {
  color: #111111;
  text-decoration: none;
}
.sec-pd {
  padding: 70px 0 70px 0;
}
.inner-pd {
  padding: 170px 0 0px 0;
}
.bann_pd {
  padding: 180px 0 0 0;
}
.bann_hd {
  font-size: 50px;
  font-weight: 700;
}
.sec-hd {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.sub_heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}
.main_heading {
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 85px;
  font-weight: 700;
}
.sec-hd2 {
  font-size: 2.7rem;
}
.color {
  color: var(--theme-color1);
}
.theme_btn1 {
  display: inline-block;
  background-color: var(--theme-color1);
  color: #fff;
  padding: 13px 30px;
  font-family: "Mulish" !important;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.theme_btn1:hover {
  background-color: #9da492;
  color: #fff;
}
.theme_btn2 {
  display: inline-block;
  background-color: var(--theme-color2);
  color: #000;
  padding: 8px 30px;
}
.tag-hd {
  background-color: var(--theme-color1);
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.color-blue {
  color: var(--theme-color2);
}
.color-green {
  color: var(--theme-color3);
}
.color-brown-light {
  color: var(--theme-color1);
}
.color-brown {
  color: var(--theme-color4);
}
/* ==================================header================================== */
.header_above {
  background-color: #1b1c1d;
  border-bottom: 1px solid #ffffff2b;
}
.head_right ul li i {
  height: 35px;
  width: 35px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid var(--theme-color2);
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--theme-color2);
  color: #fff;
}
@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.head_contact ul li {
  font-size: 13.5px;
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  color: #111111 !important;
  font-weight: 600;
  padding: 0 4px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color1) !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 30px 0 0 0;
}
.navbar-brand {
  width: 23%;
}
.collapse.navbar-collapse {
  position: relative;
  justify-content: center;
}
.collapse.navbar-collapse::before {
  content: "";
  position: absolute;
  top: -45px;
  right: 0;
  width: 100%;
  height: 7.5px;
  background-color: var(--theme-color1);
}
.head_btn {
  background-color: #9da492;
  padding: 10px 20px 5px 30px;
  font-weight: 600;
}
.dropdown-menu{
  display: block;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0;
  min-width: 13rem;
  visibility: hidden;
}
.nav-item.dropdown:hover .dropdown-menu{
  visibility: visible;
  opacity: 1;
}
.dropdown-item{
  color: #666666;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
  transition: all 0.3s ease;
  padding: 10px;
  font-weight: 500;
}
.dropdown-item:hover{
  background-color: var(--theme-color1);
  color: #fff;

}
/* ==================================NavBar================================== */
/* ==================================h-banner================================== */
.h-banner {
  background: url(../img/banner-bg.png) no-repeat center center/cover;
  background-color: #e6e9ed;
}
.black_overlay {
  z-index: 5;
  position: relative;
}
.black_overlay::before {
  /* content: ""; */
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000a6;
  left: 0;
  top: 0;
  z-index: -5;
}
.bann_right {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.bann_right img {
  transform: scale(1.2);
  margin-bottom: -10px;
}
.bann_right::before {
  content: "";
  position: absolute;
  background: url(../img/doted-bg.png) no-repeat center center/contain;
  height: 515px;
  width: 550px;
  left: 0;
  bottom: -100px;
  z-index: -5;
  opacity: 0.5;
}
.bann_left h3 {
  font-size: 30px;
  color: var(--theme-color2);
  font-weight: 700;
}
/* ==================================h-banner================================== */
/* ==================================Section_1================================== */
.s1_right p {
  color: #666666;
}
.s1_list {
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.5);
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 40px;
}
.d-line {
  height: 2px;
  width: 100px;
  background-color: var(--theme-color1);
}
.s1_list ul li {
  font-size: 18px;
  margin: 4px 0;
  transition: all 0.4s ease-in-out;
}
.s1_list ul li:hover {
  color: var(--theme-color1);
  cursor: pointer;
}
/* ==================================Section_1================================== */
/* ==================================Section_2================================== */
.sec-2 {
  background-color: #111111;
}
.s2_left {
  position: relative;
}
.s2_left .img-1 {
  width: 500px;
  height: auto;
}
.s2_left .img-2 {
  width: 230px;
  border: 5px solid var(--theme-color1);
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.s2_left img {
  border-radius: 100%;
}
.s2_right .tag-hd {
  font-size: 14px;
  padding: 4px 10px;
}
/* ==================================Section_2================================== */
/* ==================================Section_3================================== */
.sec-3 {
  background-color: #e6e9ed;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.sec-3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -100px;
  left: 0;
  background: url(../img/s3-bg-line.png) no-repeat center center/contain;
  z-index: -5;
}
.s3-circle {
  height: 300px;
  width: 300px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 30px;
}
.s3-circle .philos-box {
  border: 5px solid #e6e9ed;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease-in;
  position: relative;
}
.s3-circle:hover .philos-box {
  border: 5px solid var(--theme-color1);
}
.s3-index {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  background-color: var(--theme-color1);
  color: #fff;
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

/* ==================================Section_3================================== */
/* ==================================Section_4================================== */
.s4-heading {
  width: 80%;
}
.team-detail {
  background-color: var(--theme-color1);
  color: #fff;
  border-radius: 3px;
  padding: 13px 0;
  margin-top: 10px;
}
.s4-box {
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}
.team-detail p {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.team-btn {
  padding: 13px 0;
  border-bottom: 3px solid #da2c46a1;
  border-radius: 3px;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.15);
}
.team-img {
  overflow: hidden;
}
.team-img img {
  transition: all 0.4s ease;
}
.team-img:hover img {
  transform: scale(1.04);
}
/* ==================================Section_4================================== */
/* ==================================Section_5================================== */
.sec-5::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/s5-bg-overlay.png) no-repeat center center/cover;
  opacity: 0.15;
  z-index: -5;
}
.sec-5 {
  position: relative;
  z-index: 55;
  background-color: #06053f;
}
.sec-5 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: transparent;
}
.sec-5 .nav-tabs .nav-link {
  color: #a7a7a7;
  border-radius: 0px !important;
}
.portfolio-img img:hover {
  opacity: 0.5;
}
/* ==================================Section_5================================== */
/* ==================================testimonial================================== */
.testi-box {
  background: url(../img/testi-bg.png) no-repeat center center/cover;
  padding: 80px 50px 50px 50px;
  background-color: #fff;
  position: relative;
  margin-top: 40px;
  width: 90% !important;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}
.testi-box .testi-img img {
  height: 100px;
  width: 100px;
  border: 8px solid #e6e9ed;
  border-radius: 100%;
}
.testi-box .testi-img {
  position: absolute;
  top: -20px;
  right: 70px;
}
.sec-6 {
  background-color: #e6e9ed;
}
.quote-box {
  background-color: var(--theme-color1);
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -50px;
  right: 70px;
}
.testimonial-slider .slick-list {
  padding: 20px 0;
}
/* ==================================testimonial================================== */
/* ==================================blog-section================================== */
.blog-box {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #da2c46a1;
  box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.15);
  width: 95%;
  margin: auto;
}
.blog-desc {
  padding: 20px 20px 20px 20px;
}
.blog-img {
  overflow: hidden;
}
.blog-img img {
  transition: all 0.4s ease-in-out;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.blog-img:hover img {
  transform: scale(1.04);
}
/* ==================================blog-section================================== */

/* ==================================Newsletter================================== */
.newsletter {
  background-color: #06053F;
}
.newsletter-form button {
  width: 30%;
}
.newsletter-form .form-group {
  width: 70%;
}
.newsletter .row {
  border-bottom: 1px solid #a7a7a73b;
}
/* ==================================Newsletter================================== */
/* ==================================Inner Banner================================== */
.inner-banner{
  background: linear-gradient(180deg, #FFFFFF 17%, #E6E9ED 100%);
  border-bottom: 2px solid #204669;
  margin-bottom: 20px;
  border-radius: 50px;
}
/* ==================================Inner Banner================================== */
/* ==================================Services-page================================== */
.service-box .ser-img {
  overflow: hidden;
}
.service-box .ser-content{
  padding: 35px;
}
.service-box .ser-content a{
  font-size: 13px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.service-box .ser-content a:hover{
  color: var(--theme-color3);
}
.service-box .ser-img img {
    height: 227px;
    max-width: 100%;
    border-radius: 100%;
    position: relative;
    bottom: -40px;
    right: -22px;
    object-fit: cover;
}
.service-box {
  margin: 15px 0;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.06);
}
.serv-detail ul li{
  position: relative;
  margin-bottom: 15px;
}
.serv-detail ul li::before {
    content: "\f068";
    position: absolute;
    left: -22px;
    top: 0px;
    font-family: fontawesome;
    color: var(--theme-color1);
    font-size: 19px;
}
.service-detail h2{
  color: #000;
}
.service-detail-sec ul li,.service-detail-sec p{
  color: #666666;
}

/* progressbar */

.skill-bars .bar {
    margin: 30px 0;
}

.skill-bars .bar:first-child {
    margin-top: 0px;
}

.skill-bars .bar .info {
    margin-bottom: 5px;
}

.skill-bars .bar .info span {
    font-weight: 600;
    font-size: 15px;
    opacity: 0;
    color: #54595F;
    animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
    100% {
        opacity: 1;
    }
}

.skill-bars .bar .progress-line {
    height: 15px;
    width: 100%;
    background: #eee;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05),
    0 1px rgba(255, 255, 255, 0.8);
    animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.bar .progress-line span {
    height: 100%;
    position: absolute;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--theme-color3);
    animation: animate 1.5s 1.5s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.bar .progress-line.html span {
    width: 84%;
}

.bar .progress-line.css span {
    width: 95%;
}

.bar .progress-line.jquery span {
    width: 76%;
}


.progress-line span::after {
    position: absolute;
    top: -33px;
    right: 0;
    font-weight: 500;
    color: #fff;
    padding: 6px 4px;
    font-size: 12px;
    border-radius: 3px;
    opacity: 0;
    animation: showText2 0.5s 1.5s linear forwards;
    background-color: var(--theme-color1);
    border-radius: 100%;
}

@keyframes showText2 {
    100% {
        opacity: 1;
    }
}

.progress-line.html span::after {
    content: "90%";
}

.progress-line.css span::after {
    content: "95%";
}

.progress-line.jquery span::after {
    content: "85%";
}

.progress-line.python span::after {
    content: "50%";
}

.progress-line.mysql span::after {
    content: "75%";
}
/* ==================================Services-page================================== */
/* ==================================Tabs-page================================== */
.tab-box .nav-tabs {
  display: block;
}
.tab-box .nav-tabs .nav-link{
  width: 100%;
  margin: 10px 0;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 17px;
  border: none;
  padding: 11px 20px;
  border-radius: 0;
}
.tab-box .nav-tabs .nav-link.active,.tab-box .nav-tabs .nav-link:hover{
  background-color: var(--theme-color3);
}
/* ==================================Tabs-page================================== */
.govt-img-box img{
  height: 300px;
  width: 80%;
  object-fit: cover;
}
.service-detail p,.govt-content p{
  color: #666666;
}
/* ========================ModalCSS====================== */
/* ========================Contact Us====================== */
.contact-form-sec{
  position: relative;
  z-index: 55;
}
.contact-form-sec::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/contact-bg.png)no-repeat center center/cover;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -5;
}
.contact-title ul li,.contact-title p{
  color: var(--theme-color1);
  text-align: left !important;
}
.contact-box{
  padding: 20px;
  height: 250px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 15px 0;
}
.contact-box p{
  text-align: center;
}
.contact-sec{
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}
.h-phone-icon i{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: var(--theme-color1);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.chat-ban{
 padding: 100px 0 0 0;
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 background: linear-gradient(180deg, #20466900 0%, #204669c7 50%);
}
.chat-wrap{
  position: relative;
  
}
.chat-wrap img{
  width: 100%;
}
/* ========================Contact Us====================== */
/* ========================Contact Wrapper====================== */
.form-wrapper .form-group .form-control{
  background-color: #F8F8F8;
  margin: 10px 0;
  padding: 10px 12px;
  box-shadow: none;
  border: none;
}
.form-wrapper .form-group .form-control:focus{
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  border: none;
}
.contact-form{
  padding: 30px;
}
.map-sec{
  overflow: hidden;
}
.map-sec iframe{
  width: 100%;
  height: 450px;
}

.client-img{
  position: relative;
}
.client-quote{
  position: absolute;
  width: 80%;
  bottom: -40px;
  left: 0;
  background-color: var(--theme-color2);
  padding: 20px;
  color: #fff;
}
.qoute-icon i{
  color: #FFFFFFA3 !important;
  font-size: 50px;
}

.quarter-table  table td,.quarter-table  table th{
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top;
}
/* ========================Contact Wrapper====================== */

.modal-dialog {
  max-width: 600px;
  margin: 10rem auto;
}
.modal-header .btn-close {
  /* margin-left: auto !important;
  filter: brightness(0) invert(1); */
  opacity: 1;
}
.modal-header {
  border: none !important;
}
.modal-body input {
  width: 100%;
  padding: 10px;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.modal-content {
  background-color: #EEEEEE;
  padding: 20px 0;
}
.modal-title {
  color: var(--theme-color2);
}
.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes transf {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.modal-content label {
  color: #ffff00;
}
.modal-footer .theme_btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}
.modal-footer {
  padding-top: 0px !important;
}
/* =============================Footer============================ */
footer {
    background-color: #06053f;
    padding: 120px 0 12px 0;
    position: relative;
    z-index: 5;
}
footer::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/s5-bg-overlay.png);
    opacity: 0.15;
    z-index: -5;
}
.foot_box p {
  color: #ffff;
}
.foot_box ul li {
  font-size: 16px;
}
.foot_box ul li span i {
  color: var(--theme-color4);
  font-size: 11px;
}
.foot_list {
  gap: 50px;
}
.footer_search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}
.footer_search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}
.footer_search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}
.foot_list ul li a {
  transition: all 0.3s ease-in-out;
}
.foot_list ul li a:hover {
  color: var(--theme-color4) !important;
}
.foot_list ul li:hover i {
  color: #fff;
}
footer .row {
  padding-bottom: 50px;
  border-bottom: 1px solid #767676;
}
.foot_line {
  height: 2px;
  width: 40%;
  margin: 20px 0;
  background-color: #ffffff2b;
}
.foot_box .social_icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}
.foot_box .social_icon a i {
  background-color: transparent;
  height: 35px;
  border: 1px solid #fff;
  width: 35px;
  color: #ffff;
}
.foot_box .social_icon a i:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color4);
}
/* =====================================FAQs_section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: #001376;
  font-size: 18px;
  font-weight: 700;
}
.accordion-button::after {
  content: none !important;
}
.btn_acrd {
  display: inline-block;
  position: absolute;
}
.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: var(--theme-color2);
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 900 !important;
  margin-right: 20px;
}
.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}
/* contact_us */
.contact_map iframe {
  width: 100%;
}

/* ===============================login===================== */
.login_form_sec {
  max-width: 550px;
  padding: 30px;
  margin: auto;
  background-color: var(--theme-color2);
}
.forget_form {
  background-color: var(--theme-color2);
  padding: 30px;
}
.login_form_sec .theme_btn1:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.login_form ul input {
  border: 1px solid var(--theme-color2);
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}
.login_form ul input:focus-visible {
  outline: none;
}
.register {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid var(--theme-color2);
  padding-bottom: 5px;
}
.forget_form label {
  font-weight: 600;
  font-size: 18px;
}
.forget_form input {
  width: 50%;
  padding: 10px;
  border: 2px solid #000;
  margin: 10px 0 25px 0;
}
.register_heading h2 {
  font-size: 50px;
  font-weight: 500;
}
