/*COMMON CSS*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
}

input,
textarea,
button,
select {
    border: none;
}



::-webkit-input-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

::-webkit-scrollbar {
    background-color: #f8f8fa;
    width: 11px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f8f8fa 0%, #00e7ba 46%, #f8f8fa 91.49%);
    height: 100px;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #14212b;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 10px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover {
    color: #00aae3;
    font-family: "Open Sans", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}
.white-content {
    font-size: 18px;
    line-height: 28px;
    z-index: 9;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}
.counter-box p {
    margin-top: 10px;
}
/* animation css*/
@keyframes veritcal {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}


@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.6);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}

/* scroll to up */
#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: #fff;
    background: #00e1b8;
    z-index: 999;
    border: 1px solid #00e1b8;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* header css start */
.navbar-brand img {
    width: 150px;
    object-fit: contain;
}

.navbar-nav li {
    padding: 0px 0 0 40px !important;
}

.navbar-nav .dropdown-item {
    color: #212529 !important;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 10px 20px !important;
}

.navbar-nav li .btn:focus {
    box-shadow: unset;
}

.navbar-nav li a,
.navbar-nav li .btn {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 0 !important;
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:after,
.navbar-light .navbar-nav .btn:before {
    content: "";
    width: 0;
    height: 1px;
    border-radius: 25px;
    display: inline-block;
    position: absolute;
    left: -2px;
    bottom: -3px;
    transition: all 0.4s ease;
}

header {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.navbar-light .navbar-nav .nav-link:hover:after,
.navbar-light .navbar-nav .btn:hover:before {
    background-color: #ffffff !important;
    width: 92%;
}

.navbar-light .navbar-nav .active .nav-link:after,
.navbar-light .navbar-nav .active .btn:before {
    background-color: #ffffff !important;
    width: 92%;
}

.navbar-nav li a,
.navbar-nav li .btn {
    color: #fff !important;
    letter-spacing: 0.5px;
}

.call-link {
    font-size: 24px;
}

.call-link  i{
	animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	margin-right:10px;
}

.call-link {
    color: #fff;
}
.call-link:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    margin-left: 9px;
    position: absolute;
    margin-top: 3px;
    border: none !important;
}
.navbar-nav .dropdown-menu {
    border-radius: 10px;
}
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
    background-color: #ededed !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #ededed !important;
}

.navbar-light .navbar-toggler {
    background-color: #04d4ba;
}

/* common css start*/
.custom-btn {
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 36px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    width: auto;
    border: 0;
}
.custom-btn:hover {
    color: #00e1b8 !important;
}
.custom-btn:focus {
    box-shadow: unset;
}

.custom-link {
    padding: 0;
    position: relative;
    background: transparent;
    color: #00e1b8;
    border-radius: unset;
    position: relative;
    text-transform: capitalize;
    line-height: 2;
}

.custom-link:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 5px;
    right: 0;

    background: #00e1b8;
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.custom-link:hover:after {
    left: 0;
    width: 100%;
}
.banner .custom-btn {
    background-color: #00e1b8;
    color: #fff;
}

.banner .custom-btn:hover {
    background-color: #ffffff;
    color: #2d6b69 !important;
    border-color: #2d6b69 !important;
}

 .white-btn {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.white-btn:hover {
    color: #00e1b8 !important;
    background-color: #fff !important;
}

.head-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.same-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    z-index: 9;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-center .heading_divider {
    right: 0;
    margin: 0 auto;
}

.heading_divider {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #00e1b8;
    left: 0;
    display: none;
}

.heading_divider:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    border-radius: 2px;
    right: -20px;
    background: #00e1b8;
}

/* slider css start*/
.slick-dots li button {
    background: #151515 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #004aad !important;
}

.slick-dots {
    bottom: -51px !important;
    display: none !important;
}

.slick-prev,
.slick-next {
    top: 100% !important;
    transform: unset !important;
    margin-top: 50px;
}

/*.slick-prev:before {
    content: url("../img/left-arw.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-next:before {
    content: url("../img/right-arw.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
}*/

.slick-prev:before,
.slick-next:before {
    color: #1194c1 !important;
    font-size: 45px !important;
    opacity: 1 !important;
}

.slick-next {
    right: 47% !important;
}

.slick-prev {
    left: 47% !important;
}

