#pre-load {
	background: #1D2940;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pre-load.loader9 {
  background: #1DAF68;
}
#pre-load.loader9 .loader .loader-container:before{
  display: none;
}.client-main-pera
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  /* border-top: 3px solid #044E7C; */
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.progress-wrap.active-progress {
 opacity: 1;
 visibility: visible;
 transform: translateY(0);
}

.progress-wrap {
 position: fixed;
 right: 30px;
 bottom: 30px;
 height: 50px;
 width: 50px;
 cursor: pointer;
 display: block;
 border-radius: 50px;
 box-shadow: inset 0 0 0 2px #005DA9;
 z-index: 10000;
 opacity: 0;
 visibility: hidden;
 transform: translateY(15px);
 -webkit-transition: all 200ms linear;
 transition: all 200ms linear;
}
.progress-wrap::after {
 position: absolute;
 font-family: "FontAwesome";
 content: "\f062";
 text-align: center;
 line-height: 50px;
 font-size: 18px;
  color: #005DA9; 
 left: 0;
 top: 0;
 height: 50px;
 width: 50px;
 cursor: pointer;
 display: block;
 z-index: 1;
 -webkit-transition: all 200ms linear;
 transition: all 200ms linear;
}
.progress-wrap:hover::after {
 opacity: 0;
}
.progress-wrap::before {
 position: absolute;
 font-family: "FontAwesome";
 content: "\f062";
 text-align: center;
 line-height: 50px;
 font-size: 18px;
 opacity: 0;
 left: 0;
 top: 0;
 height: 50px;
 width: 50px;
 cursor: pointer;
 display: block;
 z-index: 2;
 -webkit-transition: all 200ms linear;
 transition: all 200ms linear;
}
.progress-wrap:hover::before {
 opacity: 1;
}
.progress-wrap svg path {
 fill: none;
}
.progress-wrap svg.progress-circle path {
 /* stroke: #1A237E; */
 stroke-width: 4;
 box-sizing: border-box;
 -webkit-transition: all 200ms linear;
 transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path:hover{
  color: #fff;
}

/*----===========PRELOADER AREA CSS----============*/

/*----===========HEADER AREA CSS----============*/
.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-sidebar {
  max-height: 100%;
  overflow-y: scroll;
}

.mobilemenubtn {
  border: 1px solid #FFF;
  padding: 18px 24px;
  display: inline-block;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  /* background: #fff; */
  /* color: #000; */
  transition: all .4s ease-in-out;
}
.contact-info-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-info-icon {
  margin: 0 8px 0 0;
}

.social.social4-menu.social4 ul li {
  display: inline-block;
}

.social.social4-menu.social4 ul li a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  transition: all .4s ease-in-out;
}

.social.social4-menu.social4 ul li a:hover {
  background: #fff;
  color: #000;
  transition: all .4s ease-in-out;
}

.mobilemenubtn:hover {
  background: #FFF;
  color: #000;
  transition: all .4s ease-in-out;
}
.main-menu-ex li {
  display: inline-block;
}

.main-menu-ex li a {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    display: block;
    font-weight: 400;
    padding: 10px 15px;
}

.main-menu-ex li {
  position: relative;
  z-index: 9;
}
.main-menu-ex.homepage4.main-menu-ex7 ul li ul li a {
  display: flex;
  justify-content: space-between;
}
.main-menu-ex li ul {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  width: 270px;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
  padding: 10px;
}

.main-menu-ex li li {
  display: block;
  border-bottom: 1px solid #80808030;
}

.main-menu-ex li li:last-child{
    border-bottom: none;
}

.main-menu-ex li li a {
  padding: 10px 10px;
  color: #0e1124;
  font-weight: 500;
  transition: all.4s;
  border-radius: 4px;
  position: relative;
}

.main-menu-ex li li a:hover {
  color: #fff;
  transition: all.4s;
}
.main-menu-ex li li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateX(60deg);
  color: #fff;
  border-radius: 4px;
  transition: all.4s;
  z-index: -1;
}
.main-menu-ex li li a:hover::after {
  transform: rotateX(0deg);
  background-color: #d4aeff;
  border-radius: 4px;
}

.main-menu-ex li > ul {
  opacity: 0;
  visibility: hidden;
  top: 60px;
  transition: all 0.3s;
  transform: rotateX(60deg);
}

.main-menu-ex li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  transition: all 0.3s;
  z-index: 99;
  transform: rotateX(0deg);
}
.header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area {
  padding: 10px 0;
}

header {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 9;
 background: #ffffff42;
}

