body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0px;
  margin: 0px;
}

.comman-padding {
  width: 100%;
  display: inline-block;
  padding: 40px 0px;
}

.comman-title-box {
  margin-bottom: 48px;
  text-align: center;
}

.comman-title-box .comman-title {
  color: #000;
  font-size: 33.6px;
  font-weight: 400;
}

.comman-title-box .decoration {
  margin: 20px auto 0px;
}

.comman-btn-box a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50px;
  padding: 18px 39px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
}

.comman-btn-box a:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decoration {
  width: 170px;
  height: 2px;
  background-image: url("../images/heading-decoration-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.hero-panel .owl-carousel button {
  position: absolute;
  top: 40%;
}

.hero-panel .owl-carousel button.owl-prev {
  left: -60px;
}

.hero-panel .owl-carousel button.owl-next {
  right: -60px;
}

.hero-panel .owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-panel .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

/*------------------------------------Home page Styling Start Here-------------------------*/
/*=====Header Styling Start Here=====*/
.header {
  width: 100%;
  display: inline-block;
  border-bottom: 1px #ebe4e4 solid;
  position: sticky;
  top: 0%;
  left: 0%;
  background-color: #fff;
  z-index: 9999999;
}

.header .top-header {
  text-align: right;
  background-color: #012f6b;
  padding: 4px 100px;
}

.header .top-header a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-right: 60px;
}

.header .top-header img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 4px;
  animation: blink 1s ease-in-out infinite alternate;
}

.header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header .navbar-brand img {
  width: 204px;
  height: 71px;
  object-fit: contain;
}

.header .navbar-nav .nav-item {
  padding: 0px 19px;
}


.header .navbar-nav .home {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.header .navbar-nav .nav-link {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  /* padding: 45px 0px; */
  padding: 19px 0px;
  position: relative;
}

.header .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 0%;
  width: 0%;
  height: 2px;
  background-color: #FF3F00;
  transition: all 0.3s ease-in-out;
}

.header .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.header .navbar-nav .nav-link:hover {
  color: #FF3F00;
}

.header .sub-menu {
  padding: 0px;
  right: unset;
  border-top: 3px solid #012F6B;
}

.header .sub-menu li:not(li:last-child){
  border-bottom:1px solid #EDEDED;
}

.header .sub-menu a{
  color: #000;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding:12px 33px 12px 10px;
  transition: all 0.3s ease-in-out;
}

.header .sub-menu a:hover{
  color:#FF3F00;
  transform:translateX(5px);
}

.dropdown-menu[data-bs-popper]{
  left:unset;
}

.header .navbar-toggler {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 246px;
  left: -35px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF3F00;
  display: none;
}



.header .navbar-toggler i {
  color: #fff;
  font-size: 24px;
  animation: blink 1s ease-in-out infinite alternate;
}

.navbar-toggler:focus:not(:focus-visible) {
  box-shadow: none;
}


.company-website {
  display: none;
}

.company-website img {
  filter: invert(1);
  width: 20px !important;
  height: 20px !important;
}

.call-us-btn {
  display: none;
}

.xmark {
  padding: 10px;
  text-align: right;
  display: none;
}

/*=====Header Styling End Here=====*/

/*=====Hero Panel Styling Start here=====*/
.hero-panel {
  width: 100%;
  height: 540px;
  position: relative;
  padding: 30px 0px;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.hero-panel .slides .img-box {
  width: 555px;
  height: 460px;
}

.hero-panel .hero-content {
  height: 100%;
  align-content: center;
}


.hero-panel .hero-content h2 {
  color: #000;
  font-size: 41px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.hero-panel .hero-content p {
  color: #6b6161;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.hero-panel .hero-content a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50px;
  padding: 18px 39px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  margin-right: 18px;
}

.hero-panel .hero-content a:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}

/* .hero-panel .img-box2 {
  width: 980px;
  height: 340px;
  margin: auto;
} */

/*=====Hero Panel Styling End here=====*/

/*=====Contact Us Panel Styling Start Here=====*/
.contactus-panel {
  background-color: #012f6b;
}

.contactus-panel .inner-content {
  text-align: center;
}

.contactus-panel .inner-content h2 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}

.contactus-panel .inner-content p {
  font-size: 18px;
  color: #fff;
}

.contactus-panel .inner-content p.custome-style {
  margin: 20px 0px;
}

.contactus-panel .inner-content {
  text-align: center;
  width: 72%;
  margin: auto;
}

/*=====Contact US Panel Styling End Here=====*/

/*=====Service Panel Styling Start Here=====*/
.services-panel {
  padding: 40px 0px 0px;
}

.services-panel .title-box {
  margin-bottom: 30px;
}

.services-panel .title-box h2 {
  color: #000;
  font-size: 41px;
  font-weight: 400;
}

.services-panel .service-card {
  display: flex;
  /* margin-bottom: 48px; */
  margin-bottom: 40px;
}

.services-panel .icon-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin-right: 30px;
}

.services-panel .details-box h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.services-panel .details-box p {
  color: #616161;
  font-size: 16px;
}

/*=====Service Panel Styling End Here=====*/

/*======Driven Panel Styling Start Here=====*/
.driven-panel {
  width: 100%;
  display: inline-block;
  padding-bottom: 40px;
}

.smiliar-box .inner-title-box h2 {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 36px;
}

.smiliar-box .inner-title-box {
  margin-bottom: 24px;
}

.smiliar-box .content-box p {
  font-size: 18px;
}


.smiliar-box .content-box ul {
  padding-left: 20px;
  margin: 30px 0px;
}

.smiliar-box .content-box ul li i {
  display: inline-block;
  color: #FF3F00;
  font-size: 13px;
  margin-right: 18px;
  margin-top: 7px;
}

.smiliar-box .content-box ul li {
  color: #616161;
  font-size: 16px;
  display: flex;
  margin-bottom: 15px;
}

.driven-panel .driven-img {
  width: 555px;
  height: auto;
}

/*======Driven Panel Styling End Here=====*/

/*=====Digital Marketing Solutions Panel Styling Start Here=====*/
.dms-panel .about-box {
  width: 100%;
  height: 100%;
  background-color: #F4F4FF;
  text-align: center;
  padding: 0px 82px;
  align-content: center;
}

.dms-panel .about-box .comman-title-box {
  margin-bottom: 24px;
}

.dms-panel .about-box p {
  color: #616161;
  font-size: 16px;
}

.dms-panel .comman-btn-box {
  margin-top: 25px;
}

/*=====Digital Marketing Solutions Panel Styling End Here=====*/

/*=====Why Choose us Panel Styling Start Here=====*/
.why-choose-panel .image-box {
  width: 534px;
  height: 434px;
}

.why-choose-panel .box {
  height: 100%;
  align-content: end;
}

.why-choose-panel ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px !important;
}


.why-choose-panel ul li {
  width: 50%;
  margin-bottom: 10px;
}

/*=====Why Choose us Panel Styling End Here=====*/

/*=====Counter Panel Styling Start Here=====*/
.counter-panel {
  padding: 30px 0px;
  background-color: #012f6b;
}

.counter-panel .counter-box {
  text-align: center;
}

