html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Outfit", sans-serif;
}

a,
span,
p,
b,
li {
  font-weight: 300;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
}

.p-100 {
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  background-color: #3143aa;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #fe712b;
  border-radius: 20px;
  border-left: 8px solid #fe712b;
  border-right: 8px solid #fe712b;
  display: inline-block;
  font-variant: small-caps;
}

.sec-btn {
  display: inline-block;
  padding: 13px 30px;
  background-color: #fe712b;
  color: #fff;
  transition: .5s;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  position: relative;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transition: .5s;
  height: 100%;
  border-radius: 5px;
  background-color: #3143aa;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 3;
  font-size: 18px;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: #3143aa;
}

.what a:last-child {
  font-size: 20px;
  background-color: #fe712b;
}

/* -----Globle-Style----- */

/* -----header-section-start----- */

header {
  position: relative;
  z-index: 999;
}

.top-bar {
  position: relative;
  padding: 10px 0px;
  padding-bottom: 55px;
}

.top-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  content: "";
  background-color: #3143aa;
  height: 100%;
}

.top-bar::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  content: "";
  background-color: #fe712b;
  height: 100%;
}

.top-left ul li {
  margin: 0px 5px;
  position: relative;
  z-index: 4;
}

.top-left ul li a:hover {
  color: #000;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: flex-end;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  align-items: center;
}

.top-right .phone .icon {
  margin-right: 10px;
  transition: .5s;
  color: #3143aa;
}

.top-right .phone a,
.top-right .phone span {
  color: #fff;
}

.top-bar .top-menu {
  background-color: #fff;
  padding: 10px 0px;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}

.top-bar .top-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px;
  width: 82%;
  background-color: #000;
  content: "";
  height: 100%;
}

.top-bar .social {
  display: flex;
  align-items: center;
}

.top-bar .social h6 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-right: 15px;
}

.top-bar .social ul {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 33;
  margin: 0;
}

.top-bar .social ul li {
  margin: 0px 4px;
}

.top-bar .social ul li a {
  height: 35px;
  width: 35px;
  background-color: #fe712b;
  color: #fff;
  border-radius: 50%;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .social ul li a:hover {
  color: #3143aa;
}

header .navbar-brand {
  background-color: #fff;
  margin-left: -13px;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
}

header .navbar-brand img {
  width: 200px;
  border-radius: 5px;
}

.menu {
  position: relative;
  overflow-x: clip;
  background-color: transparent;
  transition: 1s;
  margin-top: -45px;
  padding: 4px;
}

.menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 91%;
  background-color: #fff;
  content: "";
  border-radius: 0px 10px 10px 0px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  padding: 8px 0px;
  margin-left: 30px;
}

.menu .navbar {
  padding: 0px;
  position: relative;
  z-index: 3;
  border-radius: 10px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: .5s;
  font-weight: 400;
  color: #3143aa;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fe712b;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .navbar .sec-btn:hover {
  color: #fe712b;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.menu .navbar .sec-btn:hover::after {
  background-color: #fff;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.menu .get-quote .sec-btn {
  margin-top: 0;
  margin-right: 30px;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #fe712b1c;
  top: 0;
  left: 0;
  width: 100%;
}

header .sticky .logo-img,
.menu .dropdown:hover .dropdown-menu,
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

header .sticky .logo-img img {
  width: 200px;
  border-radius: 5px;
}

header .sticky .navbar-brand {
  transform: translateY(0px);
}

/* -----header-section-end------- */


/* --------hero-section-start------- */