.mobile-nav-icon {

  color: #fff;
}
.mobile-nav-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
}
.logoicons-area{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-close {
  top: 26px;
}
.main-menu-ex li li a:hover::after {
  background: #002147;
}
.mobile-nav-icon {
  color: #000;
}

/* homepage-2 header */
a.theme-btn5 {
    border-radius: 4px;
    background:#005DA9;
    color: #fff;
    padding: 13px 20px;
    line-height: 16px;
    transition: all .4s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #005DA9;
}

a.theme-btn5 span{
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 0 0 8px;
}

a.theme-btn5::after{
  position: absolute;
  content: "";
  height:100%;
  width: 0;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -2;
  transition: all .4s ease-in-out;
  color: #000;
  border-radius: 4px;
}



a.theme-btn5:hover{
  color: #222421;
}

.theme-btn4 {
  margin-left: 16px;
}
/* homepage-2 header */

/* homepage-3 header */
/* homepage-3 header */

a.shedule-btn2 {
  border-radius: 2px;
  background: #005DA9;
  padding: 14px 24px;
  display: inline-block;
  transition: all .4s ease-in-out;
  border-radius:5px;
}

.main-menu-ex.homepage4 ul li a {
  color: #000;
}
.main-menu-ex.homepage4 ul li a i{
  font-size: 12px;
}
.main-menu-ex.homepage4 ul li ul li a{
  color: #0C161D;
}
.main-menu-ex.homepage4 ul li ul li a:hover{
  color: #fff!important;
  background-color:#005DA9;
}
.main-menu-ex.homepage4 ul li ul li ul {
  margin-left: 230px;
  top: -1px;
}
.main-menu-ex.homepage4 ul li ul li ul{
  width: 240px;
}

/* header menu */
.social.social4-menu.social4 ul li a svg {
  height: 20px;
  width: 20px;
  text-align: center;
  object-fit: contain;
  line-height: 29px;
  margin-top: -3px;
}
/*----===========HEADER AREA CSS----============*/

/*----===========WELCOME AREA CSS----============*/
.theme-get-tex {
  display: inline-block;
  background: #005DA9;
  color: #fff;
  padding: 9px 20px;
  border-radius: 5px;
  transition: all .4s ease-in-out;
}


.theme-btn2 {
  position: relative;
  z-index: 2;
}
a.theme-get-tex::after {
  position: absolute;
  content: "";
  background: #005DA9; 
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: all .4s ease-in-out;
  z-index: 1;
}
.theme-get-tex{
  position: relative;
  z-index: 2;
}
a.theme-get-tex:hover::after{
  /*width: 100%;*/
  z-index: -1;
  transition: all .4s ease-in-out;

}
.theme-btn2:hover a{
  color: #fff;
  transition: all .4s ease-in-out;
}
.theme-btn2 a{
  transition: all .4s ease-in-out;
}
img.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.position-bg img.elementors82 {
  position: absolute;
  height: 450px;
  width: 450px;
  top: 50px;
  left: 50px;
}
.about-author-imges {
  position: relative;
  left: -65px;
}

.about2-img {
  position: absolute;
  bottom: -78px;
  right: -78px;
}
.about-textarea {
  padding: 0 0 0 35px;
}
img.elementor-4 {
  position: absolute;
  top: -30px;
  right: -30px;
}

/* homepage2-welcome starts */
span.maximum {
  border-radius: 2px;
  background: rgb(255 0 0 / 16%);
  padding: 7px 10px;
}
.theme-btn4.margn-left {
  margin-left: 0;
}
/* homepage2-welcome starts */

/* homepage3-welcome starts */
span.finance1 {
  border-radius: 4px;
  background: rgb(255 0 0 / 16%);
  padding: 10px 16px;
  display: inline-block;
}
a.unlock-btn {
  border-radius: 5px;
  background: #044E7C;
  padding: 18px 24px;
  display: inline-block;
  margin-top: 32px;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid #044E7C;


}
 a.unlock-btn:hover{
  color: #044E7C;
} 
a.unlock-btn::after{
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  transition: all .4s ease-in-out;
  bottom: 0;
  color: #fff;
  left: 0;
  z-index: -1;
  border-radius: 50px;
}
a.unlock-btn:hover::after{
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .4s ease-in-out;
  color: #fff;
}
span.success1::after {
  position: absolute;
  content: "";
  background: #044E7C;
  width: 100%;
  height: 2px;
  /* top: 0; */
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
/* homepage3-welcome starts */
.welcome4-section-area {
    background: var(--main-color, #005DA9);
    position: relative;
}
span.trust {
  border-radius: 4px;
  background: rgb(255 0 0 / 16%);
  padding: 7px 16px;
  display: inline-block;
}
.welcome4-positionalarea{
  /* background-image: url(../images/background/welcome4-background.png); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
img.img-4 {
  position: absolute;
  right: 0;
  /* width: 50%; */
  height: 100%;
}

.welcome4-positionalarea {
  position: relative;

}

.imag4 {
  position: relative;
}
.imag4{
  padding: 50px 0 0 0 ;
}
.position-bg {
  position: absolute;
}
.ima1-4 {
  position: relative;
  left: 160px;
}
.position-bg {
  right: -125px;
  top: 100px;
}
.position-bg img {
  width: 100%;
  height: 100%;
}
.welcome4-textarea {
  margin-top: 50px;
}
.elementor-21 {
  position: absolute;
  bottom: 50px;
  left: -30px;
}
img.elementor-22 {
  position: absolute;
  bottom: 0;
}
span.insurance {
  border-radius: 4px;
  background: rgb(255 0 0 / 16%);
  padding: 7px 12px;
}

a.themebtn11 {
  border-radius: 4px;
  background: #fff;
  padding: 14px 24px;
  color: #005DA9;
}
.themebtn11 {
  border: 0 solid #22BFCA;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all .4s ease-in-out;
}

/*----=========== WELCOME AREA CSS----============*/

/*----=========== ABOUT AREA CSS----============*/
img.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-author-imges {
  position: relative;
  left: -65px;
}

.about2-img {
  position: absolute;
  bottom: -78px;
  right: -78px;
}
.about-textarea {
  padding: 0 0 0 35px;
}
img.elementor-4 {
  position: absolute;
  top: -30px;
  right: -30px;
} 
span.financila {
  /* color: rgb(252,118,50) background-image:-moz-linear-gradient( 1deg,rgb(252,118,50) 0%,rgb(247,39,80) 100%); */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1252DE 0%, rgba(109, 15, 221, 0.77) 100%);
}
/* homepage-2-about starts */
/* homepage-2-about starts */
span.success1 {
  position: relative;
}
span.about3span {
  border-radius: 4px;
  background: rgb(255 0 0 / 16%);
  padding: 7px 16px;
}
a.theme6-btn6 {
  border-radius: 2px;
  background: #005DA9;
  display: inline-block;
  padding: 14px 22px;
  transition: all .4s ease-in-out;
  border-radius:5px;
}

.theme6-btn6.backgrnd6{
  background: #fff;
  border: none;
  margin-left: 16px;
  color: #005DA9;
}


.vission-section-area{
  position: relative;
  background: #f1f9ff;
}
button#pills-profile-tab {
  background: none;
  color: var(--main-text-color, #1D2940);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; 
}

button#pills-profile-tab:hover {
  text-decoration: underline;
  font-weight: 700;
  transition: all .4s ease-in-out
}
button#pills-home-tab {
  background: none;
  color: var(--main-text-color, #1D2940);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; 
 
}

button#pills-home-tab:hover {
  text-decoration: underline;
  font-weight: 700;
  transition: all .4s ease-in-out;
}
button#pills-contact-tab {
  background: none;
  color: var(--main-text-color, #1D2940);
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; 
}
button#pills-contact-tab:hover{
  text-decoration: underline;
  font-weight: 700;
  transition: all .4s ease-in-out;
}
.nav-link.nav-btn1.active{
  font-weight: 700;
}
.vission-textarea {
  padding: 0 50px 0 0;
}
.nav-section-area ul li button {
  padding: 0 0 0 97px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

li.nav-item {
  padding: 0;
}

button#pills-home-tab {
  padding: 0;
}