.counter-panel .counter-box span {
  display: inline-block;
  color: #fff;
  /* font-size: 75px; */
  /* font-weight: 200; */
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.counter-panel .counter-box p {
  color: #ffffff9c;
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
}

/*=====Counter Panel Styling End Here=====*/

/*=====Our Work Process panel(wp-panel) Styling Start Here=====*/
.w-panel .wp-box {
  text-align: center;
  margin-bottom: 32px;
}

.w-panel .wp-box img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.w-panel .wp-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 20px 0px 15px;
}

.w-panel .wp-box p {
  color: #616161;
  font-size: 16px;
  line-height: 25px;
}

/*=====Our Work Process panel(wp-panel) Styling End Here=====*/

/*=====Our Work panel Styling Start Here=====*/
.our-work-panel {
  background-color: #F4F4FF;
}

.our-work-panel .our-work-box {
  width: 100%;
  height: 316px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  position: relative;
  overflow: hidden;
}

.our-work-panel .our-work-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 1.5s linear infinite;
}

.our-work-panel .our-work-box a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.our-work-panel .our-work-box img {
  border-radius: 8px;
}

/*=====Our Work panel Styling End Here=====*/

/*=====Testimonial Panel Styling Start Here=====*/
.testimonial-slider-wrapper {
  margin-top: -44px;
}

.testimonial-panel {
  background-color: #1B2C38;
  /* padding-bottom: 80px; */
  padding-bottom: 46px;
}

.testimonial-panel .slides {
  text-align: center;
  position: relative;
}

.testimonial-panel .slides .author-img-box {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  background-color: #f1f2ec;
  margin: 0px auto 50px;
}

.testimonial-panel .slides .author-img-box img {
  width: 70px;
  height: 77px;
}

.testimonial-panel .slides p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  /* margin-bottom: 20px; */
  margin-bottom: 37px;
}

.testimonial-panel .slides a {
  color: #ff3f00;
  font-size: 18px;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}

.testimonial-panel .slides a:hover {
  transform: translateY(-5px);
}

.testimonial-panel button {
  position: absolute;
  top: 87%;
}

.testimonial-panel button i {
  color: #fff !important;
}

.testimonial-panel button.owl-prev {
  left: 17%;
}

.testimonial-panel button.owl-next {
  right: 17%;
}

/*=====Testimonial Panel Styling End Here=====*/

/*=====Blog Panel Styling Start Here=====*/
.blog-panel {
  display: none;
}

.blog-panel .slides a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-panel .slides p {
  color: #616161;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-panel .slides h6 {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-panel .slides h6 i {
  margin-right: 10px;
}

.blog-panel .people-box {
  display: flex;
}

.blog-panel .people-box img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-panel .people-box a {
  color: #012f6b;
  font-size: 14px;
  margin-bottom: 0px;
}

.blog-panel .people-box p {
  color: #616161;
  font-size: 12px;
  margin-bottom: 0px;
}

.blog-panel .owl-dot.active span {
  border: 2px solid #ff3f00;
  background-color: transparent !important;
}

.blog-panel .blog-header .decoration {
  margin: 20px 0px 0px;
}

.blog-panel .blog-header {
  display: flex;
  align-items: flex-start;
}

.blog-panel .blog-header a {
  color: #000;
  font-size: 16px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #012f6b;
  margin-top: 10px;
}

.blog-panel .blog-header a i {
  font-size: 13px;
  margin-left: 10px;
}

.blog-panel .blog-header a:hover {
  color: #012f6b;
}

/*=====Blog Panel Styling End Here=====*/

/*=====Elevate Business Panel Styling Start Here=====*/
.elevate-business-panel {
  background-color: #F4F4FF;
}

.elevate-business-panel .comman-style,
.elevate-business-panel .video-box {
  width: 100%;
  height: 350px;
  margin-bottom: 24px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.elevate-business-panel .comman-style::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.elevate-business-panel .video-box video {
  width: 100%;
  border-radius: 12px;
  z-index: 1;
}

.elevate-business-panel .video-box .play-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.elevate-business-panel .video-box .play-btn-box i {
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 40px;
  /* animation:blink 1s ease-in-out infinite alternate; */
}

.elevate-business-panel .video-box .play-btn-box h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 15px;
}

.elevate-business-panel .help-box {
  width: 100%;
  background-color: #012F6B;
  border-radius: 12px;
  padding: 80px 30px;
  color: #fff;
  text-align: center;
}

.elevate-business-panel .help-box h2 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.elevate-business-panel .help-box p {
  font-size: 17px;
}

.elevate-business-panel .help-box a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50px;
  padding: 15px 39px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  margin-top: 37px;
}


.elevate-business-panel .help-box a:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}


