body {
    color: #000;
    font-family: Poppins, 'Open Sans', sans-serif !important;
    font-size: 14px;
    padding-top: 85px;
    background-color: #fff;
    /* background-image: url(../img/background/bodybg3.svg);
    background-size: cover; */
}

/* .navbar {
    --bs-navbar-toggler-icon-bg:url(../img/background/toggle.svg)
} */


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #000;
    font-weight: 500;
}

/* h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
} */

img {
    max-width: 100%;
    height: auto;
}

.navbar {
    padding: 1px;
}

.navbar a.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-item {
    margin: 0px 20px;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:visited,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0F0E0E;
}

.navbar-nav .nav-link.active {
    color: #2196F3;
}

.navbar-nav .nav-link {
    line-height: 22px;
    padding: 24px 0px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

/* .nav-item {
    position: relative;
} */

/* .navbar-nav .nav-link.active::before {
    border: 2px solid #2196F3;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
} */
/* carousel starts */

.carousel h1 {
    color: #fff;
    font-weight: 700;
}

.carousel p {
    color: #fff;
    font-size: 16px;
}

.carousel-item a {
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 2.875rem;
    color: #2196F3 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}

.carousel-item a:hover {
    background: #c9e6fd;
}

.banner {
    background-image: url(../img/slider/slider-1.jpg);
    background-size: cover;
    padding: 0 1rem;
    /* clip-path: polygon(0% 0%, 0% 100%, 27% 87%, 100% 99%, 100% 0%); */
    clip-path: polygon(0 91%, 50% 100%, 100% 86%, 100% 0%, 0% 0%);
}

.contact-section {
    background-color: antiquewhite;
    padding: 16px;
    margin-top: 3rem;
    font-size: 16px;
}

.contact-section a {
    align-items: center;
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 2.875rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}



/* carousel ends */

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

.section-headline h2::after {
    border: 1px solid #2196F3;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.area-padding {
    padding: 80px 0px 0px 0px;
    /* background-color: #fff; */
    background-image: url(../img/background/bodybg.svg);
    background-size: cover;
}

.area-padding-2 {
    padding: 20px 0px 20px;
}

.padding-2 {
    padding-bottom: 90px;
}

/*--------------------------------*/

/* 4.Services Area
/*--------------------------------*/

.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head>h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}


.services-details:hover h4,
.services-details:hover .services-icon {
    color: #2196f3;
    font-weight: 600;
}

.row.second-row {
    margin-top: 40px;
}


.single-services>h4 {
    font-size: 24px;
    font-weight: 600;
}

.single-services>p {
    font-size: 14px;
}

.services-btn {
    color: #2196F3;
    text-decoration: none;
    border-radius: 2px;
    border-color: #2196F3;
    padding-left: 40px;
    padding-right: 40px;
}

.services-btn:hover {
    background-color: #2196F3;
    color: #fff;
}


.services .card {
    height: 100%;
    padding-bottom: 40px;
    border-color: #b5dbfa;
    border-radius: 5px;
    border: 0px;
    background: #f4f9ff;
}

.services .card:hover {
    background: #e8f1fc;
}

.services-card-btn {
    display: flex;
    justify-content: center;
}

.services .card img {
    padding: 1rem 0;
    max-width: 200px;
    max-height: 200px;
}

.appservice-banner {
    background-color: #2196F3;
    background-size: cover;
    background-image: linear-gradient(to right, #065493, #0dcaf0, #065493);
}

.appservice-banner h1 {
    color: #fff;
}

.appservice-banner a {
    background: #fcfcfc;
    border-radius: 5px;
    padding: 0 2.875rem;
    color: #2196F3 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 3rem;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
    transition: all .45s cubic-bezier(.65, 0, .076, 1)
}

/*--------------------------------*/

/*  13.Blog Area
/*--------------------------------*/

.blog-area {
    height: auto;
    width: 100%;
}

.blog-text h4 a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.blog-text h4 {
    color: #000;
    margin-bottom: 15px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

.blog-btn::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 1px;
    transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
    right: -30px;
}

.blog-btn:hover {
    color: #333;
    text-decoration: none;
}

.blog-card {
    text-align: center;
    padding-bottom: 40px;
    height: 100%;
    border: 1px solid #065493;
}

.blog-footer {
    border: 1.5px solid #065493;
    color: #065493;
    background: #f4f9ff;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 10px 40px;
    text-align: center;
    transition: all 0.4s ease 0s;
    text-decoration: none;
}

.align-footer {
    justify-content: center;
}

.blog-footer:hover {
    background-color: #2196F3;
    color: #fff;
}

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.blog-meta .comments-type i {
    padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
    border: 1px solid #2196f3;
    color: #fff;
}

/*----------------------------------------
  18. Blog page
----------------------------------------*/

.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

.search-option button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 20px;
    padding: 8px 23px;
}

.search-option button:hover {
    color: #2196f3;
}

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.left-blog ul li a:hover {}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.ready-btn:hover {
    color: #fff;
    background: #2196f3;
    border: 1px solid #2196f3;
    text-decoration: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #2196f3;
}

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

/*----------------------------------------*/

/*  19.	Blog Details css
/*----------------------------------------*/

.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.post-information {
    padding: 20px 0;
}

.post-information .entry-meta span a {
    color: #444;
    display: inline-block;
    padding: 10px 0;
}

.entry-meta span a:hover {
    color: #2196f3;
}

.post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.post-information .entry-meta span i {
    padding: 0 10px;
}

.entry-content>p {
    color: #444;
}

.entry-meta>span {
    color: #444;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #2196f3;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

.social-sharing>h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 20px 10px;
}

.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}