.hero-section {
  position: relative;
  background-image: linear-gradient(#000000b6, #000000bd), url(../images/hero1.jpg);
  background-size: cover;
  padding: 150px 0px;
  background-position: center;
  z-index: 5;
  margin-top: -40px;
}

.hero-text h1 {
  font-size: 60px;
  margin-top: 40px;
  line-height: 70px;
  font-weight: 600;
}
.hero-text h1 span{
  font-weight: 900;
  color: #fe712b;
  padding-left: 30px;
  text-transform: uppercase;
  word-spacing: 20px;
  letter-spacing: 10px;
  font-size: 120px;
}
.hero-section .hero-text {
  position: relative;
  color: #fff;
}
.hero-section .hero-text h4{
  color: #3143aa;
  font-weight: 600;
}
.hero-section .hero-text p {
  font-size: 18px;
}
.hero-section .hero-btn{
  display: inline-flex;
  border-radius: 10px;
  padding: 5px;
  background-color: #fe712b;
  margin-top: 30px;
}
.hero-section .hero-btn .hero-btn1{
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin-right: 25px;
}
.hero-section .hero-btn .hero-btn1 i{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #fe712b;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
}
.hero-section .hero-btn .hero-btn1 .text a{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.hero-section .hero-btn .hero-btn1 .text b{
  color: #3143aa;
}
.hero-section .hero-btn .text b{
  font-weight: 600;
  font-size: 17px;
}
.hero-section .hero-btn .hero-btn2{
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.hero-section .hero-btn .hero-btn2 i{
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3143aa;
  margin-right: 15px;
  color: #fff;
  font-size: 23px;
}
.hero-section .hero-btn .hero-btn2 span{
  font-weight: 600;
  font-size: 20px;
  color: #3143aa;
}
/* ------hero-section-end------- */

/* ===Feature-Section-Start=== */

.feature-section .fs-box{
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0px 10px 20px 0px #0000000e;
  border-top: 6px solid #3143aa;
}
.feature-section .fs-box{
  display: flex;
  height: 100%;
  align-items: center;
}
.feature-section .fs-box .icon{
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  margin-right: 20px;
  background-color: #3143aa;
}
.feature-section .fs-box .icon img{
  width: 50px;
}
.feature-section .fs-box h4{
  font-size: 25px;
  font-weight: 600;
  color: #3143aa;
}
/* ====Feature-Section-End==== */

/* ---Counter-Section-Start--- */

.counter-section {
  position: relative;
  background-color: #3143aa;
  padding: 50px 0px;
  background-image: url(../images/counter.png);
}

.cont-box {
  display: flex;
  align-items: center;
}

.cont-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  background-color: #fe712b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-box img {
  width: 50px;
}

.cont-box .text {
  margin-left: 20px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  color: #fe712b;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2::after {
  content: "+";
  font-size: 45px;
}


/* ---Counter-Section-End--- */

/* ---Form-Section-Start--- */

.form-section {
  margin-top: -50px;
  z-index: 366;
  position: relative;
}

.form-box {
  padding: 80px 60px;
  box-shadow: 0px 10px 20px 0px #16003b25;
  border-radius: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}

.form-section .form-img {
  margin-bottom: 20px;
}

.form-section .form-img img {
  border-radius: 10px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.form-section .form {
  padding: 30px;
  border: 1px solid #353535;
  border-radius: 10px;
}

.form-section .form h2 {
  margin-bottom: 30px;
}

.form-section .form-text p {
  font-size: 18px;
}

.form-section .form input,.form-section .form select, .form-section .form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #eee;
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  outline: none;
  padding: 10px 0px;
}

.form-section .form .sec-btn {
  margin-top: 30px;
  padding: 10px 40px;
  border: none;
}
.form-section .form  h3{
  font-weight: 700;
  color: #3143aa;
}
.form-section .fs-box {
  padding:10px 20px;
  background-color: #eee;
  margin-top: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.form-section .fs-box address b{
    font-weight:500;
}
.form-section .fs-box .icon{
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  transition: .6s;
  justify-content: center;
  border-radius: 10px;
  background-color: #3143aa;
  margin-right: 15px;
}
.form-section .fs-box:hover .icon{
  background-color: #fe712b;
}
.form-section .fs-box .icon img{
  filter: brightness(34);
  width: 50px;
}
.form-section .fs-box .text{
  flex: 1;
}
.form-section .fs-box .text a{
  font-size: 17px;
}


.form-section .fs-box p {
  margin-bottom: 0;
}

/* ----Form-Section-End---- */
.privacy-section h2{
  font-size: 27px;
  font-weight: 600;
}
/* ----Service-Section-Start--- */


.ser-head {
  text-align: center;
}

.ser-head h2 {
  font-weight: 800;
  margin-top: 16px;
}

.service-section .ser-item {
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.ser-item h4 {
  font-size: 22px;
  font-weight: 800;
}

.ser-item p {
  margin-bottom: 0;
}

.service-section .ser-img {
  height: 100%;
  padding: 15px;
}

.service-section .ser-img img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.ser-box1,
.ser-box2,
.ser-box3,
.ser-box4,
.ser-box5,
.ser-box6 {
  border: 1px solid #3143aa;
  transition: .5s;
  border-radius: 10px;
  height: 100%;
}

.ser-box1:hover,
.ser-box2:hover,
.ser-box3:hover,
.ser-box4:hover,
.ser-box5:hover,
.ser-box6:hover {
  background-position: center;
  border: 1px solid #fe712b;
  background-color: #eee;
}

.service-section .sec-btn {
  background-color: #3143aa;
  margin-top: 10px;
}
.service-two .ser-item h3{
  font-size: 30px;
  font-weight: 700;
  color: #fe712b;
  margin-top: 30px;
}
.service-two .ser-item .ss-item-box{
  padding: 15px;
  margin: 10px 0px;
  border: 1px solid #3143aa;
  border-radius: 10px;
  min-height: 160px;
}
 .service-two .ser-item .ss-item-box h4{
  color: #3143aa;
  font-weight: 600;
 }
/* ----Service-Section-End--- */

/* ---Testimoial-Section-Start--- */

.testimonial-section .ts-head {
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-section .tes-box {
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
  position: relative;
  background-image: url(../images/tes.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 12px rgb(0, 0, 0, 12%);
}

.testimonial-section .tes-box p {
  font-style: italic;
  margin-bottom: 0;
  font-size: 17px;
  position: relative;
  z-index: 3;
  margin: 10px 0px;
}

.tes-box .ratting i {
  color: #fe712b;
  letter-spacing: 1px;
  font-size: 14px;
}

.tes-box .tes-info {
  display: flex;
  align-items: center;
  margin: 10px 0px;
}

.tes-box .tes-info .text {
  margin-left: 20px;
}

.tes-box .tes-img img {
  width: 70px;
  z-index: 6;
  position: relative;
  height: 70px;
  border-radius: 50%;
  margin: auto;
}

.tes-box .info .text {
  flex: 1;
  margin-left: 15px;
}

.tes-box .text h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #3143aa;
}

.tes-box .info .text span {
  color: #fe712b;
  font-size: 15px;
}

.testimonial-section .map {
  height: 100%;
}

.testimonial-section .map iframe {
  border-radius: 20px;
}

/* ---Testimoial-Section-End--- */

/* ===Faq-Section-Start=== */

.faq-section .container {
  padding: 40px;
  border-radius: 30px;
  background-color: #3143aa;
  color: #fff;
}
.faq-section .faq-cta{
  padding: 20px;
  background-color: #fe712b;
  border-radius: 30px;
  height: 100%;
  position: relative;
}
.faq-section .faq-cta h5{
  color: #3143aa;
  font-weight: 600;
}
.faq-section .faq-cta .sec-btn{
  background-color: #3143aa;
}
.faq-section .faq-cta .sec-btn::after{
  background-color: #000;
}
.faq-section .faq-cta .cta-img{
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.faq-section .faq-cta .cta-img img{
  width: 60%;
}
.faq-section .faq-left h2 {
  margin: 20px 0px;
  font-size: 45px;
  font-weight: 700;
}

.faq-section .faq-left h2 span {
  color: #fe712b;
}

.faq-section .faq-left .faq-box {
  padding: 30px;
  background-color: #fe712b;
  border-radius: 20px;
  color: #fff;
  width: 70%;
  margin-top: 40px;
}

.faq-section .faq-left .faq-box .sec-btn {
  background-color: #3143aa;
}

.faq-section .faq-left .faq-box .sec-btn:hover {
  background-color: #d3d0d0;
  color: #fe712b;
}

.faq-section .faq-left .faq-box h4 {
  line-height: 35px;
}

.accordion-item {
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgb(116, 116, 116, 0.25);
  border-radius: 10px !important;
  border: none;
  outline: none;
  margin: 15px 0px;
}

.faqs .accordion-item h2 {
  margin-top: 0;
}

.faqs .accordion-item .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.faqs .accordion-button:not(.collapsed) {
  color: initial;
  background-color: #fff;
  box-shadow: none;
}

.faqs .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #eee;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background-image: none;
  color: #fe712b;
  content: "\2b";
  font-family: "FontAwesome";
}

.faqs .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: #fff;
  background-color: #fe712b;
}

.faqs .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-section .faqs .accordion-collapse {
  background-color: #3143aa;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.faqs .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-right: 30px;
}

/* ===Faq-Section-End=== */


/* Seo-Section-Start */

.seo-section {
  margin-bottom: 100px;
}

.seo-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.seo-section ul li {
  padding: 5px 10px;
  background-color: #eee;
  color: #3143aa;
  font-size: 15px;
  border-radius: 2px;
  margin: 5px;
}

/* Seo-Section-End */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  background-color: #3143aa;
  color: #fff;
}

.footer-section .f-box {
  margin-top: -80px;
  box-shadow: 0px 10px 20px #4e148c25;
}

.footer-logo {
  padding: 10px 20px;
  text-align: center;
  background-color: #fff;
}
.footer-section .f-box address{
    margin-bottom:0px;
    font-size:15px;
}
.footer-section .f-box address b{
    font-weight:600;
    color:#000;
}
.footer-box .footer-text p {
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-box .f-title {
  padding: 20px;
  background-color: #fe712b;
}

.footer-box .f-title h4 {
  font-weight: 700;
  font-size: 24px;
}

.footer-box .f-title h5 {
  color: #3143aa;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 10px;
}

.footer-box .f-title a {
  color: #fff;
}

.footer-logo img {
  width: 220px;
}

.footer-box .social {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 16px;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #fe712b;
}

.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #fe712b;
}

.footer-box .footer-title h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fe712b;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fe712b;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 4px 0px;
}

.footer-box ul li a {
  color: #fff;
  transition: .5s;
}

.footer-box ul li a:hover {
  color: #fe712b;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #fe712b;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #fe712b;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #fe712b;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #3143aa;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

.footer-section .f-map {
  height: 100%;
}

.footer-section .f-map iframe {
  border-radius: 7px;
}

/* ------footer-section-end-------- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 40px 0px 20px;
  background-color: #fe712b;
  color: #fff;
}

.banner-section .banner-title h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.banner-section ul {
  padding: 0;
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.banner-section ul li a {
  color: #3143aa;
}

/* ---Banner-Section-End--- */

/* ---welcome-section-start---- */

.ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/welcome.jpg);
}

/* ===About-Section-Start=== */
.about-section .as-head{
  margin-bottom: 50px;
}
.about-section .as-head h2{
  font-size: 60px;
  font-weight: 700;
  color: #3143aa;
}
.about-section .as-head h2 img{
  width: 100px;
}
.about-section .as-head h2 img:nth-child(2){
  border-radius: 30px;
  object-fit: cover;
  width: 150px;
  height: 60px;
}
.about-section .as-left{
  padding:40px 30px;
  border-radius: 20px;
  background-color: #e1e7fd;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .as-left h2{
  font-size: 150px;
  font-weight: 700;
  color: #3143aa;
}
.about-section .as-left .ratting{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-section .as-left .ratting h3{
  margin-right: 20px;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 600;
}
.about-section .as-left .ratting i{
  color: #fe712b;
  letter-spacing: 4px;
}
.about-section .as-left .as-shape{
  padding:5px 20px;
  border-radius: 40px;
  background-color: #fff;
}
.about-section .as-left .as-shape img {
  width: 250px;
}
.about-section .as-left .as-left-ex {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex: 1;
    border-radius: 40px;
    transform: rotate(-90deg) translate(0px, -47px);
    margin-right: -158px;
    height: 100%;
    width: 100%;
}
.about-section .as-left .as-left-ex img{
  height: 60px;
  border-radius: 30px 0px 0px 30px;
  width: 200px;
  object-fit: cover;
}
.about-section .as-left .as-left-ex h5{
  margin: 0;
  padding: 0px 20px;
}
.about-section .as-img img{
  border-radius: 30px;
  margin: auto;
  width: 86%;
  -webkit-mask-image:url(../images/about1-msking-bg.png);
}
.about-section .as-right .sec-btn{
  margin-top: -20px;
}
/* ====About-Section-End==== */

.map-section .map {
  border-radius: 10px;
  height: 400px;
}

.map-section .map iframe {
  border-radius: 20px;
}

/* ===Service-Two-Start=== */

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.service-two .slider-nav {
  position: sticky;
  background-color: #3143aa;
  z-index: 88;
  justify-content: space-around;
  top: 0px;
  border-radius: 10px;
}

.slider-nav .ser-list {
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  padding: 10px 10px;
  position: relative;
  text-transform: capitalize;
  margin: 10px 5px;
  transition: .5s;
  border-radius: 8px;
  color: #fff;
  min-width: 200px;
  line-height: 24px;
  cursor: pointer;
}


.slider-nav .ser-list.slick-current {
  background-color: #fe712b;
}

.slider-nav .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  z-index: 9;
  filter: brightness(0);
  transition: .5s;
}

.slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.slider-nav .ser-list span{
  transition: .5s;
}
.slider-nav .ser-list:hover span,
.slider-nav .ser-list.slick-current span {
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  z-index: 4;
}

.service-two .ser-img img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-content p {
  margin-bottom: 5px;
}

.service-two .ser-img2 img {
  max-height: 300px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.slider-nav .ser-list.slick-current img,
.slider-nav .ser-list:hover img {
  filter: brightness(44);
}

/* ===Service-Two-Start=== */
/* -----Gallery-Page-start----- */

.gallery-section .gallery-box {
  position: relative;
  margin-top: 30px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 328px;
  object-fit: cover;
}

.gallery-box a:hover img {
  transform: scale(1.05);
}

/* ------gallery-Page-end------- */

/* ===Choose-Section-Start=== */

.choose-section .ch-box {
  display: flex;
  margin-top: 10px;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #fe712b;
  align-items: center;
}

.choose-section .ch-box .ch-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #fff;
  justify-content: center;
  border-radius: 10px;
  background-color: #3143aa;
}

.choose-section .ch-box .text {
  margin-left: 20px;
  flex: 1;
}

.choose-section .ch-img {
  height: 100%;
}

.choose-section .ch-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* ====Choose-Section-End==== */

/* ===Cta-Section-Start=== */

.cta-section .cta{
  padding: 30px;
  border-radius: 30px;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.cta-section .cta1{
  background-image: linear-gradient(#3143aac2,#3143aac2),url(../images/cta1.jpeg);
}
.cta-section .cta1 h2{
  color: #fe712b;
}
.cta-section .cta2{
  background-image: linear-gradient(#fe712baa,#fe712baa),url(../images/cta2.png);
}
.cta-section .cta2 .sec-btn{
  background-color: #3143aa;
}
.cta-section .cta2 .sec-btn::after{
  background-color: #000;
}
.cta-section .cta2 h2{
  color: #3143aa;
}
/* ===Cta-Section-End==== */

/*===Popup-Section===*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: #ffffff;
  padding: 30px;
  max-width: 340px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.6s ease-in-out;
}

.popup-box .f-group {
  margin: 15px 0px;
  text-align: left;
}

.popup-box .f-group input {
  width: 100%;
  border-radius: 3px;
  padding: 10px 20px;
  border: 1px solid #3143aa;
  outline: none;
}

.popup-box .f-group .sec-btn {
  margin-top: 20px;
}

.popup-box h2 {
  margin-bottom: 15px;
  color: #fe712b;
}

.popup-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #3143aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #3143aa;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 27px;
  cursor: pointer;
}

@keyframes popupFade {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


/*===Popup-Section====*/

/* ====Responsive===== */

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }
.top-right .phone a{
  font-size: 14px;
}
  .hero-text h2 {
    font-size: 33px;
    line-height: 50px;
  }

  .form-section .form-text p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cont-box .icon {
    height: 60px;
    width: 60px;
  }

  .cont-box img {
    width: 40px;
  }
.hero-text h1 span {
    padding-left: 0px;
    font-size: 80px;
}
.hero-text h1 {
    font-size: 45px;
    line-height: 50px;
}
.feature-section .fs-box .text{
  flex: 1;
}
.about-section .as-left{
  flex-direction: column;
}
.about-section .as-left .as-left-ex {
    transform: rotate(0deg) translate(0px, 0px);
    margin-right: 0px;
    margin-top: 20px;
}
.about-section .as-img img {
    width: 100%;
}
.about-section .as-right .sec-btn {
    margin-top: 20px;
}
  .service-two .ser-item .ss-item-box {
    min-height: 240px;
}
  .cont-box .text {
    margin-left: 10px;
  }

  .cont-box h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .cont-box p {
    font-size: 16px;
    font-weight: 500;
  }

  h2 {
    font-size: 35px;
    font-weight: 600;
  }

  .cont-box h2::after {
    font-size: 35px;
  }

  .ser-box .ser-img img {
    width: 240px;
    height: 240px;
  }

  .service-section .ser-box {
    padding: 20px 15px;
  }

  .tes-box .text {
    margin-left: 10px;
    position: relative;
    z-index: 3;
  }

  .tes-box .text h5 {
    font-size: 16px;
  }

  .tes-box .text span {
    font-size: 14px;
  }

  .testimonial-section .tes-box p {
    font-size: 15px;
  }

  .tes-box .tes-img img {
    width: 80px;
    height: 80px;
  }

  .faq-section .faq-left .faq-box {
    width: 100%;
  }

  .testimonial-section .tes-box p {
    font-size: 16px;
  }

  .p-100 {
    padding: 60px 0px;
  }

  .m-100 {
    margin-bottom: 60px;
  }

  .map-section .map {
    height: 300px;
  }

  .service-two .ser-img img {
    height: auto;
  }
}

@media screen and (max-width:992px) {
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 20px 25px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
.menu::after{
  width: 100%;
}
  .menu .get-quote .sec-btn {
    margin: 20px 0px;
  }

  .menu .get-quote {
    text-align: center;
  }

  .menu .navbar-nav {
    margin: 0;
    align-items: baseline;
  }

  .footer-section .f-box {
    margin-top: 20px;
  }

  .choose-section .ch-head {
    text-align: center;
  }

  .choose-section .ch-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }
.about-section .as-img img {
    width: 90%;
}
  .choose-section .ch-box .ch-icon {
    margin-bottom: 15px;
  }

  .choose-section .ch-img {
    margin-top: 40px;
  }

  .choose-section .ch-img img {
    height: auto;
  }
.cta-section .cta{
  height: auto;
  margin-top: 20px;
}
  .form-section .form {
    margin-bottom: 30px;
  }
.faq-section .faq-cta{
  display: flex;
  align-items: center;
}
.faq-section .faq-cta .cta-img{
  position: relative;
  margin-right: -20px;
}
.faq-section .faq-cta .text{
  flex: 1;
}
.faq-section .faq-cta .cta-img img{
  width: 200px;
}
  .form-section .form h2 {
    margin-bottom: 0;
  }

  .service-section .ser-box1 .row,
  .service-section .ser-box2 .row {
    flex-direction: column-reverse;
  }

  .tes-box .tes-info .text {
    margin-left: 10px;
  }

  .seo-section ul li {
    font-size: 13px;
  }

  .seo-section {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:768px) {
  .top-bar .social {
    display: none;
  }
.top-bar::after{
  width: 0;
}
.top-bar::before{
  width: 100%;
}
.top-bar .top-right .phone:nth-child(3){
  display: none;
}
.hero-section {
    padding: 60px 0px;
    margin-top: 0px;
}
  .hero-text h2 {
    line-height: 40px;
    font-size: 30px;
  }
.hero-text h1 span {
    padding-left: 0px;
    word-spacing: 0px;
    letter-spacing: 2px;
    font-size: 60px;
}
.hero-text h1 {
    font-size: 30px;
    line-height: 35px;
}
.hero-section .hero-btn .hero-btn1 {
    margin-right: 10px;
}
.hero-section .hero-btn .hero-btn2 {
    padding: 5px 10px;
}
.hero-section .hero-btn .hero-btn1 .text a,.hero-section .hero-btn .text b {
    font-size: 14px;
}
.hero-section .hero-btn .hero-btn2 i,.hero-section .hero-btn .hero-btn1 i {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    font-size: 18px;
}
.hero-section .hero-btn .hero-btn1{
  padding-left: 0;
}
.feature-section .fs-box{
  height: auto;
  margin-top: 20px;
}
.form-section .form-box {
    padding: 30px;
    margin-top: 40px;
}
.about-section .as-head h2 {
    font-size: 28px;
}
.about-section .as-head h2 img:nth-child(2) {
    width: 90px;
    height: 40px;
}
.about-section .as-head h2 img {
    width: 70px;
}
.about-section .as-left{
  margin-right: 0;
  margin-bottom: 20px;
}
.faq-section .faq-cta {
    flex-direction: column;
}
.faq-section .faq-cta .cta-img {
    margin-right: -75px;
}
.faq-section .faq-cta .cta-img img{
  width: 260px;
}
  .cont-box {
    margin-top: 20px;
  }

  .counter-section {
    padding: 30px 0px;
  }

  .p-100 {
    padding: 50px 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .top-right {
    justify-content: center;
  }
}

@media screen and (max-width:580px) {
  .top-right {
    flex-wrap: wrap;
  }

  .top-right .phone {
    margin-right: 10px;
    font-size: 16px;
  }
.banner-section{
  background-color: #3143aa;
}
.banner-section ul li a {
    color: #fe712b;
}
  .hero-slide .hero-text p {
    font-size: 16px;
  }

  .top-bar {
    padding-top: 5px;
    margin-bottom: -13px;
  }

  .hero-slide {
    padding: 60px 0px;
  }

  .form-box {
    padding: 30px 20px;
  }

  .form-section {
    margin-top: 40px;
  }

  .form-section .form {
    padding: 20px;
  }

  h2 {
    font-size: 28px;
  }
.slider-nav .ser-list:hover span, .slider-nav .ser-list.slick-current span {
    font-size: 15px;
    font-weight: 300;
}
.slider-nav .ser-list{
  font-weight: 300;
  padding: 10px 5px;
}
.service-two .ser-item .ss-item-box{
  min-height: auto;
}
.service-two .ser-item h4 {
  font-weight: 600;
  font-size: 20px;
}
.form-section .form-box {
    padding: 20px 10px;
    margin-top: 0px;
}
.cta-section .cta{
  padding: 20px;
  border-radius: 20px;
}
.form-section .fs-box{
  flex-direction: column;
  text-align: center;
}
.form-section .fs-box .icon{
  margin-right: 0;
  margin-bottom: 20px;
}
  .service-two .ser-img img {
    height: 300px;
  }

  .seo-section ul li {
    padding: 2px 4px;
    border-radius: 20px;
    margin: 5px 2px;
    font-size: 10px;
  }

  .ser-box .ser-img img {
    width: 330px;
    height: 330px;
  }

  .hero-text h2 {
    line-height: 40px;
  }

  .cont-box {
    display: block;
    text-align: center;
    margin-top: 30px;
  }

  .cont-box .text {
    margin-left: 0px;
    margin-top: 10px;
  }

  .cont-box .icon {
    margin: auto;
  }

  .form-section .choose,
  .contact-section .choose {
    margin-top: 60px;
  }

  header .navbar-brand img {
    width: 140px;
  }

  .faq-section .faq-left h2 {
    font-size: 32px;
  }

  .faq-section .container {
    padding: 20px;
  }

  .banner-section ul {
    font-size: 15px;
  }

  .footer-box {
    margin-top: 30px;
  }

  .ws-box {
    padding: 30px 20px;
  }

  .banner-section .banner-title h2 {
    font-size: 27px;
  }

  .slider-nav .ser-list {
    min-width: 160px;
  }
}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
}

.thank img {
  width: 50%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 45px;
  width: 45px;
  background: #fe712b;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width:1024px) {
  .thank {
    margin-top: 80px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }

  .thank img {
    width: 80%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
}

/*---thank-Section-end----*/