.elevate-business-panel .comman-card-box a {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.elevate-business-panel .comman-card-box a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.elevate-business-panel .comman-card-box img {
  border-radius: 12px;
}

.elevate-business-panel h3 {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 10%;
}

.elevate-business-panel .comman-card-box:hover {
  filter: grayscale(101%);
}

/*=====Elevate Business Panel Styling End Here=====*/

/*=====Our Clients panel Styling Start Here=====*/
.our-clients-panel {
  background-color: #F4F4FF;
}

.our-clients-panel button {
  position: absolute;
}

.our-clients-panel button.owl-prev {
  left: 41%;
}

.our-clients-panel button.owl-next {
  right: 41%;
}

.our-clients-panel .client-slider-wrapper {
  padding-bottom: 39px;
}

/*=====Our Clients panel Styling End Here=====*/

/*=====Contact Details Panel Styling Start Here=====*/
.contact-details-panel {
  padding: 10px;
  background-color: #012f6b;
}

.contact-details-panel .details-card {
  display: flex;
  align-items: center;
}

.contact-details-panel .details-card img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.contact-details-panel .details-card a,
.contact-details-panel .details-card p {
  color: #fff;
  font-size: 14px;
}

/*=====Contact Details Panel Styling End Here=====*/

/*=====Footer Styling Start Here=====*/
.footer {
  background-color: #F4F4FF;
}

.footer h2 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer .footer-link-box ul li a {
  color: #000000c7;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}


.footer .footer-link-box ul li a:hover {
  color: #FF3F00;
  transform: translateX(10px);
}

.footer .map-box {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

.footer .map-box iframe {
  width: 100%;
  height: 100%;
}

.footer .location-box {
  padding-left: 15px;
}

.footer .our-branch {
  margin-top: 10px;
}

.footer .our-branch a {
  color: #000000c7;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.footer .our-branch a:hover {
  color: #ff3f00;
  transform: translatey(5px);

}

.footer .ftr-contactus {
  margin-top: 46px;
}

.footer .ftr-contactus .hidden {
  display: none;
}

.footer .contactus-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .contactus-details a {
  font-size: 19px;
  transition: all 0.5s ease-in-out;
}

.footer .contactus-details a i {
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  background-clip: text;
  -webkit-background-clip: text;
  animation: blink 1s ease-in-out infinite alternate;
}

.footer .contactus-details a:hover {
  color: #FF3F00;
}

.footer .bottom-box {
  margin-top: 42px;
  margin-bottom: 20px;
}

.footer .bottom-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .bottom-box ul li a {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 0px 12px;
  transition: all 0.5s ease-in-out;
}

.footer .bottom-box ul li a:hover {
  color: #FF3F00;
}

/*------*/
.footer .reserved-box {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 15px 0px;
}

.footer .social-links {
  padding: 10px 0px;
  text-align: right;
}

.footer .social-links a {
  font-size: 18px;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}

.footer .social-links a:hover {
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: scale(1.3);
}

.footer .certificate-box {
  padding: 10px 0px;
}

.footer .certificate-box a {
  width: 60px;
  height: 30px;
}

.footer .comman-ftr-titles {
  pointer-events: none;
}

/*------*/

/*=====Footer Styling End Here=====*/

/*=====Scroll Top Styling Start Here=====*/
.scroll-top {
  width: 48px;
  height: 48px;
  background: #012f6b;
  color: #fff;
  font-size: 23px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  right: 31px;
  bottom: 145px;
  z-index: 999;
  align-content: center;
  box-shadow: 0px 0px 5px;
}

.whatsapp {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 31px;
  bottom: 74px;
  z-index: 999;
  animation: blink .5s ease-in-out infinite alternate;
}

.whatsapp img {
  border-radius: 50%;
}

.scroll-top:hover {
  color: #fff;
}

/*=====Scroll Top StylingEnd Here=====*/

/*=====Contact Us Form Styling Start Here=====*/
.input-box {
  margin-bottom: 24px;
}

.input-box input,
.input-box select,
.input-box textarea {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  background: #f4f4f4;
  border-radius: 30px;
  border: 0;
  padding: 15px 26px;
}

select {
  color: #000;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  background-color: #f4f4f4;
}

.submit-btn-box {
  text-align: center;
}

.submit-btn-box button {
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50px;
  padding: 18px 39px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
}

/*=====Contact Us Form Styling End Here=====*/

/*=====Popup Form Styling Start Here=====*/
.popups {
  z-index: 9999999;
}

.popups .modal-header h5 {
  color: #012f6b;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.popups .modal-header h5 span {
  color: #FF3F00;
}

.popups input,
.popups select,
.popups textarea {
  padding: 10px 25px;
  border-radius: 20px;
}

.popups input:focus,
.popups select:focus,
.popups textarea:focus {
  background-color: #f4f4f4;
}

.popups .submit-btn-box button {
  outline: none;
  border: none;
  width: 100%;
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

.popups .submit-btn-box button:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}

.btn-close:focus {
  box-shadow: none;
}

.popups .submit-btn-box {
  text-align: center;
}

.popups .submit-btn-box button {
  width: auto;
}

/*=====Popup Form Styling Start Here=====*/
.connect-us-panel {
  width: 100%;
  display: inline-block;
  position: fixed;
  bottom: 0%;
  left: 0%;
  z-index: 99;
  display: none;
}

.connect-btn-box {
  display: flex;
}

.connect-btn-box a {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 0px;
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
}

.connect-btn-box a i {
  margin-right: 6px;
  animation: blink 1s ease-in-out infinite alternate;
}

.bullseye-icon {
  width: 16px;
  height: 16px;
  filter: invert(1);
  margin-right: 6px;
  margin-top: -3px;
  animation: blink 1s ease-in-out infinite alternate;
}

/*-------------------------------------Blog page Styling Start Here---------------------------*/
/*=====Banner Panel Styling Start Here=====*/
.banner-panel {
  width: 100%;
  display: inline-block;
  padding: 90px 0px;
  text-align: center;
  background-color: #012F6B;
}

.banner-panel h1 {
  color: #fff;
  font-size:28px;
  text-transform: capitalize;
  margin-bottom:16px;
}

.banner-panel ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-panel ul li a,
.banner-panel ul li {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.banner-panel .active {
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  -webkit-background-clip: text;
  background-clip: text;
}

.banner-panel i {
  display: inline-block;
  font-size: 11px;
  margin:0px 6px 0px 10px;
}

/*=====Banner Panel Styling End Here=====*/

/*=====DDM Blog Panel Styling Start Here=====*/
.ddm-blog-panel .blog-card {
  border-radius: 6px;
  margin-bottom: 25px;
}

.ddm-blog-panel .blog-img-box {
  width: 100%;
  height: 320px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}

.ddm-blog-panel .blog-img-box a {
  width: 100%;
  height: 100%;
  display: block;
}

.ddm-blog-panel .blog-img-box img {
  border-radius: 6px 6px 0px 0px;
  transition: all 0.5s ease-in-out;
}

.ddm-blog-panel .blog-img-box:hover img {
  transform: scale(1.1);
}

.ddm-blog-panel .content {
  background-color: #F4F4FF;
  padding: 20px 30px;
}

.ddm-blog-panel .digital-marketing-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  padding: 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 17px;
}


.ddm-blog-panel .digital-marketing-btn:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}

.ddm-blog-panel .content h2 a {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 36px;
}

.ddm-blog-panel .content p {
  color: #6B6161;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ddm-blog-panel .content span {
  color: #6B6161;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.ddm-blog-panel .view-box {
  border-top: 1px solid #DAE0E8;
  padding-top: 17px;
  margin-top: 17px;
}

.ddm-blog-panel .view-box span {
  display: inline-block;
  color: #626161;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.ddm-blog-panel .view-box i {
  font-size: 18px;
  margin-right: 10px;
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  -webkit-background-clip: text;
  background-clip: text;
  animation: blink 1s ease-in-out infinite alternate;
}

/*=====DDM Blog Panel Styling End Here=====*/
/*-------------------------------------Blog page Styling End Here----------------------------*/

/*------------------------------------Blog Details page Styling Start Here------------------*/
/*=====Blog Details panel Styling Start Here=====*/
.blog-details-panel .blog-details-box {
  border-radius: 6px;
}

.blog-details-panel .blog-details-box .img-box {
  width: 100%;
  height: 420px;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  overflow: hidden;
}

.blog-details-panel .blog-details-box .img-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  animation: shine 1.5s linear infinite;
}

.blog-details-panel .blog-details-box .img-box img {
  border-radius: 6px 6px 0px 0px;
}

.blog-details-panel .content-boxs {
  padding: 20px 30px;
  background-color: #F4F4FF;
}

.blog-details-panel h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-details-panel h2 a {
  color: #000;
}

.blog-details-panel p {
  color: #6B6161;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 26px;
}

.blog-details-panel h5 {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}

.blog-details-panel ul li strong {
  color: transparent;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 5px;
}

.blog-details-panel ul li {
  color: #6B6161;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-details-panel .conclusion-text {
  margin-top: 30px;
}


.blog-details-panel span {
  display: block;
  color: #6B6161;
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.sidebar-widgets{
    width:100%;
    position:sticky;
    top:120px;
    left:0px;
}

.sidebar-widgets .comman-title-box {
  margin-bottom: 32px;
  text-align: start;
}

.sidebar-widgets .comman-title-box .decoration {
  margin: 0px;
}

.sidebar-widgets h2 {
    color:#000;
  font-size:28px;
  font-weight: 400;
  margin-bottom:20px;
  text-transform: capitalize;
}

.sidebar-widgets .link-boxs  {
  margin-bottom: 20px;
  border-bottom: 1px solid #DAE0E8;
  /* padding-bottom:15px; */
}

.sidebar-widgets .link-boxs  span {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.sidebar-widgets .link-boxs  span i {
  font-size: 18px;
  margin-right: 5px;
}

.sidebar-widgets .link-boxs  h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  margin: 15px 0px 18px;
}

.sidebar-widgets .link-boxs  a:hover {
  color: #ff3f00;
}

.sidebar-widgets .all-blog-btn {
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 38px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.sidebar-widgets .all-blog-btn:hover {
  background: linear-gradient(90deg, #ffaa52 100.06%, #ff3f00 -.02%);
}

.sidebar-widgets .all-blog-btn i {
  font-size: 14px;
  animation: slide 1s linear infinite alternate;
}

.sidebar-widgets .inner-widgets {
  /* margin-bottom:32px; */
  margin-bottom: 25px;
  border: 1px solid #ff3f00;
  border-radius: 20px;
  padding: 23px;
}

.sidebar-widgets ul li{
    margin-bottom:15px;
}

.sidebar-widgets ul li a {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.sidebar-widgets ul li a:hover {
  transform: translateX(8px);
  color: #ff3f00;
}

.sidebar-widgets .input-box {
  margin-bottom: 18px;
}

.sidebar-widgets .submit-btn-box button {
  padding: 10px 39px;
}

/*=====Blog Details panel Styling End Here=====*/
/*------------------------------------Blog Details Page Styling End Here-------------------------------*/

/*------------------------------------Portfolio Gallery Page Styling Start Here------------------------*/

/*=====Portfolio Gallery Panel Styling Start Here=====*/
.comman-tab .nav {
  justify-content: center;
  border: none;
}

.comman-tab .nav-item {
  margin: 0px 10px 15px;
}

.comman-tab .nav-link {
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 50px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.comman-tab .nav-link:hover {
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
}


.comman-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-color: #FFAA52;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
}

.portfolio-gallery-panel .portfolio-container {
  margin-top: 28px;
}

.portfolio-gallery-panel .inner-portfolio-box {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 35px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.portfolio-gallery-panel .portfolio-img-box {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin-bottom: 0px;
}

.portfolio-gallery-panel .portfolio-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.portfolio-gallery-panel .portfolio-details-box {
  border: 1px solid black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  align-content: center;
  border-radius: 8px;
  opacity: 0;
  transform: scale(0);
  transition: all .7s ease-in-out;
}

.portfolio-gallery-panel .portfolio-details-box h6 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.portfolio-gallery-panel .portfolio-details-box a {
  color: #fff;
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.portfolio-gallery-panel .inner-portfolio-box:hover .portfolio-details-box {
  opacity: 1;
  transform: scale(1);
}

/*=====Portfolio Gallery Panel Styling End Here=====*/
/*------------------------------------Portfolio Gallery Page Styling End Here------------------------*/

/*------------------------------------Event Page Styling Start Here--------------------------------*/
/*=====Event Panel Styling Start Here=====*/
.events-panel .events-container {
  margin-top: 28px
}

.events-panel figure {
  margin: 0px;
  width: 100%;
  height: 220px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.events-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.events-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.events-panel .overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.events-panel figure:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.events-panel .overlay i {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 45px;
}

/*=====Event Panel Styling End Here=====*/
/*------------------------------------Event Page Styling End Here---------------------------------*/
/*------------------------------------Terms Page Styling Start Here------------------------------------*/
/*=====Terms And Condition Panel Styling Start Here=====*/
.termconditions-panel,
.privacy-policy-panel,
.cookies-policy-panel,
.refund-policy-panel {
  width: 100%;
  display: inline-block;
  background-color: #F4F4FF;
}

.comman-conditions-box {
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  background-color: #fff;
}

.comman-conditions-box h2,
.comman-conditions-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 15px 0px;
}

.comman-conditions-box h3 {
  margin: 30px 0px 15px;
}

.comman-conditions-box p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.comman-conditions-box ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 15px;
}

.comman-conditions-box ul li {
  color: #000;
  font-size: 15px;
  margin-bottom: 8px;
}

.comman-conditions-box ul li::marker {
  font-size: 10px;
}

.comman-conditions-box strong {
  display: inline-block;
  color: #0000008a;
  font-size: 15px;
  margin-bottom: 7px;
}

.comman-conditions-box span {
  color: #FF3F00;
}

.comman-conditions-box a {
  display: inline-block;
  color: #FF3F00;
}

.comman-conditions-box a span {
  color: #000;
}

.cookies-info-box span {
  color: #000;
  font-style: italic;
}

/*=====Terms And Condition Panel Styling End Here=====*/
/*------------------------------------Terms Page Styling End Here------------------------------------*/
/*------------------------------------Animtion Keyframes Start Here-----------------------------------*/
@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(7px);
  }
}


@keyframes shine {
  100% {
    left: 125%;
  }
}

.footer .footer-link-box ul.collapse {
  display: inline-block;
}

.form-control::placeholder {
  color: #000 !important;
}

/*------------------------------------Animtion Keyframes End Here-----------------------------------*/

/*=====Time Zone Panel Styling Start Here=====*/
.time-zone-panel .comman-title-box {
  text-align: left;
}

.time-zone-panel .decoration {
  margin: 20px 0px 0px;
}

.time-zone-panel .inner-slides {
  background-color: #012F6B;
  padding: 40px;
  border-radius: 10px;
  height: 419px;
}

.time-zone-panel h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.time-zone-panel p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 50px;
}

.time-zone-panel .img-box {
  width: 100%;
  height: 219px;
}

.time-zone-panel .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.time-zone-panel .owl-nav {
  margin-top: 0px;
}

.time-zone-panel .owl-nav button {
  position: absolute;
  top: -30%;
}

.owl-nav button i {
  color: #012F6B;
  font-size: 34px;
}

.owl-nav button:hover {
  background-color: transparent !important;
}

.time-zone-panel .owl-nav .owl-prev {
  right: 118px;
}

.time-zone-panel .owl-nav .owl-next {
  right: 63px;
}

/*clock styling*/
.clock-box {
  margin-top: 81px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.clock-box .clock {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/clock-img2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.clock-box .hand {
  position: absolute;
  background: #012F6B;
  transform-origin: bottom;
  transform: rotate(0deg);
}

.clock-box .hour-hand {
  width: 5px;
  height: 43px;
  bottom: 50%;
}

.clock-box .minute-hand {
  width: 4px;
  height: 42px;
  bottom: 50%;
  background: #000;
}

.clock-box .second-hand {
  width: 2px;
  height: 47px;
  bottom: 50%;
  background: #FF3F00;
}

.clock-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0px !important;
}

/*=====Time Zone Panel Styling End Here=====*/

/*=====Intel Tel Input Styling Start Here=====*/
.input-box>.intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

.input-box>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

.input-box .selected-flag{
  border-radius:30px 0px 0px 30px;
}

.intl-tel-input .selected-flag .iti-arrow{
  right:2px;
}

.intl-tel-input .country-list{
  width:368px;
}

.intl-tel-input.iti-container{
    z-index:999999999;
}
/*=====Intel Tel Input Styling End Here=====*/

/*=====Services Detail Panel Styling Start HEre=====*/

.service-details-panel figure {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.service-details-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}

.service-details-panel .service-details {
  padding: 25px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.service-details h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.service-details p {
  color: #6B6161;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 26px;
}

.service-details h3 {
  color: #000;
  font-size: 21px;
  text-transform: capitalize;
  margin: 25px 0px 15px;
}

.service-details .lists li {
  display: flex;
  align-items: center;
  color: #6B6161;
  font-size: 15px;
  margin-bottom: 8px;
}

.service-details .lists li i {
  color: #FF3F00;
  font-size: 14px;
  margin-right: 7px;
}

.service-details p strong {
  color: #000;
}

.service-details .country-list {
  display: flex;
  flex-wrap: wrap;
}

.service-details .country-list li {
  color: #6B6161;
  font-size: 15px;
  font-weight: 500;
  margin-right: 13px;
  margin-bottom: 2px;
}

.service-details .title-box {
  margin-bottom: 15px;
}

.service-details .title-box h3 {
  margin-bottom: 8px;
}

.service-details .title-box p {
  color: #000;
  font: weight 15px;
  margin-bottom: 0px;
}

.service-details .notice-box {
  background: linear-gradient(90deg, #ff3f00 -.02%, #ffaa52 100.06%);
  padding: 15px;
  border-radius: 12px;
  margin-top: 25px;
}

.service-details .notice-box p,
.service-details .notice-box strong {
  color: #fff;
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}

.service-details .img-box {
  display: flex;
}

.service-details .img-box figure {
  width: 50%;
  height: 250px;
  border-radius: 20px;
  margin: 25px 0px 5px;
}

.service-details .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.service-details .img-box figure:nth-child(even) {
  margin-left: 20px;
}

/*=====Services Details Panel Styling Start Here=====*/
/*-------------------------------------Media Queries Start Here------------------------------------*/
@media (min-width:1000px) {
  .header .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top:0px;
  }
}
@media (max-width:1200px) {
  .comman-padding {
    padding: 30px 0px;
  }

  .comman-title-box {
    margin-bottom: 24px;
  }

  .comman-title-box .comman-title {
    font-size: 28px;
  }

  .comman-title-box .decoration {
    margin-top: 15px;
  }

  .input-box input,
  .input-box select,
  .input-box textarea {
    font-size: 14px;
  }

  .decoration {
    margin-top: 15px;
  }

  .header .top-header {
    padding: 4px 0px;
  }

  .hero-panel .owl-carousel button.owl-next {
    right: -15px;
  }

  .hero-panel .owl-carousel button.owl-prev {
    left: -15px;
  }

  .hero-panel .slides .img-box {
    width: 100%;
    height: auto;
  }

  .hero-panel .owl-carousel button {
    top: 28%;
  }

  .hero-panel {
    height: 433px;
  }

  .hero-panel .hero-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .hero-panel .hero-content p {
    font-size: 19px;
    line-height: normal;
  }

  /* .hero-panel .img-box2 {
    width: 671px;
    height: auto;
  } */

  .contactus-panel .inner-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .contactus-panel .inner-content p {
    font-size: 15px;
  }

  .contactus-panel .inner-content p.custome-style {
    margin: 18px 0px;
  }

  .hero-panel .hero-content a {
    padding: 16px 34px;
  }

  .comman-btn-box a {
    padding: 13px 34px;
  }

  .services-panel {
    padding: 30px 0px 0px;
  }

  .services-panel .title-box {
    margin-bottom: 32px;
    text-align: center;
  }

  .services-panel .title-box .decoration {
    margin: 15px auto 0px;
  }

  .services-panel .title-box h2 {
    font-size: 28px;
  }

  .services-panel .service-card {
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    text-align: center;
    min-height: 270px;
    padding: 20px 15px;
    margin-bottom: 24px;
  }

  .services-panel .icon-box img {
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }

  .services-panel .details-box h4 {
    font-size: 18px;
    margin: 10px 0px;
  }

  .services-panel .details-box p {
    font-size: 14px;
  }

  .driven-panel {
    padding: 30px 0px;
  }

  .driven-panel .driven-img {
    align-content: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .smiliar-box .content-box p {
    font-size: 15px;
  }

  .smiliar-box .content-box ul li {
    font-size: 14px;
  }

  .smiliar-box .content-box ul {
    margin: 22px 0px;
    padding-left: 13px;
  }

  .smiliar-box .content-box ul li i {
    margin-right: 13px;
  }

  .driven-panel .img-container {
    height: 100%;
  }

  .dms-panel .about-box {
    padding: 30px;
  }

  .dms-panel .about-box p {
    font-size: 15px;
  }

  .dms-panel .img-container {
    height: 100%;
  }

  .why-choose-panel .image-box {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .w-panel .wp-box {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 24px;
    min-height: 244px;
  }

  .w-panel .wp-box img {
    width: 50px;
    height: 50px;
  }

  .w-panel .wp-box h3 {
    margin: 15px 0px;
  }

  .w-panel .wp-box p {
    font-size: 15px;
    line-height: 22px;
  }

  .our-work-panel .our-work-box {
    height: 250px;
  }

  .testimonial-slider-wrapper {
    margin-top: -34px;
  }

  .testimonial-panel {
    padding-bottom: 18px;
  }

  .testimonial-panel .slides .author-img-box {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
  }

  .testimonial-panel .slides .author-img-box img {
    width: 60px;
    height: 70px;
  }

  .testimonial-panel .slides p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .blog-panel .slides p {
    font-size: 15px;
  }

  .elevate-business-panel .video-box .play-btn-box h2,
  .elevate-business-panel h3 {
    font-size: 25px;
  }

  .elevate-business-panel .help-box h2 {
    font-size: 22px;
  }

  .elevate-business-panel .help-box p {
    font-size: 16px;
  }

  .time-zone-panel .comman-title-box {
    text-align: center;
  }

  .time-zone-panel .decoration {
    margin: 15px auto 0px;
  }

  .time-zone-panel .inner-slides {
    padding: 35px;
    height: 388px;
  }

  .time-zone-panel h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .time-zone-panel p {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .clock-box {
    margin-top: 65px;
  }

  .contact-details-panel .details-card img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .contact-form-panel button {
    padding: 13px 34px;
  }

  .location-box {
    text-align: center;
    margin-top: 35px;
  }

  .footer .bottom-box {
    margin: 30px 0px;
  }

  /*=====blog page Media Queries Start Here*/
  .ddm-blog-panel .blog-img-box {
    height: 250px;
  }

  .ddm-blog-panel .content h2 a {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .ddm-blog-panel .content p {
    margin-bottom: 15px;
  }

  .ddm-blog-panel .view-box {
    padding-top: 15px;
    margin-top: 15px;
  }

  /*blog details page media queries start here*/
  .blog-details-panel .blog-details-box .img-box {
    height: 350px;
  }

  /*Portfolio gallery media queries start her*/
  .portfolio-gallery-panel .inner-portfolio-box {
    height: 250px;
    margin-bottom: 25px;
  }

  .comman-tab .nav-link {
    padding: 10px 25px;
  }
  
  .sidebar-widgets h2{
     font-size:26px;
     margin-bottom:10px;
  }
  
  .sidebar-widgets .comman-title-box{
      margin-bottom:22px;
  }
  
  .sidebar-widgets .link-boxs h4{
      font-size: 15px;
      line-height: 22px;
      margin: 9px 0px 14px;

  }
  
  .sidebar-widgets .link-boxs span{
      font-size:14px;
  }
  
  .sidebar-widgets .link-boxs span i{
      font-size:13px;
      margin-right:1px;
  }
  
  .sidebar-widgets .inner-widgets{
      padding:23px 18px;
  }
  
  .blog-details-panel h2{
      font-size:22px;
      margin-bottom:17px;
  }
  
  .blog-details-panel p{
      font-size:15px;
      line-height:21px;
  }
  
  .blog-details-panel h5{
      font-size:21px;
      margin-bottom:12px;
  }
  
  .blog-details-panel ul li{
      font-size:14px;
  }
  
  .blog-details-panel .conclusion-text{
      margin-top:26px;
  }
  
  .blog-details-panel .message{
        display: block;
        font-size: 14px;
        line-height: 20px;
  }
  
  .service-details-panel figure{
    height:400px;
  }

  .service-details h2{
    font-size:25px;
  }

  .service-details p{
    font-size:15px;
    line-height:24px;
  }

  .service-details h3{
    font-size:20px;
    margin:22px 0px 15px;
  }

  .service-details .lists li{
    font-size:14px;
  }

  .service-details .img-box figure{
    height:210px;
  }

  .service-details .title-box p{
    font-size:14px;
  }

  .service-details .country-list li{
    font-size:14px;
  }
}

@media (max-width:992px) {
  .header .top-header {
    display: flex;
    padding: 4px 10px;
    justify-content: space-between;
  }

  .header .top-header a {
    margin-right: 17px;
  }

  .navbar-collapse {
    background: #F5F7FA;
    position: fixed;
    width: 60%;
    height: 100vh;
    overflow-x:auto;
    scrollbar-width:thin;
    top: 0px;
    left: -100%;
    z-index: 99999;
    transition: all 0.5s linear;
  }

  .navshow {
    left: 0%;
  }

  .header .navbar-nav .nav-item {
    padding: 0px;
  }

  .header .navbar-nav .nav-link::before {
    display: none;
  }

  .header .navbar-nav .nav-link {
    border-bottom: 1px solid #e0e4eb;
    padding: 13px 16px;
  }

  .header .navbar-toggler {
    display: block;
  }

  .call-us-btn {
    display: inline-block;
    font-size: 18px;

  }

  .call-us-btn img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    filter: invert(1);
    animation: blink 1s ease-in-out infinite alternate;
  }

  .hide {
    display: none;
  }

  .company-website {
    display: inline-block;
  }


  .xmark {
    display: block;
  }

  .comman-title-box .comman-title {
    font-size: 25px;
  }

  .decoration {
    margin-top: 12px;
  }

  .services-panel .title-box h2 {
    font-size: 25px;
  }

  .services-panel .title-box .decoration {
    margin-top: 12px;
  }

  .smiliar-box .inner-title-box h2 {
    font-size: 25px;
  }

  .contactus-panel .inner-content {
    width: 100%;
  }

  .hero-panel {
    height: 350px;
  }

  .owl-carousel button img {
    height: 20px;
    object-fit: contain;
  }

  .hero-panel .owl-carousel button {
    top: 29%;
  }

  .hero-panel .owl-carousel button.owl-prev {
    left: -31px;
  }

  .hero-panel .hero-content p {
    padding-right: 0px;
    font-size: 17px;
    margin-bottom: 21px;
  }

  .hero-panel .hero-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .hero-panel .hero-content a {
    padding: 10px 20px;
    font-weight: 600;
  }

  /* .hero-panel .img-box2 {
    width: 500px;
  } */

  .contactus-panel .inner-content p {
    font-weight: 300;
  }

  .contactus-panel .inner-content p.custome-style {
    margin-bottom: 28px;
  }

  .services-panel .title-box {
    margin-bottom: 25px;
  }

  .smiliar-box .inner-title-box {
    margin-bottom: 25px;
  }

  .smiliar-box .content-box ul {
    margin: 15px 0px;
  }

  .smiliar-box .content-box p {
    font-size: 16px;
  }

  .dms-panel .about-box {
    padding: 15px;
  }

  .dms-panel .about-box p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    height: 116px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .counter-panel {
    padding: 20px 0px;
  }

  .counter-panel .counter-box span {
    font-size: 30px;
  }

  .counter-panel .counter-box p {
    font-size: 15px;
    margin-top: 8px;
  }

  .w-panel .wp-box p {
    font-size: 14px;
  }

  .w-panel .wp-box h3 {
    margin: 12px 0px;
  }

  .w-panel .wp-box {
    min-height: 217px;
  }

  .testimonial-panel .slides .author-img-box {
    margin-bottom: 20px;
  }

  .testimonial-panel .slides p {
    font-size: 16px;
  }

  .blog-panel .blog-header .decoration {
    margin-top: 12px;
  }

  .blog-panel .blog-header a {
    font-size: 15px;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 4px;
  }

  .blog-panel .slides p {
    font-size: 14px;
  }

  .elevate-business-panel .comman-style,
  .elevate-business-panel .video-box {
    height: 250px;
  }

  .elevate-business-panel .video-box .play-btn-box i {
    font-size: 40px;
  }

  .elevate-business-panel .video-box .play-btn-box h2 {
    font-size: 19px;
    margin-top: 20px;
  }

  .elevate-business-panel h3 {
    font-size: 19px;
  }

  .elevate-business-panel .help-box {
    padding: 53px 15px;
  }

  .elevate-business-panel .help-box h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .elevate-business-panel .help-box p {
    font-size: 14px;
  }

  .elevate-business-panel .help-box a {
    padding: 10px 39px;
    margin-top: 26px;
  }

  .elevate-business-panel .comman-card-box a {
    height: 150px;
  }

  .time-zone-panel .inner-slides {
    padding: 25px;
    height: 330px;
  }

  .time-zone-panel p br {
    display: none;
  }

  .time-zone-panel p {
    margin-bottom: 10px;
  }

  .clock-box {
    margin-top: 59px;
  }

  .clock-box .clock {
    width: 120px;
    height: 120px;
  }

  .clock-box p {
    margin-top: 6px;
    font-size: 12px;
  }

  .clock-box .hour-hand {
    width: 4px;
    height: 36px;
  }

  .clock-box .minute-hand {
    height: 30px;
  }

  .clock-box .second-hand {
    height: 35px;
  }

  .contact-details-panel {
    padding: 10px 0px;
  }

  .contact-details-panel .details-card img {
    width: 50px;
    height: 50px;
    margin: 0px;
  }

  .contact-details-panel .details-card {
    flex-direction: column;
    text-align: center;
  }

  .contact-details-panel .details-card p {
    font-size: 12px;
    margin: 0px;
  }

  .contact-details-panel .details-card a {
    font-size: 12px;
  }


  .scroll-top,
  .whatsapp {
    width: 40px;
    height: 40px;
    right: 11px;
    font-size: 18px;
  }

  .why-choose-panel .box {
    align-content: center;
  }

  .footer .ftr-contactus {
    margin-top: 30px;
  }

  .footer .contactus-details a {
    font-size: 15px;
  }

  .footer .bottom-box {
    margin: 20px 0px;
  }

  .footer .bottom-box ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }

  .footer .social-links {
    padding: 21px 0px;
  }

  /*blog page media queries start here*/
  .banner-panel {
    padding: 40px 0px;
  }

  .ddm-blog-panel .blog-img-box {
    height: 200px;
  }

  .ddm-blog-panel .content {
    padding: 15px;
  }

  .ddm-blog-panel .digital-marketing-btn {
    margin-bottom: 15px;
  }

  .ddm-blog-panel .content h2 a {
    font-size: 17px;
    line-height: 25px;
    min-height: 10px;
  }

  /*blog details page media queries start here*/
  .blog-details-panel .blog-details-box .img-box {
    height: 300px;
  }

  .blog-details-panel .content-boxs {
    padding: 20px 15px;
  }


  .blog-details-panel p {
    margin-bottom: 15px;
  }

  .blog-details-panel h5 {
    font-size: 20px;
    margin-top: 25px;
  }


  .blog-details-panel .conclusion-text {
    margin-top: 25px;
  }

  .blog-details-panel .message {
    display: block;
    margin-top: 20px;
  }

  .blog-details-panel .blog-details-box {
    margin-bottom: 30px;
  }

  .sidebar-widgets .inner-widgets {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .sidebar-widgets h2 {
    margin-bottom: 12px !important;
  }

  .sidebar-widgets .comman-title-box {
    margin-bottom: 20px;
  }
  
  .sidebar-widgets ul li{
      margin-bottom:7px;
  }

  /*Portfolio gallery media queries start here*/
  .portfolio-gallery-panel .portfolio-container {
    margin-top: 25px;
  }

  /*Event page media queries start here*/
  .events-panel .events-container {
    margin-top: 25px;
  }

  .events-panel figure {
    height: 180px;
  }

  /*Terms page media queries start here*/
  .comman-conditions-box {
    padding: 15px;
  }

  .comman-conditions-box h2,
  .comman-conditions-box h3 {
    font-size: 16px;
    margin: 20px 0px 12px;
  }

  .comman-conditions-box p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .comman-conditions-box ul {
    margin-bottom: 12px;
  }

  .comman-conditions-box ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .comman-conditions-box a,
  .comman-conditions-box strong {
    font-size: 14px;
    margin-bottom: 5px;
  }
  
   .service-details-panel figure{
    height:350px;
    margin-bottom:15px;
  }

  .service-details-panel .service-details{
    padding:20px;
  }

  .service-details h2{
    font-size:22px;
  }

  .service-details .img-box figure{
    margin:18px 0px 5px;
  }

  .service-details .title-box{
    margin-bottom:13px;
  }

  .service-details .country-list li{
    margin-right:11px;
  }

  .service-details{
    margin-bottom:25px;
  }

}

@media (max-width:768px) {
  .header .top-header {
    padding: 5px 6px;
  }

  .header .top-header a {
    font-size: 10px;
    margin-right: 0px;
  }

  .header .top-header img,
  .company-website img {
    width: 15px;
    height: 15px;
  }

  .navbar-collapse {
    width: 100%;
  }

  .header .navbar-brand img {
    width: 137px;
    height: 45px;
  }

  .header .navbar-toggler {
    top: 239px;
    left: -11px;
    width: 30px;
    height: 30px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .navbar-toggler i {
    font-size: 16px;
  }

  .call-us-btn {
    display: inline-block;
    font-size: 13px;

  }

  .call-us-btn img {
    width: 15px;
    height: 15px;
  }

  .hero-panel {
    height: auto;
  }

  .hero-panel .hero-content {
    text-align: center;
  }

  .hero-panel .hero-content h2 {
    font-size: 19px;
  }

  .hero-panel .hero-content p {
    font-size: 15px;
  }

  .btn-box a:last-child {
    margin-right: 0px;
  }

  .comman-padding {
    padding: 20px 0px;
  }

  .contactus-panel .inner-content h2 {
    font-size: 19px;
  }

  .contactus-panel .inner-content p {
    font-size: 14px;
  }

  .contactus-panel .inner-content p.custome-style {
    margin: 15px 0px 20px;
  }

  .services-panel {
    padding: 20px 0px;
  }

  .services-panel .title-box h2 {
    font-size: 19px;
  }

  .services-panel .service-card {
    padding: 15px;
  }

  .services-panel .icon-box img {
    width: 40px;
    height: 40px;
  }

  .services-panel .details-box h4 {
    margin: 13px 0px;
  }

  .services-panel .service-card {
    min-height: auto;
    /* margin-bottom: 15px; */
    margin-bottom: 20px;
  }

  .driven-panel {
    padding: 20px 0px;
  }

  .smiliar-box .inner-title-box h2 {
    font-size: 19px;
    line-height: normal;
  }

  .comman-btn-box {
    text-align: center;
    margin-top: 25px;
  }

  .smiliar-box .content-box p,
  .smiliar-box .content-box ul li {
    font-size: 14px;
  }

  .smiliar-box .content-box ul li {
    margin-bottom: 12px;
  }

  .smiliar-box .content-box ul li i {
    margin-right: 8px;
  }

  .smiliar-box .content-box ul {
    padding-left: 3px;
  }

  .comman-title-box .comman-title {
    font-size: 19px;
  }

  .comman-title-box .decoration {
    margin-top: 12px;
  }

  .decoration {
    margin-top: 12px;
  }

  .dms-panel .about-box p {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    height: 91px;
  }

  .counter-panel {
    padding: 30px 0px 0px;
  }

  .counter-panel .counter-box span {
    font-size: 25px;
  }

  .counter-panel .counter-box p {
    margin-top: 5px;
  }

  .counter-panel .counter-box {
    margin-bottom: 30px;
  }

  .w-panel .wp-box {
    min-height: auto;
    margin-bottom: 20px;
  }

  .why-choose-panel ul li {
    width: 100%;
    margin-bottom: 4px !important;
  }

  .w-panel .wp-box h3 {
    font-size: 18px;
  }

  .our-work-panel .our-work-box {
    height: 200px;
    margin-bottom: 15px;
  }

  .testimonial-panel .slides p {
    font-size: 14px;
  }

  .testimonial-panel .slides .author-img-box {
    width: 70px;
    height: 70px;
  }

  .testimonial-panel .slides .author-img-box img {
    width: 46px;
    height: 50px;
  }

  .testimonial-slider-wrapper {
    /* margin-top: -36px; */
    margin-top: -23px;
  }

  .testimonial-panel .slides a {
    font-size: 16px;
  }

  .blog-panel .blog-header {
    flex-direction: column;
  }

  .blog-panel .blog-header a {
    font-size: 14px;
    border: none;
    padding: 0px;
    margin: 10px 0px 25px;
  }

  .blog-panel .comman-title-box {
    margin-bottom: 0px;
  }

  .blog-panel .slides a {
    margin-bottom: 8px;
  }

  .blog-panel .slides p {
    margin-bottom: 15px;
  }

  .blog-panel .people-box a {
    margin-bottom: 0px !important;
  }

  .our-clients-panel .client-slider-wrapper {
    padding-bottom: 0px;
  }

  .elevate-business-panel .video-box {
    height: auto;
    margin-bottom: 10px;
  }

  .elevate-business-panel .comman-style {
    height: 200px;
    margin-bottom: 10px;
  }

  .elevate-business-panel .help-box {
    padding: 20px;
    align-content: center;
    margin-bottom: 15px;
  }

  .elevate-business-panel .help-box a {
    margin-top: 18px;
  }

  .elevate-business-panel .comman-card-box {
    margin-bottom: 15px;
  }

  .contact-details-panel {
    padding: 20px 0px 0px;
  }

  .contact-details-panel .details-card {
    margin-bottom: 15px;
    flex-direction: row;
    text-align: left;
  }

  .contact-details-panel .details-card img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .contact-details-panel .details-card a,
  .contact-details-panel .details-card p {
    font-size: 12px;
    margin: 0px;
  }

  .driven-img,
  .why-choose-panel .image-box {
    margin-bottom: 20px;
  }

  .hero-panel .slides .img-box {
    margin-bottom: 20px;
  }

  .time-zone-panel br {
    display: none;
  }

  .time-zone-panel .inner-slides {
    padding: 15px;
    text-align: center;
    height: 355px;
  }

  .time-zone-panel h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .time-zone-panel p {
    font-size: 13px;
    margin-bottom: 29px;
  }

  .time-zone-panel .img-box {
    height: auto;
  }

  .clock-box .clock-container {
    margin-bottom: 15px;
  }

  .clock-box .clock {
    width: 70px;
    height: 70px;
    margin: 0px auto;
  }

  .clock-box {
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .clock-box p {
    font-size: 12px;
  }

  .clock-box .hour-hand {
    width: 3px;
    height: 22px;
  }

  .clock-box .minute-hand {
    width: 3px;
    height: 21px;
  }

  .clock-box .second-hand {
    height: 20px;
  }

  .connect-us-panel {
    display: block;
  }

  /*blog page media queries start here*/
  .banner-panel h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .banner-panel ul li a,
  .banner-panel ul li {
    font-size: 14px;
  }

  .banner-panel {
    padding: 25px 0px;
  }

  .ddm-blog-panel .blog-card {
    margin-bottom: 15px;
  }

  .ddm-blog-panel .blog-img-box {
    height: auto;
  }

  .ddm-blog-panel .digital-marketing-btn {
    margin-bottom: 10px;
  }

  .ddm-blog-panel .content h2 a {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .ddm-blog-panel .content p {
    font-size: 14px;
    margin-bottom: 13px;
    line-height: normal;
    height: 66px;
  }

  .ddm-blog-panel .view-box {
    margin-top: 10px;
    padding-top: 10px;
  }

  .ddm-blog-panel .view-box i,
  .ddm-blog-panel .view-box span {
    font-size: 12px;
  }

  .footer .footer-link-box {
    margin-bottom: 10px;
  }

  .footer h2 {
    font-size: 16px;
    text-align: left;
  }

  .footer .location-box {
    padding-left: 0px;
    margin-top: 20px;
  }

  .footer .ftr-contactus {
    margin-top: 12px;
  }

  .footer .ftr-contactus .hidden {
    display: block;
  }

  .footer .contactus-details {
    flex-direction: column;
  }

  .footer .contactus-details a {
    margin-bottom: 10px;
  }

  .footer .contactus-details a i {
    margin-right: 10px;
  }

  .footer .bottom-box {
    margin-top: 15px;
  }

  .footer .bottom-box ul li a {
    padding: 0px 8px;
  }

  .certificate-box {
    display: none;
  }

  .footer .reserved-box {
    padding: 0px;
    font-size: 12px;
  }

  .footer .social-links {
    padding: 0px;
    text-align: center;
    margin: 25px 0px 45px;
  }

  .footer .comman-ftr-titles {
    pointer-events: painted;
    color: #fff;
    background: #012f6b;
    padding: 9px;
  }

  .footer .comman-ftr-titles::after {
    content: "+";
    background-image: none;
    position: absolute;
    right: 25px;
    transform: rotatex(0deg);
  }

  .footer .comman-ftr-titles:not(.collapsed)::after {
    content: "-";
  }

  .footer .footer-link-box ul.collapse {
    display: none;
  }

  .footer .footer-link-box ul.collapse.show {
    display: block;
  }

  .footer .contactus-details a {
    font-size: 14px;
  }

  /*blog details page media queries start here*/
  .blog-details-panel .blog-details-box .img-box {
    height: auto;
  }

  .blog-details-panel .content-boxs {
    padding: 10px;
  }

  .blog-details-panel h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .blog-details-panel p {
    line-height: normal;
  }

  .blog-details-panel h5 {
    font-size: 18px;
    margin-top: 20px;
  }

  .blog-details-panel ul li {
    font-size: 14px;
  }

  .blog-details-panel .conclusion-text {
    margin-top: 20px;
  }


  .blog-details-panel .blog-details-box {
    margin-bottom: 15px;
  }

  .sidebar-widgets .inner-widgets {
    padding: 13px;
  }

  .blog-details-panel span {
    margin-top: 15px;
  }

  .sidebar-widgets .link-boxs  span {
    font-size: 14px !important;
  }

  .sidebar-widgets .link-boxs  span i {
    font-size: 15px;
  }

  .sidebar-widgets .link-boxs  h4 {
    font-size: 14px;
    margin: 8px 0px;
  }

  .sidebar-widgets .link-boxs  {
    margin-bottom: 15px;
  }

  .sidebar-widgets ul li a {
    font-size: 14px;
  }

  .blog-details-panel ul li {
    margin-bottom: 10px;
  }

  .sidebar-widgets .inner-widgets {
    margin-bottom: 15px;
  }

  /*Portfolio gallery media queries start here*/
  .comman-tab .nav-item {
    margin: 0px 3px 10px;
  }

  .comman-tab .nav-link {
    font-size: 13px;
    padding: 10px;
    width: 162px;
    text-align: center;
  }

  .portfolio-gallery-panel .portfolio-container {
    margin-top: 20px;
  }

  .portfolio-gallery-panel .inner-portfolio-box {
    margin-bottom: 15px;
  }

  /*Event page media queries start here*/
  .events-panel .events-container {
    margin-top: 20px;
  }

  .events-panel figure {
    height: auto;
    margin-bottom: 15px;
  }
  
  .img-hidden{
    display:none;
  }

  .service-details-panel .service-details{
    padding:0px;
    border-radius:0px;
    box-shadow:none;
    background-color:transparent;
  }

  .service-details-panel figure{
    height:250px;
  }

  .service-details h2{
    font-size:18px;
    margin-bottom:15px;
  }

  .service-details p{
    line-height:22px;
    margin-bottom:12px;
  }

  .service-details h3{
    font-size:19px;
    margin-bottom:12px;
  }

  .service-details .lists li{
    align-items:baseline;
  }

  .service-details .lists li i{
    font-size:13px;
  }

  .service-details .img-box figure{
    width:100%;
    margin:15px 0px 5px;
  }

  .service-details .title-box{
    margin-bottom:12px;
  }

  .service-details .notice-box{
    padding:12px;
  }

  .service-details .notice-box p, .service-details .notice-box strong{
    font-size:13px;
    line-height:20px;
  }
}