body {
    font-family: "Open Sans", sans-serif;
}

p {
    font-size: 15px;
    font-weight: normal;
    color: #5f5f5f;
    margin-bottom: 15px;
    line-height: 2;
}

a{
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0185cc;
    margin-top: 30px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 28px;
}

.custom-btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    padding: 20px 40px !important;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
    background: #6e9100;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.custom-btn:hover {
    color: #fff !important;
}

.custom-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#2E82EA;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    transition: 0.5s;
    z-index: -1;
}

.custom-btn:hover::after {
    webkit-transform: translateX(0);
    transform: translateX(0);
}

/* top bar css start*/
.top-bar {
    background-color: #2e82ea;
    padding: 13px 0px;
}

 .social_icons {
    display: inline-block;
}

.mailtag{
    display: none;
}

 .social_icons a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 26px;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
      color: #fff;
}

.call {
    margin: 0;
    color: #fff;
}

.call i {
    padding-right: 15px;
}

.call a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
	text-decoration:none;
}

.top-social{
	text-align:right;
}

/* header css */
header ul li a {
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 700;
    padding: 0 20px !important;
	text-decoration:none;
	line-height:normal;
}

header ul li a:hover,
.navbar-light .navbar-nav .active>.nav-link{
    color: #6e9100 !important;
	text-decoration:none;
}

nav ul li ul.dropdown-menu{
	padding: 20px 30px;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 17%);
    transition: all .3s ease-in;
	top:200%;
}

	.navbar-expand-lg .navbar-collapse{
		justify-content:flex-end;
	}

.dropdown-menu li a{
	    padding: 8px 5px !important;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}

.dropdown-menu li:hover a:before{
	opacity: 1;
    left: -15px;
}


