/* Google Fonts */

/* Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

/* Oswald Font */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');


body {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

}

p {
    color: inherit;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none;
}

ol {
    list-style: circle;
}

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

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

.roboto-font {
    font-family: 'Roboto', sans-serif;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

@font-face {
    font-family: deadisland;
    src: url(../ttf/dead-island.ttf);
  }

/* Navbar Section */

.navbar-nav li {
    /*margin: 20px;*/
    margin-left: 10px;
}

.nav-link {
    color: #fff;
    font-size: 1.1em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.nav-link.active { 
    color: #1acafa !important;
}

.nav-link:hover{
    color: #1acafa;
}


/*aloke*/

section.our-services {
    padding: 30px;
}


section.why-sliding.my-4 {
    padding: 180px 30px 30px 30px;
}

/*aloke end*/

/* End Of Navbar Section */


/* Carousel Section */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
  
/* Declare heights because of positioning of img element */

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border: white !important;
    border-radius: 10px !important;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    transition: opacity .8s ease;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
}

.carousel-caption {
    bottom: 10rem;
    z-index: 10;
}

.carousel-caption h3 {
    font-size: 36px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 150px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 15px;
    font-family: deadisland;
    text-align: center;
}

/* End Of Carousel Section */


/* Why Sliding Section */

.sliding-heading-text h4 {
    font-size: 35px;
    color: #272727;
    font-weight: 400;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.icon-box h6 {
    font-size: 20px;
    color: #110e0e;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.owl-carousel .nav-button {
    height: 46px;
    width: 43px;
    cursor: pointer;
    position: absolute;
    top: 80px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-one .owl-prev {
    left: -40px;
}

.owl-one .owl-next {
    right: -40px;
}

.owl-one .owl-item img {
    display: inline-block !important;
    width: auto !important;
}

/* End Of Why Sliding Section */


/* Works Section */

.bg-dark-blue {
    background-color: #262f32;
	padding:30px;
}

.works-section-heading h4 {
    font-size: 28px;
    letter-spacing: 11px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #00c8ff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.works-section-heading p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.works-card-body {
    margin-top: -3.5rem;
}

.works-card-body h5 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.bg-meadow {
    background-color: #00c8ff;
    opacity: 0.7;
}

.bg-skyblue {
    background-color: #00c8ff;
    opacity: 0.5;
}

.bg-light-yellow {
    background-color: #b79b16;
    opacity: 0.5;
}

.bg-saffron {
    background-color: #e27a09;
    opacity: 0.5;
}

.bg-light-blue {
    background-color: #4d66a4;
    opacity: 0.5;
}

.bg-light-purple {
    background-color: #8a53a4;
    opacity: 0.5;
}

.card-img-height {
    height: 365px;
}

.works-link-btn {
    border-radius: 19px;
    color: #fff;
    background-image: linear-gradient(0deg, #047695 0%, #12bded 100%) !important;
}


/* End of Works Section */


/* Our Services Section */

.our-services-heading h4 {
    font-size: 28px;
    letter-spacing: 11px;
    padding-top: 20px;
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.our-services-heading p {
    font-size: 18px;
    color: #110e0e;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.service-icon-box h4 {
    font-size: 20px;
    margin-top: 20px;
    color: #14b0dc;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.service-icon-box p {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/* End Of Our Services Section */


/* Targeting Section */

.target-content h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.target-content p {
    width: 500px;
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

/* End of Targeting Section */


/* Call To Action Content */

.call-to-action {
    background-image: url(../jpg/cta-banner.jpg);
    background-size: cover;
    background-position: center;
	padding:30px;
}

.cta-content h4 {
    font-size: 28px;
    color: #575757;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.cta-content p {
    font-size: 16px;
    color: #110e0e;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/* End Of Call To Action Content */


/* Testimonials Section */

.testimonial-heading h4 {
    font-size: 25px;
    letter-spacing: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.testimonial-content p {
    font-size: 16px;
    color: #171717;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}


.testimonial-content h6 {
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.fa-quote-left {
    opacity: 0.251;
    color: #0067c6;
}

.fa-quote-right {
    opacity: 0.251;
    color: #0067c6;
}

.owl-test .nav-button {
    height: 46px;
    width: 43px;
    cursor: pointer;
    position: absolute;
    top: 100px !important;
}

.owl-test .owl-prev.disabled,
.owl-test .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-test .owl-prev {
    left: 16px;
}

.owl-test .owl-next {
    right: 16px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #262f32;
    margin: 10px;
    background-color: transparent;
    padding: 9px 0px;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    margin: 10px;
    background-color: #047695;
    border-radius: 10px;
    padding: 9px 0px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-test .owl-item img {
    display: block;
    width: 100%;
}

/* End Of Testimonials Section */


/* Our Partnres Section */

.our-partners-heading h4 {
    font-size: 28px;
    letter-spacing: 11px;
    text-transform: uppercase;
    color: #505050;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.partners-box {
    border-radius: 11px;
    filter: drop-shadow(3.83px 3.214px 4px rgba(48,48,48,0.35));
    background-color: #f2f2f2;
    height: 160px;
}

/* End Of Our Partners Section */


/* Blog Section */

.blog-image {
    border-radius: 10px;
    filter: drop-shadow(7.071px 7.071px 6.5px rgba(5,5,6,0.4));
    padding-right: 30px;
}

.blog-heading h4 {
    font-size: 28px;
    letter-spacing: 11px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.blog-content h5 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.text-cyan {
    color: #047695;
}

.calender-date h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.blog-content p {
    font-size: 16px;
    width: 477px;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

/* End Of Blog Section */

/* Callback Form Section */

.callback_form {
    background-image: url(../jpg/forms_bg.jpg);
    background-position: center;
    
}

.callback_sec_title h3 {
    font-size: 26px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.callback_sec_title p {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* End Of Callback Section */

/* Footer Section */

.upper-footer-links li a {
    font-size: 17px;
    color: #4f4f4f;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.social-icon {
    font-size: 20px;
    padding: 18px;
    padding-left: 18px;
    padding-right: 18px;
}

.footer-heading h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #4f4f4f;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.footer-heading h3::after {
    content: "";
    width: 25%;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background: #b1b1b1;
    right: 12%;
    bottom: 12px;
}

.footer-heading h3::before {
    content: "";
    width: 25%;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background: #b1b1b1;
    left: 12%;
    bottom: 12px;
}

.main-footer-links li a {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #4f4f4f;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.bg-gradient-sky-blue {
    background-image: linear-gradient(0deg, #262f32 0%, #256074 100%);
}

.footer-bottom p {
    font-size: 15px;
}

/* End Of Footer Section */

/* go to top button */

.go-top {
	position: fixed;
	top: 60%;
	right: 1.5%;
	opacity: 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: #047695;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 48px;
	z-index: 100;
	-webkit-transition: .5s;
	transition: .5s
}

.go-top i {
	-webkit-transition: .5s;
	transition: .5s
}

.go-top:hover {
	background-color: #000;
}

.go-top.active {
	top: 85%;
	-webkit-transform: translateY(-95%);
	transform: translateY(-95%);
	opacity: 1;
	visibility: visible
}

/* end of go to top button */


/* Inner Page Header */


.inner-banner {
    display: block !important;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed !important;
    background: rgba(14, 122, 194, 0.432);

}

.inner-banner img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: -webkit-fill-available;
}

.inner-banner .inner-title {
    padding-top: 20%;
    padding-bottom: 12%;
    position: relative;
    z-index: 1;
}

.inner-banner .inner-title h3 {
	font-size: 45px;
	color:#ffffff;
	font-weight: 600;
	position: relative;
    font-family: 'Roboto', sans-serif;
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.inner-banner .inner-title ul li i {
	color: #fff;
	position: relative;
	top: 3px;
	margin: 0 3px;
}

.inner-banner .inner-title ul li a {
	color: #fff;
}

.inner-banner .inner-title ul li a:hover {
	color: #FFF;
}


/* End Of Inner Page Header  */


/* Services Grid Section */

.services-grid-heading h3 {
    color: #067aa2;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.services-grid-heading h4 {
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.services-grid-heading p {
    text-align: center;
    margin-top: 20px;
}

.feature h3 {
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.bg-services-card {
    background: gainsboro;
}

/* End Of Services Grid Section */


/* Services Content Section */

.services-content-box h5 {
    font-size: 30px;
    color: #110e0e;
    text-align: left;
}

.services-content-box p {
    font-size: 15px;
    margin-top: 15px;
    color: #110e0e;
    line-height: 24px;
    font-weight: 500;
}


/* End Of Services Content Section */

/* Our Story Section */

.content-middle h3 {
    margin-bottom: 25px;
    margin-top: 0px;
    color: #067aa2;
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.content-middle h3 span {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* End Of Our Story Section */

/* Contact Us Page */

.contact-section-title h4 {
    color: #047695;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.contact-section-title p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 14px;
    line-height: 1.2;
    color: #000000;
}

.cont-area {
	position: relative;
	z-index: 1;
	padding-top: 47px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 52px;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 16%);
	border-radius: 14px;
	padding-right: 45px;
}

.cont-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 15px;
}

.contact-form {
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.contact-form h2 {
	color: #252525;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 1
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-group label {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 500
}

.contact-form .form-group label span {
	color: #D80B15
}

.contact-form .form-group.checkbox-option {
	position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0
}

.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
	color: #D80B15
}

.contact-form .form-group.checkbox-option p a:hover {
	color: #ffc221
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #252525;
	background-color: #fff;
	font-size: 15px;
	padding: 10px 20px;
    opacity: 0.8;
	width: 100%;
	border-radius: 0;
	font-weight: 500;
	border-radius: 10px;
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #252525;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto
}

.contact-form .agree-label {
	margin-bottom: 15px;
	position: relative
}

.contact-form .agree-label #chb1 {
	position: absolute;
	top: 5px;
	left: 0
}

.contact-form .agree-label label {
	font-weight: 500;
	color: #252525;
	margin-left: 25px
}

.contact-form .agree-label label a {
	color: #D80B15
}

.contact-form .agree-label label a:hover {
	color: #ffc221
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px
}

.contact-form .default-btn {
	border: 0;
	outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #252525
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::placeholder {
	color: #252525
}

.cont-area {
    padding-right: 30px;
    padding-left: 30px;
}

.contact-box {
    background-color: #047695;
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-bottom: 8px solid #000000;
}

.contact-box i {
    font-size: 45px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #252525;
	background-color: #e5f3ff;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-bottom: 12px;
	-webkit-transition: .5s;
	transition: .5s
}

.contact-box h3 {
	margin-bottom: 10px;
    color: #e5f3ff;
    font-size: 25px;
    font-weight: 600;
	-webkit-transition: .5s;
	transition: .5s;
	display: block
}

.contact-box p a {
    color: #eee;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}


.contact-box:hover {
    background-color: #0c7d9c;
    color: #eee;
}

.contact-box:hover i {
	background-color: #fff;
	color: #0d9fc7;
}
.btn-info{
    background-color: #0c7d9c;
}
.btn-color{
    color: white!important;;
}
.contact-box:hover h3 {
	color: #eee;
}

.contact-box:hover p a {
	color: #eee;
}

/* End Of Contact Us Page */

/* Blog Details Page */

.bg-cyan-blue {
    background-color: #047695;
}

.blog-post h2 {
    color: #047695;
    font-size: 25px;
    font-weight: 500;
}

.blog-post p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.card-body p a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}


.card-body p a:hover {
    color: #252525;
}

.border-top-round {
    border-top-left-radius: 25px !important;
}

.border-bottom-round {
    border-bottom-right-radius: 25px;
}

/* End Of Blog Details Page */


/* Certifications Page */

.certification-section-heading h4 {
    color: #047695;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}

.zoom {
    transition: transform 1.3s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

/* End Of Certifications Page */



/* Showcase Gallery Page */


.filter-button {
    font-size: 18px;
    border: 1px solid #067aa2;
    border-radius: 5px;
    text-align: center;
    color: #067aa2;
    margin-left: 10px;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #067aa2;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #067aa2;
}

.filter-button.active {
    background-color: #067aa2 !important;
    color: white;
}


.gallery_product {
    margin-bottom: 30px;
}

.gallery_product img {
    border: 6px solid lightslategrey;
    box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.3) !important;
}

.gallery_product img:hover {
    border-radius: 10px;
    border: 5px solid steelblue;
    filter: brightness(0.5);
}


/* End Of Showcase Gallery Page */


/* Responsive Media Query For Smartphones*/

@media only screen and (min-width: 320px) and (max-width: 700px) {

    .navbar-nav li {
        margin: 10px;
        margin-left: 10px;
    }

    .nav-link {
        font-size: 13px;
    }

    .img-height {
        height: 20rem;
    }

    .carousel-caption {
        bottom: 4rem;
        z-index: 10;
    }

    .carousel-item {
        height: auto;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }

    .carousel-caption h3 {
        font-size: 26px;
    }

    .owl-one .owl-next {
        right: 40px;
    }

    .owl-one .owl-prev {
        left: 40px;
    }

    .works-card-body {
        margin-top: -3.3rem;
    }

    .card-img-height {
        height: 300px;
    }

    .works-card-body h5 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .target-content p {
        width: 100%;
    }

    .testimonial-content p {
        text-align: center;
    }

    .owl-test .owl-item img {
        display: initial;
        width: 100%;
    }

    .blog-content p {
        width: 100%;
    }

    .social-icon {
        font-size: 14px;
        padding: 15px;
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-heading h3::before {
        content: "";
        width: 20%;
        position: absolute;
        height: 2px;
        border-radius: 1px;
        background: #b1b1b1;
        left: 10%;
        bottom: 12px;
    }

    .footer-heading h3::after {
        content: "";
        width: 20%;
        position: absolute;
        height: 2px;
        border-radius: 1px;
        background: #b1b1b1;
        right: 10%;
        bottom: 12px;
    }

    .inner-banner .inner-title {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .inner-banner .inner-title h1 {
	    font-size: 30px;
    }

    .inner-banner .inner-title h3 {
	    font-size: 30px;
    }

    .services-grid-heading h3 {
        font-size: 20px;
    }
    
    .services-grid-heading h4 {
        font-size: 18px;
    }

    .certification-section-heading h4 {
        font-size: 20px;
    }

    .zoom {
        transition: transform 1.3s;
        margin: 0 auto;
    }
    
    .zoom:hover {
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1); 
    }

    .filter-button {
        font-size: 14px;
        margin-left: 10px;
        margin-bottom: 18px;
    }

    .content-middle h3 {
        font-size: 35px;
    }
}


/* Responsive Media Query For Ipads & Tablets*/

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .img-height {
        height: 20rem;
    }

    .carousel-caption {
        bottom: 4rem;
        z-index: 10;
    }

    .carousel-item {
        height: auto;
    }

    .carousel-caption h1 {
        font-size: 40px;
    }

    .carousel-caption h3 {
        font-size: 26px;
    }

    .owl-one .owl-next {
        right: 0px;
    }

    .owl-one .owl-prev {
        left: 0px;
    }

    .target-content p {
        width: 100%;
    }

    .testimonial-content p {
        text-align: center;
    }

    .owl-test .owl-item img {
        display: initial;
        width: 100%;
    }

    .partners-box {
        border-radius: 11px;
        filter: drop-shadow(3.83px 3.214px 4px rgba(48,48,48,0.35));
        background-color: #f2f2f2;
        height: 280px;
    }

    .blog-content p {
        width: 100%;
    }

    .social-icon {
        font-size: 14px;
        padding: 15px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-heading h3::before {
        content: "";
        width: 20%;
        position: absolute;
        height: 2px;
        border-radius: 1px;
        background: #b1b1b1;
        left: 10%;
        bottom: 12px;
    }

    .footer-heading h3::after {
        content: "";
        width: 20%;
        position: absolute;
        height: 2px;
        border-radius: 1px;
        background: #b1b1b1;
        right: 10%;
        bottom: 12px;
    }

    .inner-banner .inner-title {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .inner-banner .inner-title h1 {
	    font-size: 30px;
    }

    .inner-banner .inner-title h3 {
	    font-size: 30px;
    }

    .services-grid-heading h3 {
        font-size: 20px;
    }
    
    .services-grid-heading h4 {
        font-size: 18px;
    }

    .certification-section-heading h4 {
        font-size: 20px;
    }

    .zoom {
        transition: transform 1.3s;
        margin: 0 auto;
    }
    
    .zoom:hover {
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Safari 3-8 */
        transform: scale(1.2); 
    }

}
.add-color:hover {
    color: #fff;
    background: #0dcaf0;
}
.add-color {
	font-size:15px;
    color: #fff;
    background: #0dcaf0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500!important;
}

/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

	table h1
			{
				
				 font-size:22px;
				
			}
			
			.tablePricing th {
    background-color: darkblue !important;
    color: #fff !important;
    vertical-align: middle;
    font-size: 18px;
}
/*./Dropdown Css*/

/* ========================*** DEVT:[A-101] START***================================== */
/* ===================*** inner-blog area css start ***===================== */
.inr-blogs-section {
    position: relative;
    padding: 50px 0;
}
.inr-blogs-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.inr-blogs-card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.inr-blogs-card-body {
    padding: 20px;
}
.inr-blogs-card-body h2 {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    height: 100px;
}
.inr-blogs-card-body p {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    height: 150px;
}
.inr-blogs-card-button {
    padding: 20px;
}
.inr-blogs-card-button a {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background-color: #00c8ff;
    border: 1px solid #00c8ff;
    padding: 10px 35px;
    transition: all .5s ease;
}
.inr-blogs-card-button a:hover {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #00c8ff;
    border: 1px solid #00c8ff;
    background-color: transparent;
    padding: 10px 35px;
}
/* ===================*** /inner-blog area css end ***===================== */

/* ==================*** inner-blog-details page css start ***==================== */
.main-blog-details-section {
    position: relative;
    padding: 50px;
}
.blog-left-details {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.blog-left-details .blog-details-photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-left-details .blog-details-content {
    padding: 20px;
}
.blog-left-details .blog-details-content h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.blog-details-content p {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/* .latest-post-aside {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #e8e8e8;
    padding: 10px 0 10px 0;
} */
.lpa-title h5 a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--black);
    transition: all .3s ease;
}
.lpa-title h5 a:hover {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #00c8ff;
}
.widget-title h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.widget.widget-latest-post {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
}
.lpa-right a img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

/*  .lpa-meta {
    display: inline-flex;
}
.lpa-meta a {
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 500;
} */
/* ---------- search box -------- */
.i-blog-search {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px 20px 35px 20px;
    margin-bottom: 20px;
}
.i-blog-search h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box input {
    width: 100%;
    padding: 6px;
    border: 1px solid #00c8ff;
}
.search-box input:focus-visible {
    outline: none;
}
.search-box .search-button button {
    padding: 7px;
    width: 50px;
    border: none;
    background-color: #00c8ff;
    color: #fff;
}
/* ---------- search box -------- */
.name-comment-date {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
.name-comment-date p {
	display: flex;
    justify-content: flex-start;
    gap: 5px;
    align-items: center;
}
.name-comment-date p img {
	width: 35px;
    border-radius: 50%;
    height: 35px;
	border: 2px solid #00c8ff;
}
.name-comment-date i {
	font-size: 20px;
	color: #00c8ff;
}
.latest-post-aside {
	padding: 10px 0;
}
.blog-details-ectra-photo {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding: 25px 0;
}
.blog-details-ectra-photo img {
	width: 50%;
    height: 250px;
}
/* ==================*** /inner-blog-details page css end ***==================== */

.testimonial-rating i {
	color: #ff8e00;
}
.pricing-main {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}
/* ========================*** DEVT:[A-101] END***================================== */