.sharing-icon a {
    border: 1px solid #444;
    color: #444;
    display: block;
    float: left;
    font-size: 18px;
    height: 34px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 34px;
}

.sharing-icon a:hover {
    color: #2196f3;
    border: 1px solid #2196f3;
}

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #000;
}

.comments-content-wrap span b {
    margin-right: 5px;
}

.comments-content-wrap span a:hover {}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 60px;
}

h3.comment-reply-title {}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #2196f3;
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

.comments-content-wrap span a:hover {
    color: #2196f3;
}

.comment-respond input[type=submit]:hover {
    border: 1px solid #2196f3;
    color: #fff;
    background: #2196f3;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

/*----------------------------------------
 .End CSS
----------------------------------------*/

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/

.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #2196f3;
    background: #2196f3;
}

.contact-form #sendmessage {
    color: #2196f3;
    border: 1px solid #2196f3;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show,
.contact-form #errormessage.show,
.contact-form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.contact-icon {
    margin-bottom: 40px;
}

.img-medium {
    padding-top: 20px;
    width: 75%;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

/*----------------------------------------*/

/*  15. Footer Area
/*----------------------------------------*/

.footer-area {
    padding: 40px 0;
    background: #2196F3;
    margin-top: 2rem;
    clip-path: polygon(0% 13%, 60% 0%, 100% 21%, 100% 100%, 0% 100%);
}

.footer-head p {
    color: #444;
}

.footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.footer-logo h2 span {
    color: #2196f3;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #2196f3;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
}

.footer-area-bottom {
    background: #2196F3 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #2196f3;
}

.copyright-text a {
    color: #FFF;
}

.copyright>p {
    margin-bottom: 0;
    color: #FFF;
}

.copyright a,
.credits a {
    color: #2196f3;
}

.credits {
    padding-top: 5px;
    text-align: center;
}


/*appservices & UI/UX starts(common class for both page)*/

.services-layout1 h4 {
    color: #065493;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.services-layout1 h3 {
    color: #065493;

}

.services-layout1 h5 {
    color: #065493;
}

.services-layout1 p {
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout1 .services-layout1-header {
    background-color: #f0f8ff;
    align-items: center;
}

.services-layout1 .services-header {
    text-align: center;
}

.services-layout1-header p {
    text-align: start;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout1 .card .image {
    padding: 1rem 0;
    max-width: 200px;
    max-height: 200px;
}

.services-layout1 .services-img {
    padding-right: 50px;

}

.services-layout1 .services-img-1 {
    height: 100%;
    width: 6%;
    display: flex;
    justify-content: center;
}

.services-layout1 .card {
    background-color: #FFF;
    border-color: #2196F3;
    display: flex;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    height: 100%;
}

.services-layout1 .card-center {
    border: none;
    height: 35%;
}

.services-layout1 .card-align {
    justify-content: center;
    width: 100%;
}

.services-layout1 .align-footer {
    justify-content: center;
}

.app-services-card {
    background-color: #c9e6fd45;
    padding-inline-start: 150px;
    padding-inline-end: 150px;
}

/*end appservices & UI/UX starts(common class for both page)*/

/*clouds services*/

.services-layout2 {
    text-align: center;
}

.services-layout2 p {
    font-size: 16px;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout2 .rightside-paragraph p {
    text-align: start;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.78;
    margin-bottom: 18px;
    margin-top: 0;
}

.services-layout2 .services-header {
    background-color: #f0f8ff;

}

.services-layout2 h4,
h2 {
    color: #0078d4;
}

.services-layout2 h4 :hover {
    display: none !important;
}

.chevron-right-icon {
    display: inline-block;
    width: 20px;
    height: 10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #0078d4;
    margin-right: 2px;

}

.services-layout2 .image {
    height: 56px;
}

.cloud-include {
    margin: 5%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.services-layout2 .services-color {
    background-color: #c9e6fd45;
    ;
}

.services-layout2 .card {
    height: 100%;
    border: 1px solid;
    border-color: #0078d4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services-layout2 .card-header {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.cloudservices-line {
    display: flex;
}

.services-verticalline {
    border-right: 2px solid #0078d4;
    padding-right: 20px;
    margin-right: 20px;
}

.services-layout2 .image-1 {
    height: 30%;
    width: 50%;
}

.services-bottom {
    margin: 2% 12% 0;
}

.services-layout2 .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;

}

.services-layout2 .header {
    height: 900px;
}

.services-layout2 h3 {
    color: #0078d4;
}

.services-layout2 .card-services {
    border: none;
    background-color: #e8f1fc;
    width: 100%;
    padding-inline-start: 5px;
    padding-inline-end: 20px;
}

/*End clouds services*/

/*start client list*/

.client-image {
    height: 100px;
    width: 100px;
    margin: 3 auto;
}

.client-similar-container {
    padding: 10px;
}

.client-style {
    width: 10%;
}

.client-style-celebrate {
    width: 25%;
}

/*End client list*/

/*start testimonial*/

.card-style {
    height: 100%;
}

/*end testimonial*/

@media (max-width: 576px) {


    /* .carousel h5 {
        font-size: 2vw;
        line-height: 14px; 
        padding-bottom: 0px; 
      } */
    /* 
      .carousel p {
        font-size: 14px;
      } */


}

@media (min-width: 576px) {


    /* .carousel h5 {
        font-size: 2vw;
        line-height: 14px; 
        padding-bottom: 0px; 
      } */

    /* .carousel p {
        font-size: 12px;
      } */

}

@media (min-width: 768px) {

    .services-layout1-header .row {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .services-layout1-header .col {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .services .card {
        padding: 0%;

    }

    .services p {
        align-items: end;
    }

    /* .carousel h5 {
      font-size: 2vw;
      line-height: 20px; 
      padding-bottom: 10px; 
    } */

    /* .carousel p {
      font-size: 14px;
    }
     */

}

@media (min-width: 1024px) {

    /* .carousel h5 {
      font-size: 3vw;
      line-height: 30px; 
      padding-bottom: 50px; 
    } */

    /* .carousel p {
      font-size: 16px;
    } */
}

@media (min-width: 1200px) {


    /* .carousel h5 {
      font-size: 3vw;
      line-height: 40px; 
      padding-bottom: 80px; 
    } */

    /* .carousel p {
      font-size: 20px;
    } */


}

@media (max-width: 768px) {

    .services-layout1-header .row {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .services-layout1-header .col {
        padding-top: 5px;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .services-layout1 services-layout1-header {
        padding-top: 4px;
    }

    .services-layout1 .services-p p {
        text-align: start;
        padding-top: 0px;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 18px;
        margin-top: 0;
    }

    .services-layout1 .services-header {
        padding-bottom: 0%;
    }

    .services-layout1 h3 {
        padding-bottom: 0px;
    }

    .services-layout1 h4 {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .services-layout1 p {
        padding-top: 5px;
    }

    .services-layout1 .card {
        padding: 0%;
        padding-bottom: 20%;
        width: 100%;

    }

    .services-layout1 .card-align {
        width: 100%;
    }

    .services-layout1 .services-img-1 {
        height: 50%;
        width: 12%;
        justify-content: center;

    }

    .services-layout1 .card .card-align {
        width: 100%;
    }

    .p-3 {
        padding: 0.25rem !important;

    }

    .p-1 {
        padding: 0;
        height: 10px;
    }

    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }

    .services-img {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .card-body .services-card {
        width: 100%;
        padding-inline-start: 0%;
        padding-inline-end: 0%;
    }

    .services-card {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
        padding-left: 8px;
        padding-right: 4px;
    }

    .contact-section .col {
        padding-top: 5px;
        flex-direction: row;
        align-items: center;
        justify-content: left !important;
    }

    .contact-section .row {
        padding-top: 5px;
        width: 100%;
        flex-direction: column;
        align-items: start;
    }

    /*End application services*/

    /*clouds services*/

    .services-header .row {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .services-layout2 .card {
        padding: 0%;
        padding-bottom: 20%;
        width: 100%;

    }

    .services-layout2 .card-align {
        width: 100%;
    }

    .services-layout2 .rightside-paragraph p {
        padding-top: 5px;
        text-align: center;
        padding-top: 0px;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 18px;
        margin-top: 0;
    }

    .services-layout2 .image-1 {
        height: 30%;
        width: 40%;
    }

    .services-header .col {
        padding-top: 5px;
        width: 100%;
        flex-direction: row;
        align-items: cent
    }

    .services-layout2 .align-items-center {
        padding-bottom: 10px;
    }

    .services-layout2 .card-services {
        width: 100%;
        height: 100%;
        padding-inline-start: 12%;
        padding-inline-end: 8%;
    }

    .services-layout2 {
        padding-top: 0px;
    }

    .services-layout2 .p-1 {
        height: 0%;
        width: 40% !important;
    }

    .services-layout2 .p-4 {
        width: 100% !important;
    }

    .services-layout2 .services-header {
        padding-bottom: 0%;
    }

    .services-layout2 .header {
        height: 100%;
        width: 90%;
    }

    .services-bottom {
        margin: 0 0 0;
    }

    .services-layout2 .py-5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .services-layout2 h3 {
        padding-bottom: 0px;
    }

    .services-color {
        height: 100%;
        margin: 5%;
        padding: 0%;
    }

    .cloud-include {
        padding-top: 5%;
        width: 90%;
    }

    .services-layout2 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .services-header .col {
        padding-top: 5px;
        width: 100%;
        flex-direction: row;
        align-items: center;
    }

    .services-verticalline {
        border: hidden;
    }

    .services-layout2 .py-5 {
        width: 100%;
        align-items: center;
    }

    .services-layout2 .header .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-layout2 .media-query .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*End cloud services*/

    /*client-list */

    .client-image {
        height: 10%;
        width: 40%;
        justify-content: center;
        margin: 1;
    }
}

@media (max-width: 992px) {

    /*cloudservices  */

    .services-layout2 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }



    /*cloudservices ends  */
}

@media (max-width: 576px) {

    /*cloudservices starts  */

    .services-layout2 h4 {
        font-size: 1.5rem;
    }

    .services-layout2 p {
        font-size: 0.9rem;

    }

    .services-layout2 .col {
        flex: 0.5;
    }

    .services-layout2 .image-1 {
        height: 20%;
        width: 40%;
    }

    /*cloudservices ends  */
}

@media (max-width: 428px) {
    .services-layout2 .align-items-center {
        padding-bottom: 10px;
    }

    .services-layout2 .image-1 {
        height: 30%;
        width: 40%;
        padding-right: 20%;
    }

    .services-layout2 p {
        width: 100%;
    }

    .services-layout2 .col {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    .services-layout2 .header {
        height: 100%;
    }

}