.nav-section-area ul li {
  margin-bottom: 12px;
}
.vissionimages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.vissionimages{
  position: relative;
  z-index: 1;
}
img.elementor-23 {
  position: absolute;
  height: 112px;
  width: 112px;
  right: -37px;
  top: -35px;
  z-index: -1;
}
span.about10span {
  border-radius: 2px;
  background: rgb(255 0 0 / 16%);
  padding: 8px 12px;
  border-radius:5px;
}
span.aropaln2 {
  border-radius: 2px;
  background: rgb(255 0 0 / 16%);
  padding: 10px 16px;
  border-radius: 4px;
}
/*----=========== ABOUT AREA CSS----============*/

/*----=========== SERVICE AREA CSS----============*/
/* homepage-2 service */
a.learn-more:hover {
  color: #1A237E;
  transition: all .4s ease-in-out;
}
a.learn-more:hover span {
  padding-left: 5px;
  transition: all .4s ease-in-out;
}
a.learn-more span {
  transition: all .4s ease-in-out;
}
/* homepage-2 service */
.service3-textarea h1 {
  padding: 0 300px;
}
.service3-section-area{
  background: #f1f9ff;
  position: relative;
}
a.laearnmore2{
  transition: all .4s ease-in-out;
}
a.laearnmore2:hover{
  color: #0C161D; 
  transition: all .4s ease-in-out;
}
.service3-boxarea {
  position: relative;
  border-radius: 2px;
  background: #FFF;
  padding: 47px 28px 37px 28px;
}