.dropdown-menu li a:before{
	    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background: #6e9100;
    z-index: 99;
    border-radius: unset;
    opacity: 0;
    transition: .5s;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 9999;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

header ul {
    align-items: center;
}

header .custom-btn {
    margin-left: 20px;
}

.navbar-expand-lg {
    padding:0;
}

/* call btn css*/
@keyframes quick-alo-circle-anim {
    0% {      transform: rotate(0) scale(.5) skew(1deg);        opacity: .1;        opacity: .1;        -webkit-opacity: .1;        opacity: .1    }
    30% {       transform: rotate(0) scale(.7) skew(1deg);        opacity: .5;        opacity: .5;        -webkit-opacity: .5;        opacity: .5    }
    100% {       transform: rotate(0) scale(1) skew(1deg);        opacity: .6;       opacity: .6;        -webkit-opacity: .6;        opacity: .1
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {       transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
    50% {        transform: rotate(0) scale(1) skew(1deg);        opacity: .2    }
    100% {        transform: rotate(0) scale(.7) skew(1deg);        opacity: .2    }
}

@keyframes quick-alo-circle-img-anim{
    0% {        transform: rotate(0) scale(1) skew(1deg)    }
    10% {       transform: rotate(-25deg) scale(1) skew(1deg)    }
    20% {        transform: rotate(25deg) scale(1) skew(1deg)    }
    30% {       transform: rotate(-25deg) scale(1) skew(1deg)    }
    40% {        transform: rotate(25deg) scale(1) skew(1deg)    }
    50% {     	transform: rotate(0) scale(1) skew(1deg)    }
    100% {       transform: rotate(0) scale(1) skew(1deg)    }
}

.call-btn{
	left: 20px;
   bottom: 90px;
    position: fixed;
    z-index: 999;
    text-align: center;	
}

 a.fab-fa-call {
    color: #fff;
    background: #1d9bf0;
	width: 50px;
    height: 50px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: flex;
    border: 0px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.call-anim{
	position: fixed;
    bottom: 110px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:99;
}

.quick-alo-ph-circle {
    position: absolute;
    width: 100px;
    height: 100px;
     border: 2px solid #00A1FF;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: rgba(0, 161, 255, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.quick-alo-ph-img-circle {
    width: 50px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 50px;
    font-size: 30px;
    background: #00A1FF;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

#gb-widget-4336{
	bottom: 0;
    left: 60px;
}

/* footer css */
footer.footer_bottom{
    padding: 80px 0 0px 0;
    background: #6e9100 ;
    height: auto;
    line-height: unset;
}

footer p {
    color: #fff !important;
    padding-top: 15px;
	font-size: 16px;
    line-height: 24px;
}

ul.footer-social-icon {
    margin-top: 30px;
}

.footer-social-icon,
.footer-social-icon li a {
    font-size: 16px;
    color: #fff !important;
	background:unset !important;
	padding:0 !important;
}

ul.footer-social-icon li {
    position: relative;
    overflow-wrap: break-word;
    margin: 10px 0px;
}

.footer-social-icon li {
    list-style: none;
}

.footer-social-icon li i {
    color: #cccccc;
    padding-right: 10px;
}

.footer_widget h5.w-title{
   font-size: 22px !important;
    margin-bottom: 30px !important;
    color: #fff;
    margin-top: 0;
    background: unset;
    padding: 0;
}

.footer_widget a img{
	margin-bottom:0;
}

.qlinks li {
    margin: 10px 0px;
    list-style: none;
    color: #fff;
}

.footer_widget  .qlinks li a {
    color: #fff;
    text-transform: capitalize;
    background: unset;
    padding: 0;
}

.qlinks li a:hover{
    color: #2E82EA;
    text-decoration: none;
}

footer .custom-btn {
    background-color: #fff;
    color: #6e9100;
}

.copyright-wrap {
    border-top: 1px solid #e2e6f6;
	padding:20px 0;
	margin-top:50px;
}

.copyright-wrap p{
	color:#fff !important;
	padding:0;
}
.copyright-wrap p a{
	color:#fff;
}

.copyright-wrap p a:hover{
	color:#0185cc;
	text-decoration:none;
}

footer .social_icons{
	text-align:right;
	display:block;
}

/* testimonial slider */
.testimonial{
	padding-bottom:80px;
}

.testi_slider .item .user_botom{
	background:unset;
}

.testimonial-slide {
	margin-top:50px;
}

.testimonial-slide  .item p{
	    width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.testimonial-slide .owl-nav{
	position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
}

.testimonial-slide .owl-nav button{
	    background: transparent;
    border: 0;
}

.testimonial-slide .owl-nav button:focus{
	outline:0;
}

.testimonial-slide .owl-nav button span{
        font-size: 30px;
    background: #0185cc;
    border: none;
    color: #fff;
    display: block;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    margin-right: 20px;
}

/* input style */
.form-control {
    margin-bottom: 16px;
}

.form-control:focus {
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 8%);
    border-color: #edf3f3;
}

input.form-control,
select.form-control {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 8%);
    padding: 0 15px;
    height: 55px;
}

textarea.form-control {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #edf3f3;
    box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 8%);
}



/* media query*/
@media (max-width: 767px) {  
  h3 {
        font-size: 22px;
    }
	
	  h2 {
        font-size: 28px;
    }
	
	 .w-title {
        margin-top: 30px;
    }

    footer .custom-btn {
        width: 100%;
    }

    footer {
        padding: 50px 0;
    }

  
	
	.testimonial-slide .item p{
		width:100%;
		max-height:210px;
		overflow-y:hidden;
	}
	
	.testimonial-slide .owl-nav{
		position: unset;
    width: unset;
    display: unset;
	}
}

@media (max-width:991px){
		 .top-bar .col-sm-6 {
        width: 50%;
    }

    .top-social{
        display: none;
    }

    .mailtag{
        display: block;
		text-align:right;
    }

    .navbar-toggler:focus {
        outline-color: #2e82ea;
    }

    #sticky-social-icons-container,
    .navbar-nav li a.custom-btn {
        display: none;
    }
	
	  .navbar-brand img {
        height: 50px;
        object-fit: contain;
    }

    .navbar-expand-lg,
    header .container {
        padding: 0;
    }

    .navbar-brand {
        padding-left: 15px;
    }
	


    .navbar-nav {
        text-align: left;
        margin: 0 auto;
        border-bottom-left-radius: 21px;
        border-bottom-right-radius: 21px;
        z-index: 9999999;
        float: none;
        overflow: hidden;
        align-items: flex-start;
        background-color: #000;
        border-radius: unset;
		
    }

    .navbar-light .navbar-toggler {
        margin-right: 15px !important;
    }
	.nav-item .dropdown-toggle{
			display: flex;
    align-items: center;
    justify-content: space-between;

	}

    .navbar-nav li {
        width: 100%;
    }

    .navbar-nav li a {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        color: #fff !important;
        display: block;
        float: left;
        margin: 0;
        padding: 10px 18px !important;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        font-size: 15px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	  .footer_widget {
        margin-top: 20px;
    }

    #newsletter_form {
        text-align: center;
    }
}

.page-service-single{
	padding: 80px 0;
}

.page-single-sidebar{
	position: sticky;
	top: 20px;
	margin-left: 20px;
}

.page-category-list{
	background: #F5F5F5;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.page-category-list h3{
	font-size: 22px;
	background: #0a6cb9;
	line-height: normal;
	padding: 20px 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.page-category-list ul{
	list-style: none;
  margin: 0;
	padding: 30px;
}

.page-category-list ul li{
	line-height: 1.5em;
  border-bottom: 1px solid #0D0D0D1A;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.page-category-list ul li:last-child{
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.page-category-list ul li a{
  position: relative;
  display: block;
  text-transform: capitalize;
  color: #000000;
  padding-right: 30px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 600;
}

.page-category-list ul li a:hover{
	color: #0a6cb9;
}

.page-category-list ul li a::before{
	content: '';
  position: absolute;
  top: 2px;
  right: 0;
	background: url('../images/arrow-primary.svg') no-repeat;
	background-position: center center;
	background-size: cover;
  width: 18px;
  height: 18px;
	transition: all 0.4s ease-in-out;
  transform: rotate(-45deg);
}

.page-category-list ul li a:hover::before{
	transform: rotate(0);
}

.sidebar-cta-box{
  position: relative;
  background: linear-gradient(160deg, #0a6cb9, #0a6cb9);
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 18px 40px rgba(0,0,0,0.3); */
  animation: softReveal 0.9s ease forwards;
}

.sidebar-cta-box::after{
  width: 220px;
  height: 220px;
  bottom: -110px;
  left: -110px;
}

@keyframes softReveal{
  from{opacity:0; transform:translateY(25px);}
  to{opacity:1; transform:translateY(0);}
}

.sidebar-cta-title{
  padding: 24px 36px;
  background: rgb(110 145 0);
}

.sidebar-cta-title h3{
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}

.sidebar-cta-body{
  padding: 36px;
  position: relative;
  z-index: 2;
}

.sidebar-cta-body-content{
  background: rgba(255,255,255,0.08);
  padding: 24px 22px 10px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.sidebar-cta-body-content ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-cta-body-content ul li{
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 14px;
  transition: all 0.35s ease;
}

.sidebar-cta-body-content ul li:hover{
  transform: translateX(6px);
}

.sidebar-cta-body-content ul li:hover::before{
  opacity: 1;
}

.sidebar-cta-body-content ul li img{
  width: 40px;
  height: 40px;
  padding: 5px;
  object-fit: contain;
  background: rgba(255,255,255,0.25);
  border-radius: 20%;
  filter: invert(1);
}

.sidebar-cta-body-content ul li a{
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sidebar-cta-body-content ul li a:hover{
  color: #ffdede;
}

.sidebar-cta-body-image{
  margin-top: 45px;
  text-align: right;
}

.sidebar-cta-body-image img{
  width: 100%;
  animation: slowDrift 6s ease-in-out infinite;
}

@keyframes slowDrift{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

@media (max-width: 575px){
  .sidebar-cta-title{
    padding: 20px 26px;
  }
  .sidebar-cta-body{
    padding: 26px;
  }
}

.page-single-image figure{
	display: block;
	border-radius: 10px;
}

.page-single-image img{
  width: 100%;
  aspect-ratio: 1 / 0.568;
  object-fit: cover;
	border-radius: 10px;
}

.page-single-image .video-main {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.page-single-image .video-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}

/* .service-entry{
  margin-bottom: 60px;
} */

.service-entry p{
  margin-bottom: 20px;
  text-align: justify;
}

.service-entry .sm-title {
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700;
}

.service-entry p:last-child{
  margin-bottom: 0;
}

.service-entry h2{
  font-size: 48px;
	letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.service-entry h3{
	font-size: 20px;
	margin-bottom: 10px;
}


/* blog css */



.blog-page-section .row .col-lg-4 {
    margin-bottom: 20px;
}
.blog-card {
    
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
}
.blog-card .blog-img img {
    width: 100%;
    height: auto;
}
.blog-card .blog-content {
    padding: 10px 20px 38px;
}
.blog-title {
    line-height: 32px;
}
.blog-card .blog-title a {
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    line-height: 20px;
}
.blog-card .blog-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 35px;
}
.blog-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-card .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    padding: 14px 22px;
    background: #2196F3;
    border-radius: 11px;
    gap: 5px;
}
.blog-content i {
    margin-left: 6px;
}

/* blog css end */