/* forms css */
.form-box {
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 40px 0px 0px;
    --e-column-margin-right: 40px;
    --e-column-margin-left: 0px;
    padding: 60px 60px 60px 60px;
    border-radius: 15px 15px 15px 15px;
    width: 100%;
}

.form-box h4 {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.form-control{
    padding: 30px 25px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #969fa1;
    margin-top: 11px;
    color: #5d666f;
    width: 100%;
    max-width: 100%;
	height:62px;
}

.form-select{
	height:62px;
	padding:0 25px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #969fa1;
    margin-top: 11px;
    color: #5d666f;
    width: 100%;
    max-width: 100%;
}

textarea.form-control{
	margin-bottom:11px;
}

.form-select option{
	color: #5d666f;
}

.form-control:focus {
    outline: 0;
    border-color: #004aad;
    box-shadow: unset;
}

.form-box .custom-btn {
    width: 100%;
    border-radius: 15px;
}

/* blog section css start*/
.blog-section{
	overflow:hidden;
}

.blog-section .slick-track {
    padding: 35px 0;
}

.blog-box {
    background: #fff;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 8px 8px 5px rgb(21 21 21 / 10%);
}

.blog-box img {
    border-radius: 5px;
}

.pt-post-date {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: center;
    background-color: #00e1b8;
    padding: 10px 0;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-post-date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.pt-post-date span {
    display: inline-block;
    float: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.blog-content {
    padding: 0px 25px 25px 25px;
}

.blog-content p {
    font-size: 17px;
}

.blog-content .custom-btn {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 25px;
}

.blog-content ul {
    margin-bottom: 15px;
}

.blog-content ul li {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    padding: 0 0;
    margin: 0 20px 0 0;
    align-self: center !important;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
}

.blog-content ul li i {
    margin-right: 8px;
    color: #004aad;
}

.blog-content h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    height: 70px;
}



/* footer css start */
footer {
    background-image: url("../img/bg-image-6.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 130px;
}

.ft-social-share li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #757589;
    margin: 5px 60px;
}

.ft-social-share li a {
    color: #999ab6;
    font-size: 30px;
    line-height: 28px;
}

.footer-top {
    padding: 65px 0;
}

footer form {
    margin-top: 30px;
}

footer form input {
    border-bottom: 2px solid #c7c7d5 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: unset !important;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    box-shadow: none;
    padding: 0 !important;
    outline: none;
}

footer h3 {
    margin-bottom: 30px;
    font-size: 22px;
	text-transform:capitalize;
}

footer li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #757589;
}

footer li a {
    color: #000000;
    line-height: 28px;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 1;
}

footer li a:hover, footer li.active a {
    color: #39bbcb;
}

.copyright {
    border-top: 1px solid #c7c7d5;
}

footer .col-lg-5 {
    padding-right: 60px;
}

footer .col-lg-3 {
    padding-left: 60px;
    border-left: 1px solid #c7c7d5;
}

footer form .custom-btn {
    padding: 12px 10px;
    font-size: 16px;
    line-height: 26px;
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
}
footer form .custom-btn:hover{
    color: #fff !important;
}
footer .form-control {
    padding: 12px 25px !important;
    color: #000000;
    width: 100%;
    max-width: 100%;
    line-height: 24px;
    height: unset;
    margin-top: 0px;
    border-radius: 10px !important;
    border: 1px solid #0da8bf !important;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

footer .col-lg-5 a{
    margin-top: 0px !important;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
	display:block;
}

footer .col-lg-5 img{
	width:150px;
	object-fit:contain;
	margin-bottom:20px;
}

footer .col-lg-5 a i,
footer .col-lg-5 p i{
	    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    margin-right: 10px;
    color: #fff;
    font-size: 17px;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

/* page header css start */
.inner-banner-area {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.inner-banner-area:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    background: url(../img/banner-shape.png);
    height: 19%;
    background-size: 100% 100%;
    z-index: 21;
}

.inner-banner-area .col-md-12 {
    z-index: 11;
}

/*.inner-banner-area:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.1;
    z-index: 1;
}*/

.inner-banner-title {
    font-size: 60px;
    color: #fefefe;
    font-weight: 300;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
    text-transform: capitalize;
}

/* testimonial css start*/
.testimonial-section {
    margin-bottom: 70px;
}
.testimonial-section .container-fluid {
    background: #ecf2fa;
    padding: 10px 0 150px 0;
}

.add-review{
	font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-top: 10px;
		text-transform:uppercase;
		background:transparent;
}

.add-review .rgt-arw {
    padding: 0px;
    font-size: 21px !important;
    text-align: center;
    margin-left: 5px;
    color: #000 !important;
    transition: 0.52s;
}

.add-review:hover  .rgt-arw{
	margin-left: 10px;
    transition: 0.5s;
}
/*.testimonial-section:after{
	content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    top: -340px;
    right: 0;
       background-image: url(../img/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}*/

.testimonial-section .item {
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 34px 35px 40px 40px;
    position: relative;
}

.testimonial-section .item h3 {
    color: #00092c;
    font-size: 20px;
    margin: 0;
    line-height: 32px;
    font-weight: 700;
    padding-bottom: 14px;
}

.name {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #00092c;
    letter-spacing: 0.2px;
    margin-top: 30px;
    margin-bottom: 2px;
}

.user-img {
    min-height: 80px;
    max-width: 80px;
    width: 100%;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.job {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #7b7b7b;
    margin-bottom: 30px;
}

.testimonial-slider .slick-track {
    padding-bottom: 50px;
}

.testimonial-slider-1 .slick-track {
    padding-bottom: 80px;
}

.review-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-box img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.rate-box{
	text-align:left;
}

.rate-box p {
    padding: 0;
	font-size:19.5px;
}

.rate {
    color: #e7711b;
    font-size: 20px;
}

.rate i {
    color: #e7711b;
}

/* content sec css start */
.content-sec {
    margin: 100px 0 150px 0;
}

.content-sec .same-title {
    margin-top: 50px;
    font-size: 30px;
    line-height: 40px;
}

.list-view li {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
}

.list-view li i {
    color: #0cabbf;
    padding-right: 8px;
}
.btn_gradiant {
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    border-radius: 10px;
    transition: all 0.5s;
}
.btn_gradiant:hover {
    background: linear-gradient(90deg, #00e5b8 -2.63%, #0da6bf 20%, #1487c2 122.49%);
    border-radius: 10px;
    transition: all 0.5s;
    color: #fff !important;
}

/* sticky btns */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	left:30px;
	background-color:#269041;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      display: flex;
    align-items: center;
    justify-content: center;
}

.wfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      display: flex;
    align-items: center;
    justify-content: center;
}

.float i{ 
	background:unset;
	height:unset;
	width:unset;
}


.mobile-sticky{
	display:none;
}

.user-date{
	display:flex;
	align-items:center;
	margin-bottom:15px;
}

.user-date .author_img{
	height: 80px;
    width: 80px;    
    z-index: 2;
	border-radius:50%;
    transition: all 0.8s;
	    display: inline-block;
    margin: initial;
	border:5px solid #08bdbc;
}

.date-detail{
	margin-left:15px;
}

.date-detail p{
	    font-size: 18px;
    font-weight:bold;
	line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
	text-transform:capitalize;
	padding-bottom:0;
}

.date-detail .bdate{	
	font-weight:normal;
}

/*media query*/
@media (max-width:334px){
	.navbar-brand img{
		width:100px;
	}
	
	.form-box {
    padding: 30px 15px !important;
}
	footer li a{
		    font-size: 15px;
    line-height: 25px;
	}
	
	body .custom-btn{
    padding: 10px 15px;
    font-size: 15px;
	}
	
	.content-sec .same-title{
		font-size: 22px;
    line-height: 32px;
	    margin-top: 20px;
	}
	
	.testimonial-section .item{
		padding:34px 20px 40px 20px;
	}
	
	body .slick-prev{
		left:35% !important;
	}
	
	body .slick-next {
		right: 35% !important;
	}
	
	body .sevices-item {
    margin: 0;
	}
	
	.otherblog .inv-cls {
    font-size: 15px;
    line-height: 25px;
	}
	
	body .otherblog .sevices-item{
		padding: 15px 15px 20px 15px;
	}
	
	body footer {
    padding-top: 50px;
}
	.otherblog .user-name h3{
		font-size:13px !important;
	}
	.blog-section .slick-track {
    padding: 20px 0;
}
	
	.rate i{
		font-size:13px;
	}
	
	.review-box img{
		    margin-right: 20px;
    width: 100px;

	}
	
	.slick-dots{
		bottom:-30px !important;
	}
	
	body .same-title{
		    font-size: 25px;
    line-height: 30px
	}
	p,.list-view li{
		font-size:16px;
		line-height:26px;
	}
	
	.blog-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
	}
	
	.sidebar .form-box h4{
		font-size:20px !important;
	}
	
	.blog-content h4{
		    font-size: 18px !important;
    line-height: 28px !important;
	}
	
	.blog-content{
		padding:0;
	}
}

@media (max-width: 767px) {
	.inner-banner-area{
		min-height:300px;
	}
	
	.head-title {
		margin-bottom:10px;
	}
	
	.info-box .info-item{
		margin-bottom: 0;
    margin-top: 15px;
	}
    .custom-btn {
        padding: 9px 20px;
        font-size: 14px;
        line-height: 26px;
    }
	
	footer form .custom-btn{
		margin-top:20px;
	}

    .same-title {
        font-size: 26px;
        line-height: 40px;
    }

    .form-box {
        padding: 50px 30px;
    }

    .form-box h4 {
        font-size: 25px;
    }

    .review-box {
        justify-content: start;
    }

    .slick-next {
        right: 40% !important;
    }

    .slick-prev {
        left: 35% !important;
    }

    footer {
        padding-top: 40px;
    }

    .ft-social-share li {
        margin: 5px 10px;
    }

    .footer-top {
        padding: 0px 0 50px 0;
    }

    footer .col-lg-5 {
        padding-right: 15px;
    }

    footer .col-lg-3 {
        padding: 50px 15px;
        border-left: 0;
    }

    footer .col-lg-2 {
        width: 50%;
    }

    .blog-content h4 {
        height: auto;
    }

    .ft-social-share li a {
        font-size: 25px;
    }
	
	.inner-banner-title{
	line-height: 38px;
    font-size: 28px;
	padding-top:70px;
	}
	

.testimonial-section .col-lg-4.text-right{
	text-align:left !important;
}
.testimonial-section{
margin-bottom:100px;	
}

.sevices-item{
	margin:0 15px 30px 15px;
}

.content-sec{
	margin:50px 0 100px 0
}



.otherblog .sevices-item{
	margin:0;
}
.footer-top .col-lg-5 .row .col-lg-1{
	width:15%;
}

.footer-top .col-lg-5 .row .col-lg-11{
	width:85%;
}

.service-section .slick-dots{
	bottom:-40px !important;
}

.mobile-sticky{
	display:block;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    display: block;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	background-color:#fff;
	padding:10px;	
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mobile-sticky .wamobile{
	background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    padding: 8px 11px;
    border-radius: 50px;
    color: white;
	    height: 50px;
       width: 50px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-btn {
	display:flex;
	align-items:center;
	justify-content:center;
}

.call-btn i{
	    background: unset;
    padding: unset;
    border-radius: unset;
    color: white;
    height: unset;
    width: unset;
    margin-right: 10px;
    font-size: 20px !important;
}

.desktop-sticky{
	display:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .same-title {
        font-size: 34px;
        line-height: 44px;
    }
	
	footer form .custom-btn{
		margin-top:20px;
	}

    .slick-next {
        right: 45% !important;
    }

    .slick-prev {
        left: 45% !important;
    }

    .ft-social-share li {
        margin: 5px 30px;
    }

    .footer-top {
        padding: 0 0 50px 0;
    }
    footer .col-lg-5 {
        padding-right: 15px;
        margin-bottom: 50px;
    }

    footer .col-lg-3 {
        padding-left: 15px;
        border-left: 0;
    }
	
	.sevices-item{
	margin-bottom:30px;
}

footer h3{
	font-size:18px;
}

footer li{
	    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 20px;
    }

    .navbar-nav li {
        padding: 0px !important;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color: rgb(4 212 186) !important;
    }

    body .navbar-nav li a,
    body .navbar-nav li .btn {
        color: rgba(0, 0, 0, 0.9) !important;
    }

    .call-link {
        color: rgba(0, 0, 0, 0.9) !important;
        display: block;
        font-size: 17px;
        line-height: 22px;
        padding: 10px 0;
    }
	
	header .fa-phone{
    	background:linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%) !important;
    }
    .navbar-brand img {
        width: unset;
        object-fit: contain;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav li {
        padding: 0px 0 0 20px !important;
    }

    .slick-next {
        right: 45% !important;
    }

    .slick-prev {
        left: 45% !important;
    }

    .ft-social-share li {
        margin: 5px 40px;
    }
	
	footer form .col-lg-8,footer form .col-lg-4{
    flex: 0 0 100%;
    max-width: 100%;
	}
	
		footer form .custom-btn{
		margin-top:20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1290px) {
		footer .col-lg-5 {
    padding-right: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
    .blog-content h4 {
        font-size: 23px;
        line-height: 33px;
    }

    .same-title {
        font-size: 35px;
        line-height: 45px;
    }

    .form-box h4 {
        font-size: 32px;
    }

    .form-box {
        padding: 50px 20px;
    }
	

}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}


.otherblog .sevices-item {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 13px 0 rgb(109 125 145 / 10%);
    padding: 20px 20px 40px 20px !important;
    position: relative;
}
.otherblog .sevices-item .service-box-contact .service-figure {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.otherblog .service-grid-layout4 .sevices-item .service-box-content .service-figure::before {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  position: absolute;
  transition-duration: 1.3s!important;
  z-index: 3;
}
.otherblog .otherblog .sservice-box-contact .service-figure::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.otherblog .service-box-contact .service-figure img {
    border-radius: 6px !important;
    transform: scale(1.03);
    transition: all 0.8s !important;
    overflow: hidden;
    max-width: 100%;
    height: 220px;
}
.otherblog .service-box-contact .service-figure::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}
.otherblog .service-box-contact .service-figure::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  transition-duration: 1.3s!important;
  z-index: 3;
}
.otherblog .service-hover-img{
    height: 90px;
    width: 90px;
    background-color: #08bdbc;
    border-radius: 50%;
    padding: 10px;
    z-index: 2;
    border: 8px solid #fff;
    transition: all 0.8s;
}
.otherblog .service-info{
    margin-top: 20px;
    padding-left: 10px;  
}
.otherblog .service-content .service-img-wrap {
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-top: -45px;
    position: relative;
    transition: 0.52s;
}
.otherblog .user-name{
    display: flex;
    flex-direction: column;
    background-color: #08bdbc;
    padding: 5px 25px;
    border-radius: 15pc;
    justify-content: center;
}
.otherblog .user-name h3{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.otherblog .service-title {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
    transition: 0.52s;
}
.otherblog .read-more-cls{
    font-size: 17px;
    line-height: 27px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-top: 10px;
}
.otherblog .inv-cls{
    font-size: 17px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    font-family: "Open Sans", sans-serif;
}
.otherblog .rgt-arw{
    padding: 0px;
    font-size: 21px !important;
    text-align: center;
    margin-left: 5px;
    color: #000 !important;
    transition: 0.52s;
}
.otherblog .sevices-item :hover img{
  transform: scale(1.1);
  transition: 0.3s;
}
.otherblog .sevices-item img{
    border-radius: 50% !important;
    object-fit: cover !important;
    transition: 0.52s !important;
}
.otherblog .sevices-item :hover .service-title{
  color:#08bdbc;
  transition: 0.3s;
}
.otherblog .sevices-item :hover .rgt-arw{
  margin-left: 10px;
  transition: 0.5s;
}
.otherblog .service-card-sec{
  padding: 35px 0px 39px 0px;
}
.otherblog .author_img {
    border-radius: 50%;
    object-fit: cover;
    transition: 0.52s;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 2px;
    width: 50px;
}


footer .fa-map-marker , .fa-phone, .fa-envelope{
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);;
    padding: 8px 11px;
    border-radius: 50px;
    color: white;
    height: 32px;
    width: 32px;
}
footer  .fa-phone{
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    padding: 8px 11px;
    border-radius: 50px;
    color: white;
    height: 32px;
    width: 32px;
}
footer .fa-envelope{    
    padding: 8px 8px;   
}

footer .col-lg-5 a{
    margin-top: 0;
}
header .fa-phone{
    background: transparent;
}

.otherblog .sevices-item{
    height: unset;
}

button.close{
    border-radius: 0px 0px 0px 50px;
    background: linear-gradient(90deg, #1487c2 -2.63%, #0da6bf 20%, #00e5b8 122.49%);
    padding: 8px 15px 13px 25px !important;
    opacity: 1;
    color: #fff; 
}
button.close:hover {
    opacity: 1;
    color: #fff;
    background: linear-gradient(90deg, #5791af -2.63%, #0f93a9 20%, #0e9d80 122.49%);
}
.visionsection .service-block .icon-outer .icon-bg{
    background-image: url('../img/round.png');
}
.inner-box:hover .icon-outer .icon-bg{
    opacity: 0.1;
}
.breadcumbs li a{
    color: #fff !important;    
}