.service3-imag1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service3-imag1 {
  position: absolute;
  top: 35px;
  right: 0;
}
img.elementor-18 {
  position: absolute;
  top: 0;
  right: 0;
}
.service3-imag1 img {
  border-radius: 150px 120px 0 0;
  width: 100%;
  object-fit: cover;
}
.service-3-section-area{
  background-image: url(../images/background/practice4-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service5-icons {
  background: #005DA9;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
  transition: all .4s ease-in-out;
}
.service4-boxarea5 {
    background: #fff;
    min-height: 175px;
    display: flex;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}
.service4-boxarea5:hover{
  border-radius: 2px;
background: var(--main-color, #005DA9);
transition: all .4s ease-in-out;
}
.service4-boxarea5:hover .service5-icons{
  background: #fff;
  transition: all .4s ease-in-out;
}
.service4-boxarea5:hover .service5-icons img{
  filter: brightness(0);
  transition: all .4s ease-in-out;
}
.service4-boxarea5:hover p{
  color: #fff;
  transition: all .4s ease-in-out;
}
img.elementor24 {
  position: absolute;
  top: 0;
}

img.elementor25 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service4-boxarea5{
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
}
.servicebenefites11-section-area {
    background:#005DA9;
    position: relative;
}

img.elementors77 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.immigrationarea {
  background: #222421;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
}

.immigrationarea span {
  background: #005DA9;
  height: 32px;
  width: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  margin: 0 14px 0 0;
  transition: all .4s ease-in-out;
  color: #fff;
}
.immigrationarea:hover {
  background: #f1f9ff;
  transition: all .4s ease-in-out;
  transform: translateY(-5px);

}
.immigrationarea:hover::after {
  width: 100%;
  transition: all .4s ease-in-out;
  z-index: -1;
}
.immigrationarea:hover a{
  color: #000;
  transition: all .4s ease-in-out;
}
.immigrationarea:hover span{
  transition: all .4s ease-in-out;
}
.immigrationarea:hover span {
  color: #fff;
  /* background: #4BB7BF; */
  transition: all .4s ease-in-out;
}
.immigrationarea{
  margin-bottom: 16px;
  width: 100%;
}
.immigritation-listarea {
  padding: 0 0 0 70px;
}
/*----=========== SERVICE AREA CSS----============*/

/*----=========== COMPANY AREA CSS----============*/
.accordion-body p {
  margin-top: -15px;
}
img {}
/*----=========== COMPANY AREA CSS----============*/

/*----=========== COUNTER AREA CSS----============*/
/* .counter-area {
    position: relative;
} */ 

/* homepage-2 counter */
/* homepage-2 counter */
.servicebene9-section-area {
    background: #f1f9ff;
    position: relative;
}
.service-auhtor9-boxarea a span {
    background: #EFF7FF;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    margin: 0 8px 0 0;
}
.service-auhtor9-boxarea {
    border-radius: 4px;
    background: #FFF;
    padding: 24px 24px;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea:hover {
    border-radius: 4px;
    background:#005DA9;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea:hover a {
    color: #fff!important;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea:hover a span {
    background: #fff;
    color: #1DAF68;
    transition: all .4s ease-in-out;
}
.service-auhtor9-boxarea{
    margin-bottom: 24px;
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*----=========== COUNTER AREA CSS----============*/

/*----=========== PRICING PLAN AREA CSS----============*/

/* homepage-2 pricing plan */
/* homepage-2 pricing plan */

/*----=========== PRICING PLAN AREA CSS----============*/

/*----=========== TESTIMONIAL AREA CSS----============*/

/* homepage-2 testimonial */
/* homepage-2 testimonial */

.testimonialmans {
  display: flex;
  align-items: center;
}

.img-testimonial {
  margin-left: 10px;
}
.img-testimonial a:hover{
  color: #000;
}
.testimonialmans {
  margin-top: 24px;
}
.testimonial9-section-area {
    background: #f1f9ff;
    position: relative;
}
.testimnials9-boxarea ul li {
  display: inline-block;
  border-radius: 1px;
  background: rgba(245, 250, 255, 0.60);
  color: #FFBA00;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 2px 0 0;
}

.testimnials9-boxarea {
  background: #fff;
  padding: 32px;
  position: relative;
  transition: all .4s ease-in-out;
}

.testimnials9-boxarea ul {
  margin-bottom: 32px;
}
.testimonials9-carousel-area .qutiosvg{
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.teimonials9-flex9 {
  position: relative;
}
.testimnials9-boxarea:hover{
  background-color: #1d2940;
  transform: all .4s ease-in-out ;
}
.testimnials9-boxarea:hover p{
  color: #fff;
  transition: all .4s ease-in-out;
}
.testimnials9-boxarea:hover a{
  color: #fff;
  transition: all .4s ease-in-out;
}
.testimnials9-boxarea:hover ul li {
  border-radius: 1px;
background: rgba(255, 255, 255, 0.10);
}

img.qutiosvg {
  position: absolute;
  top: 0;
  right: -155px;
}
/*----=========== TESTIMONIAL AREA CSS----============*/

/*----=========== BLOG AREA CSS----============*/
.blog1-header-text h1 {
  padding: 0 200px;
}
.blog1-header-text {
  margin-bottom: 30px;
}
.blog1-boxarea {
  border-radius: 0px 0px 4px 4px;
  background: #FFF;
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
}
.blog1-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 50 / 30;
  /*object-fit: cover;*/
}
.blog1-padding {
  padding: 20px 20px;
}
.blog1-text {
  margin-bottom: 20px;
}
.blog1-padding a:hover {
  color: #005DA9;
}
.blog1-padding a{
  transition: all .4s ease-in-out;
}
a.learnmore.learnmore1:hover {
  color: #202C4A;
  transition: all .4s ease-in-out;
}
.blog1-img img {
  border-radius: 5px 5px 0 0;
}
.blog1-boxarea:hover .blog1-img img {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
}
.blog1-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-in-out;
}
.blog1-img img {
    transition: all .8s ease-in-out;
    border-radius: 5px 5px 0 0;
}

/* homepage2-blog  */
/* homepage2-blog  */
a.laearnmore2:hover {
  color: #0C161D;
}
.blog1-text {
  display: flex;
  align-items: center;
}

.blog1-text img {
  margin: 0 8px 0 0;
}
.accordion-body p {
    opacity: 0.8;
}
/*----=========== BLOG AREA CSS----============*/

/*----=========== CONTACT AREA CSS----============*/

/* homepage2 contact */
/* homepage2 contact */
.contcat5-section-area{
  /*background-image: url(../images/background/practice4-background.png);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.phone7-icon {
    background: #005DA9;
    display: inline-block;
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
}
.phone7-textarea {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
}

.phone7-text {
    padding-left: 16px;
}
.phone7-textarea:hover a{
  color: #131731;
}
.contact5-main-section {
  border-radius: 4px;
  background: var(--main-color, #005DA9);
  padding: 32px;
}
.input-5area input {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 20px 16px;
  outline: none;
  border: none;
  border-radius: 2px;
  /* opacity: 0.1; */
  background: #343E53;
  color: #fff;
  font-size: 16px;
  
}
.input-5area textarea{
  width: 100%;
  height: 140px;
  outline: none;
  padding: 20px 16px;
  border-radius: 2px;
  background: #343E53;
  border: none;
  color: #fff;
  font-size: 16px;
}
button.contcat5 {
  justify-content: right;
  border-radius: 2px;
  background: var(--secondary-color, #6083A9);
  padding: 18px 22px;
  border: none;
  display: inline-block;
  transition: all .4s ease-in-out;
}

.contcat5-textarea5 {
  padding: 0 70px 0 0;
}
/*----=========== CONTACT AREA CSS----============*/

/*----=========== CLIENT AREA CSS----============*/
.client-author-area {
  border-radius: 2px;
  background: #f1f9ff;
  padding: 28px 20px;
}
.client-author-area {
  position: relative;
  transition: all .4s ease-in-out;
}
.client-main-pera {
  position: relative;
  padding-left: 85px;
  top: 0;
  transition: all .4s ease-in-out;
}
.client-icon {
  position: absolute;
}
.client-author-area:hover a {
  color: #fff!important;
  transition: all .4s ease-in-out;
}

.client-author-area:hover {
  transform: translateY(-10px);
  transition: all .4s ease-in-out;
 
}
.client-icon {
  background: #005DA9;
  height: 64px;
  width: 64px;
  padding: 14px;
  text-align: center;
  border-radius: 50%;
  transition: all .4s ease-in-out;
}
.client-author-area:hover{
  border-radius: 2px;
  background: #005DA9;
  transition: all .4s ease-in-out;
}
.client-author-area:hover .client-icon{
  background: #fff;
  transition: all .4s ease-in-out;
}

.client-author-area:hover .client-icon img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(80%) saturate(566%) hue-rotate(181deg) brightness(97%) contrast(91%);
}

.client-author-area:hover h1{
  color: #fff;
  transition: all .4s ease-in-out;
}
.client-author-area:hover p{
  color: #fff;
  transition: all .4s ease-in-out;
}
.works-text-area {
  padding: 0px 0 0 70px;
}
.accordian4 .accordion-item:first-of-type .accordion-button {
    border: none;
    box-shadow: none;
}
.accordian4 button.accordion-button:focus {
    border: none;
    box-shadow: none;
}
button.accordion-button.collapsed {
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: #005DA9;
}
 .accordion-button:not(.collapsed){
    border-radius: 4px 4px 0 0;
    background: var(--main-color, #005DA9);
}

.accordion-button:not(.collapsed){
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

button.accordion-button{
  padding: 16px 22px;
  border-radius: 2px;
}
.accordion-body {
  border-radius: 2px;
  background: var(--main-color, #005DA9);
  color: #fff;
}
.accordion-body p {
  color: #fff;
}
h2.accordion-header {
  border: none;
  border-radius: 0;
}
.accordion-button:not(.collapsed)::after {
  color: #fff;
  filter: brightness(0) invert(1);
}
.accordion-item {
  border: none;
  margin-bottom: 24px;
}
h2.accordion-header {
  /* border: 1px solid #DDDFE2; */
  /* border-radius: 5px 5px 0 0; */
}
.client4-img1 img {
    width: 100%;
    height: 100%;
    OBJECT-FIT: COVER;
    border-radius: 5px;
}
.client3-section-textarea {
    padding: 0 80px 0 0;
}
.client10-icon {
  position: relative;
  z-index: 1;
}
.client10-boxarea:hover .service10-icon{
  background: #005DA9;
  transition: all .4s ease-in-out;

}
.client10-boxarea:hover .service10-icon img{
  filter: brightness(0) invert(1);
  transition: all .4s ease-in-out;
}
.service10-icon {
  background: #f1f9ff;
  display: inline-block;
  height: 72px;
  width: 72px;
  text-align: center;
  line-height: 72px;
  border-radius: 50%;
  position: absolute;
  left: 117px;
  top: 9px;
}
.numbericon {
  background:#222421;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 117px;
  top: 5px;
}
.client10-boxarea:hover .numbericon{
  background: #fff;
  box-shadow: drop-shadow(1px 0px 48px rgba(0, 0, 0, 0.50));
  color:#86B03C;
  transition: all .4s ease-in-out;
}
.client10-boxarea:hover .numbericon p{
  color:#6083a9;
  transition: all .4s ease-in-out;
}
.client10-boxarea a:hover{
  color:#86B03C;
  transition: all .4s;
}
.worksall-section-area{
  position: relative;
}
img.elementors67 {
  position: absolute;
  left: 190px;
  top: 20%;
}
.client10-boxarea.positionboxarea {
  position: relative;
  margin-top: 70px;
}
.client10-boxarea{
  margin-bottom: 30px;
}
/*----=========== CLIENT AREA CSS----============*/

/*----=========== CASE STUDY AREA CSS----============*/
.case-study-scetion-area{
  background-image: url(../images/background/casestudy-bacground.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.single-portfolio.singlecase{
  position: relative;
  transition: all .4s ease-in-out;
}
.single-portfolio {
  position: relative;
}
.single-portfolio.singlecase:hover .portfolio-textarea {
    background: #fff;
    color: #0C161D;
}

.single-portfolio.singlecase:hover .portfolio-textarea p {
    color: #0C161D;
}

.single-portfolio.singlecase:hover .portfolio-textarea {
  height: auto;
    transition: all .4s ease-in-out;
}

.single-portfolio.singlecase:hover .portfolio-textarea a {
    color: #0C161D;
    margin-top: 28px;
}
.single-portfolio.singlecase .portfolio-textarea {
  left: 20px;
  width: 375px;
}
.single-portfolio.singlecase .portfolio-textarea{
  bottom: 30px;
}
.single-portfolio.singlecase .portfolio-textarea{
  border-radius: 5px;
}

.single-portfolio.singlecase:hover .portfolio-visible-textarea{
  height: 120px;
  transition: all .4s ease-in-out;
  z-index: 1;
  opacity: 1;
  position: relative;
}
.single-portfolio.singlecase{
  overflow-y: hidden;
}
.single-portfolio.singlecase{
  margin-bottom: 30px;
}
.single-portfolio.singlecase .portfolio-textarea{
  padding: 30px;
}
a.learn-more1:hover {
  color: #fff;
}
.portfolio-images{
  position: relative;
}
.portfolio-images img{
  transition: .3s linear all;
}
.portfolio-images::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  border-radius: 2px;
  opacity: 0;
  background: #0C161D;
}
.portfolio-images:hover{
  cursor: pointer;
}
.portfolio-images:hover::before{
  opacity: 0.8;
  visibility: visible;
}
.portfolio-images img {
  width: 100%;
  height: 100%;
}
.portfolio-textarea {
  position: absolute;
  background: #fff;
  bottom: 20px;
  width: 350px;
  left: 10%;
  padding: 16px 20px;
  transition: all .4s ease-in-out;
}

.portfolio-visible-textarea {

  opacity: 0;
  height: 0;
  transition: all .4s ease-in-out;
  position: relative;
  z-index: -4;
}


.single-portfolio:hover .portfolio-images::before {
  visibility: visible;
  opacity: 0.8;
  transition: all .4s ease-in-out;
}
.single-portfolio:hover .portfolio-visible-textarea {

  height: 100px;
  opacity: 1;
  transition: all .4s;
  position: relative;
  z-index: 1;
}
.single-portfolio:hover .portfolio-textarea{
  border-radius: 2px;
background: #044E7C;
color: #fff;
}
.single-portfolio:hover .portfolio-textarea h1{
  color: #fff;
  transition: all .4s ease-in-out;
}
.single-portfolio:hover .portfolio-textarea p{
  color: #fff;
  transition: all .4s ease-in-out;
}
.single-portfolio:hover{
  transition: all .4s ease-in-out;
}
.portfolio-textarea h1{
  transition: all .4s ease-in-out;
}
.portfolio-textarea p{
  transition: all .4s ease-in-out;
}
/*----=========== CASE STUDY AREA CSS----============*/

/*----=========== CTA AREA CSS----============*/
.cta2-section-area{
  background: #6083a9;
  position: relative;
}
.theme5-btn button {
  border-radius: 4px;
  background: #FFF;
  border: none;
  padding: 21px 22px;
  color: #1A237E;
  text-transform: uppercase;
}
.theme5-btn button span {
  padding-left: 9px;
}
.input1-area input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-family: 'Outfit', sans-serif;
  width: 60%;
}
img.elementor-13 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta2-from-area form{
  border-radius: 4px;
  border: 1px solid #fff;
  padding:  16px;
  position: relative;
}
.theme5-btn {
  position: absolute;
  top: 0.5px;
  right: 1px; 
}
.cta5-section-area{
  background: #005DA9;
}
img.elementors72 {
  position: absolute;
  top: 0;
}

.cta5-section-area {
  position: relative;
}

img.elementors73 {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*----=========== CTA AREA CSS----============*/

/*----=========== TEAM AREA CSS----============*/
.project-item-two {
	/*position: relative;*/
}
.project-content-two {
	position: absolute;
	top: 0;
	border-radius: 2px;
	background: #F0F3F7;
	opacity: 0.7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	padding: 30px;
	transition: .3s linear;
	opacity: 0;
	transform: scale(.8);
	visibility: hidden;
	width: 100%;
	height: 80%;
}
.team-pera h1 a:hover {
  color: #1D2940;
}
.project-thumb-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-two:hover .project-content-two {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.project-content-two ul li {
  display: inline-block;
}

.project-content-two ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #1D2940;
  transition: all .4s ease-in-out;
  margin: 0 3px;
}

.project-content-two ul li a:hover {
  background: #1D2940;
  transition: all .4s ease-in-out;
  color: #fff;
}
/*----=========== TEAM AREA CSS----============*/

/*----=========== FOOTER AREA CSS----============*/

/* homepage2 footer */
.footer2-section-area{
    background-color:#262626;
  /*background-image: url(../images/background/footerbg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
}
.social2-links ul li a {
  background: #005DA9;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 35px;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  font-size: 18px;
}
.social2-links ul li {
  display: inline-block;
  margin-right: 8px;
}
.social2-links ul li a:hover {
  background: #fff;
  color: #005DA9;
  transition: all .3s ease-in-out;
}
.servicefooter-list ul li a:hover {
  color: #005DA9;
  padding-left: 10px;
  transition: all .4s ease-in-out;
}
.servicefooter-list ul li a{
  transition: all .4s ease-in-out;
}
.email4 {display: flex;align-items: center;}

.email4 a {
    padding-left: 12px;
}
.copyright1 p {
  color: #A1A4AB;
}
.email4 a:hover {
    color: rgba(255, 255, 255, 0.80)!important;
}
.border-10 {
  border: 1px solid #fff;
  opacity: 0.2;
}
.copyright{
  position: relative;
}
.copyright1 {
  padding: 15px 0;
}
.footer2-section-area{
  position: relative;
}
img.elementor-14 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* homepage2 footer */
.border7 {
  opacity: 0.1;
  border: 1px solid #0C161D;
}
/*----=========== FOOTER AREA CSS----============*/

/* other section css */
.works-text-area p {
  opacity: 0.8;
}
.cta2-textarea p {
  opacity: 0.8;
}
.footer-logo2 p {
  opacity: 0.8;
}
.main-menu-ex li ul.dropdown-padding {
  background: #fff;
  box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
}
.main-menu-ex li ul{
  box-shadow: none;
}
.shecdule-btn1 a i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

a.theme6-btn6 i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.learnmore span i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

a.laearnmore2 span i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
.laearnmore2 span i {
  margin-left: 4px;
  transform: rotate(-45deg);
}
/* other section css */

.testimonials9-carousel-area.owl-carousel.owl-loaded.owl-drag .owl-dots {
  text-align: center;
  margin-top: 60px;
}

.testimonials9-carousel-area.owl-carousel.owl-loaded.owl-drag .owl-dots button.owl-dot {
  height: 16px;
  width: 16px;
  border: 1px solid #C6CBD2;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  margin: 0 3px;
}
.testimonials9-carousel-area.owl-carousel.owl-loaded.owl-drag .owl-dots button.owl-dot.active {
  background: #1D2940;
  border: none;
}
.country-area.nice-select6{
  height: 60px;
}

.contact2-auhtor-section:hover {
  transform: translateY(-10px);
  transition: all .4s ease-in-out;
}

.first-input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: var(--neutral-white, #FFF);
  padding: 16px;
  margin-top: 24px;
  outline: none;
}
.textarea textarea{
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: var(--neutral-white, #FFF);
  outline: none;
  width: 100%;
  padding: 16px;
  margin-top: 24px;
  height: 120px;

}
.text-left {
  text-align: right;
}

/* homepage2 contact */
.contact2-auhtor-section {
  position: relative;
  border-radius: 4px;
  background: #FFF;
  padding: 24px 32px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
}
.contact-location {
  position: relative;
  padding-left: 60px;
}
.clock-area {
  position: absolute;
}
.contact-padding {
  padding: 0 0 0 40px;
}
.contact2-auhtor-section:hover {
  border-radius: 4px;
  background: #1A237E;
  color: #fff;
  transition: all .4s ease-in-out;
}

.contact2-auhtor-section {
  transition: all .4s ease-in-out;
}

.contact2-auhtor-section:hover img {
  filter: brightness(40);
  transition: all .4s ease-in-out;
}

.contact2-auhtor-section:hover h1 {
  color: #fff;
  transition: all .4s ease-in-out;
}

.contact2-auhtor-section:hover p {
  color: #fff;
  transition: all .4s ease-in-out;
}
.contact2-auhtor-section:hover p a {
  color: #fff;
  transition: all .4s ease-in-out;
}
.contact2-all-contact{
  border-radius: 4px;
background: #FFF;
padding: 48px 32px;
}


.contact5-btn5 {
  text-align: end;
}
.contact2-all-contact.contact2inner {
  border-radius: 4px;
  background: var(--gray-color, #EFF7FF);
}
.contact2-auhtor-section.contacrtblogbg:hover {
  border-radius: 2px;
  background: var(--main-text-color, #1D2940);
}
.contacblogbg{
  background: var(--main-text-color, #1D2940);
}
.gmap_canvas {
  width: 100%;
}

iframe.gmap_iframe {
  width: 100%;
  height: 440px;
}

.serviceour-area {
  border-radius: 2px;
  background: var(--gray-color, #f1f9ff);
  padding: 30px 20px;
}

.singlepalnning-area {
  background: #FFF;
  padding: 21px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .4s ease-in-out;
}
.singlepalnning-area:hover{
background: #005DA9;
transition: all .4s ease-in-out;
}
.singlepalnning-area:hover a{
  color: #fff!important;
  transition: all .4s ease-in-out;
}
.downloadbrowser {
  border-radius: 2px;
  background: var(--gray-color, #EFF7FF);
  padding: 24px 20px;
  margin-top: 30px;
}
a.docbtn1 {
  border-radius: 2px;
  background: var(--main-text-color, #1D2940);
  padding: 18px 24px;
  display: inline-block;
}
a.docbtn1 img {
  margin: 0 4px 0 0;
}
.doc-btn {
  display: flex;
  align-items: center;
}
a.docbtn1:hover {
  background: #fff;
  color: #1D2940;
}
a.docbtn1:hover {
  color: #1D2940;
  transition: all .4s ease-in-out;
}
a.docbtn1:hover img {
  filter: brightness(0);
  transition: all .4s ease-in-out;
}
.docbtn2{
  border-radius: 2px;
  background:#fff;
  padding: 18px 24px;
  display: inline-block;
}
.docbtn2 img{
  margin: 0 4px 0 0;
}
.doc-btn2{
  display: flex;
  align-items: center;
}
.docbtn2:hover{
  border-radius: 2px;
background: var(--main-text-color, #1D2940);
transition: all .4s ease-in-out;
color: #fff;
}
.docbtn2:hover img{
  filter: brightness(0) invert(1);
  transition: all .4s ease-in-out;
}
.needed-section {
  border-radius: 2px;
  background: var(--gray-color, #EFF7FF);
  margin-top: 30px;
  padding: 24px 86px 24px 24px;
}

.needed-section a {
  border-radius: 2px;
  background: var(--main-color, #6083A9);
  padding: 18px 20px;
}

.needed-section a img {
  margin: 0 4px 0 0;
}

.needed-section a:hover {
  border-radius: 2px;
  background: var(--main-text-color, #1D2940);
  transition: all .4s ease-in-out;
  color: #fff;
}

.needed-section a
{
  transition: all .4s ease-in-out;
  display: inline-block;
}
.quito-contact {
  border-radius: 2px;
  background: var(--gray-color, #EFF7FF);
  margin-top: 30px;
  padding: 24px;
}

.quitoinput input {
  border-radius: 2px;
  background: #FFF;
  border: none;
  width: 100%;
  padding: 18px 16px;
  margin-bottom: 16px;
  outline: none;
}
.quitoinput textarea {
  width: 100%;
  height: 120px;
  border-radius: 2px;
  background: #FFF;
  border: none;
  padding: 18px 16px;
  outline: none;
}
button.quitobtn {
  border-radius: 2px;
  background: var(--main-text-color, #1D2940);
  border: none;
  outline: none;
  padding: 18px 20px;
  margin-top: 24px;
  transition: all .4s ease-in-out;
}
button.quitobtn:hover{
  background: var(--main-color, #6083A9);
  transition: all .4s ease-in-out;
}
.serviceauthior-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100 / 60;
}

.serviceauthior-area {
  padding: 0 50px 0 50px;
}
.border30 {
  border: 1px solid #1D2940;
  opacity: 0.2;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}
img.approahimages {
  height: 28px;
  width: 28px;
  object-fit: cover;
}

.approach-img {
  border-radius: 60px;
  background: var(--main-color, #6083A9);
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  align-items: center;
  line-height: 57px;
}
.approach-area {
  border-radius: 2px;
  background: #FFF;
/* Shadow */
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
  position: relative;
  transition: all .4s ease-in-out;
}
.approach-text {
  position: relative;
  padding-left: 80px;
}
.approach-img {
  position: absolute;
}
.approach-area:hover {
  border-radius: 2px;
  background: var(--main-text-color, #1D2940);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
}
.approach-area:hover .approach-img{
  background: #fff;
  transition: all .4s ease-in-out;
}
.approach-area:hover .approach-img img{
  filter: brightness(0);
  transition: all .4s ease-in-out;
}

.approach-area:hover a {
  color: #fff;
  transition: all .4s ease-in-out;
}
.approach-area:hover p {
  color: rgba(255, 255, 255, 0.80);
  transition: all .4s ease-in-out;
}
.checkservice-area p span img {
  width: 9px;
  height: 9px;
}
.checkservice-area p span {
  border-radius: 160px;
  background: #141B2C;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  margin:  0 6px 0 0;
  margin-bottom: 18px;
}

.welcomeabout-area{
  background: #005DA9;
}
.welcomeabout-area {
    padding: 140px 0 100px;
}
.welcomeaboiut2 p span {
  margin: 0 8px;
}

.welcomeaboiut2 p a:hover {
  color: #fff;
}

/* ******************************************************************************************************* */

.service3-boxarea.bgservice2 {
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.09);
}

ul.pagination {
  justify-content: center;
  margin-top: 30px;
}

li.page-item.pagecolor a {
  background: #1D2940;
  color: #fff;
}
ul.pagination li a {
  border-radius: 2px;
  border-radius: 2px;
  background: #EFF7FF;
  color: #fff;
  font-size: 20px;
  border: none;
  margin: 0 14px 0 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  color: var(--neutral-main-text-color, #08110D);
  transition: all .4s ease-in-out;
}

ul.pagination li a:hover {
  background: var(--main-text-color, #1D2940);
  transition: all .4s ease-in-out;
  color: #fff;
}

.input1-area input::placeholder{
  color: rgb(184, 183, 183) !important;
}

.textimonial7-carousel {
    border-radius: 4px;
    border: 1px solid rgba(29, 41, 64, 0.10);
    background: #fff;
    padding: 32px;
}

.testimonial7-carousel-area.owl-carousel.owl-loaded.owl-drag .testimonialimagesauthor7 img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

@media screen and (max-width: 991px){
    .frm_dropzone.dz-clickable .dz-message{
        width: 100%!important;
    }
}

@media screen and (min-width: 768px){
    .welcome4-section-area {
        max-height: 100vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px){
    .progress-wrap {
         position: fixed;
         right: 20px;
         bottom: 20px;
         height: 45px;
         width: 45px;
         cursor: pointer;
         display: block;
         border-radius: 50px;
         box-shadow: inset 0 0 0 2px #005DA9;
         z-index: 10000;
         opacity: 0;
         visibility: hidden;
         transform: translateY(15px);
         -webkit-transition: all 200ms linear;
         transition: all 200ms linear;
        }
        
        .progress-wrap::before {
         position: absolute;
         font-family: "FontAwesome";
         content: "\f062";
         text-align: center;
         line-height: 45px;
         font-size: 18px;
         opacity: 0;
         left: 0;
         top: 0;
         height: 45px;
         width: 45px;
         cursor: pointer;
         display: block;
         z-index: 2;
         -webkit-transition: all 200ms linear;
         transition: all 200ms linear;
        }
        
    .progress-wrap::after {
         position: absolute;
         font-family: "FontAwesome";
         content: "\f062";
         text-align: center;
         line-height: 45px;
         font-size: 18px;
          color: #005DA9; 
         left: 0;
         top: 0;
         height: 45px;
         width: 45px;
         cursor: pointer;
         display: block;
         z-index: 1;
         -webkit-transition: all 200ms linear;
         transition: all 200ms linear;
    }
}

.for-tab-li{
    border: 1px solid #222421;
    padding: 6px 10px!important;
    border-radius: 3px;
    margin-bottom: 12px;
}

.for-custom-gap{
    gap: 48px!important;
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009638;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #0f0b0b;
    z-index: 100;
}

.for-custom-font{
    font-size: 32px;
    line-height: 44px!important;
}

header.scrolled {
  background: #ffffff;
  transition: background 0.3s ease;
}

a:hover {
    color: inherit !important;
    text-decoration: none;
}

#frm_field_22_container .frm_submit button{
    background: #ffffff;
    border-width: 0px;
    border-color: #222421;
    border-style: solid;
    color: #005DA9;
}

.frm_dropzone.frm_single_upload{
    max-width: 100%!important;
    width: 100%!important;
}

.frm_dropzone.dz-clickable .dz-message {
     width: 100%!important; 
}

#frm_field_36_container .frm_dropzone.frm_single_upload {
     width: 100%!important; 
     max-width: 100%!important; 
}

.service-auhtor9-boxarea:hover p{
    color: #fff!important;
    transition: all .4s ease-in-out;
}



