/*
Theme Name: Migrate Cloud Data Blog
Theme URI: https://migrateclouddata.com/
Author: Rupak
Author URI: https://migrateclouddata.com/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,300&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31274F;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.text-theme {
    color: #7236BF;
}

.font-heading {
    font-family: "Poppins", sans-serif;
}

.font-body {
    font-family: "Lato", sans-serif;
}

.heading {
    font-family: 'Poppins', sans-serif;
}

.custom-bg {
    background-color: #f3f7fd;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none !important;
    color: #0e2b3d;
}

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

.custom-heading .head-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
    color: #7236BF;
    text-transform: capitalize;
}

.custom-heading .head {
    font-family: "Poppins", sans-serif;
    color: #31274F;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0px;
    text-transform: capitalize;
}
@media (max-width: 991px) and (min-width: 280px) {
    .custom-heading .head {
        font-size: 30px;
    }
}
.custom-heading .head-tagline {
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

.custom-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #7236BF;
    position: relative;
    z-index: 1;
    left: 10px;
}

.custom-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #7236BF;
}

.btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.btn-custom {
    color: #7236BF;
    border-color: #7236BF;
    padding: 0.8rem 1rem;
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
    color: #ffffff;
    background-color: #7236BF;
    border-color: #7236BF;
}
header .navbar .navbar-nav .nav-item {
    padding: 10px 1rem;
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #31274F;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.navbar-toggler2 {
    display: block !important;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #915BDE;
}

header .navbar .navbar-nav .nav-item .nav-link:hover:before {
    background-color: #915BDE;
    width: 50%;
}

header .navbar .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    height: 2px;
    width: 0;
    background-color: #31274F;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.search-icon {
    font-size: 1.6rem;
    color: #31274F;
    background-color: #fff;
    border: 0;
    outline: none;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: absolute;
    right: 5%;
    top: 4rem;
    transition: ease 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}

.search-container.opened {
    max-height: 100px;
}

.search-container.opened form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-container input[type="text"] {
    outline: none;
    font-size: 16px;
    margin: 0 10px;
    width: auto;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}
.dropdown-menu {
    margin: 8px 0 0 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #f3f7fd;
}
.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .nav-link:hover:before{
    display: none;
}
.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner .dropdown-item {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #31274F;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner .dropdown-item:hover {
    color: #915BDE;
}

.livechat{
    border: 1px solid #ddd;
    border-radius: 10px;
}
.livechat .nav-link:hover:before{
    display: none;
}
.livechat .nav-link{
    animation: livechat 1s infinite;
}
@keyframes livechat {
    from {color: #31274F;}
    to {color: green;}
}
/*
#sc2rhR a{
    display: none;
}
*/

@media (max-width: 2400px) and (min-width: 992px) {
    .navbar-nav .dropdown:hover .mega-menu{
        display: block !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu .dropdown:hover .mega-inner{
        display: block !important;
        left: 9.9rem;
        top: 0;
        margin: 0 !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu{
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu .dropdown .mega-inner{
        left: 9.9rem;
        top: 0;
        margin: 0 !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item{
        padding: 0;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .dropdown-toggle::after{
        float: right;
        margin-top: 8px;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner{
        float: right;
        margin-top: 8px;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner li .dropdown-item{
        padding: 0.60rem 1rem !important;
    }
}
@media (max-width: 991px) and (min-width: 280px) {
    .navbar-nav .dropdown:visited .dropdown-menu{
        display: block !important;
    }
    .navbar-nav .dropdown .mega-menu.show .dropdown .mega-inner{
        display: block !important;
    }
}
/*--navbar end--*/
/*--banner start--*/
.banner-text .heading-top span {
    border-radius: 27px;
    background-color: #F6F0FD;
    padding: 10px 20px;
}

.banner-text .banner-heading {
    color: #31274F;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.banner-text .banner-footer-text {
    color: #585858;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.btn-animate {
    width: 12rem;
    height: auto;
}

.btn-animate .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: #7236BF;
    border-radius: 1.625rem;
}

.btn-animate .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-animate .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-animate .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #7236BF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.btn-animate:hover .circle {
    width: 100%;
}

.btn-animate:hover .button-text {
    color: #fff;
}

.btn-animate:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}
.banner-right-blog{
	background: linear-gradient(88deg, #1345c8, #ad0aec);
    padding: 1rem;
    border-radius: 1rem;
}
.banner-right-blog .b-right-blog{
	background: #fff;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
}
.banner-right-blog .b-right-blog .b-right-blog-text{
	border-left: 4px solid #ab0bec;
}
.banner-right-blog .b-right-blog .b-right-blog-text .head{
	font-size: 17px;
    font-weight: 500;
    color: #31274f;
}
.banner-right-blog .b-right-blog .b-right-blog-text a{
    color: #31274f;
}
.banner-right-blog .b-right-blog:nth-child(1){
	display: none;
}
/*--banner end--*/
/*--index Search start--*/
.search-home .searchform .tpinput{
	padding: 0.8rem 1rem;
    width: 40%;
    border: 1px solid #7236bf;
    border-radius: 0.25rem;
	outline: none;
}
.search-home .searchform .btn-custom{
	color: #7236BF !important;
    border-color: #7236BF !important;
    padding: 0.8rem 1rem !important;
	position: relative;
    top: -2px;
}
.search-home .searchform .btn-custom:hover{
	color: #fff !important;
    border-color: #7236BF !important;
    padding: 0.8rem 1rem !important;
}
/*--index Search end--*/
/*--index post start--*/
.listbox {
    margin-bottom: 2rem;
}
.post-box{
	padding: 1rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 1px 1px 20px 2px #efdeff;
	height: 100%;
}
.post-box .thumbnail-effect a img{
	border-radius: 1rem;
}
.post-box .main-title{
	padding-top: 1rem;
    font-size: 20px;
    font-weight: 500;
}
.post-box .main-title a{
	color: #0e2b3d !important;
    padding: 0;
}
.post-box .user-and-date a{
	color: #0e2b3d !important;
}
.post-box a{
	color: #0e2b3d !important;
}
/*--index post end--*/
/*--breadcrum start--*/
.breadcrumb {
    padding: 0;
    margin: 0;
}
.breadcrumb a{
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #31274f !important;
}
/*--breadcrum End--*/
/*--author group start--*/
.main_data .group_author{
	list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.main_data .group_author li{
	float: left;
	margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
	display: flex;
}
.main_data .group_author li a{
    color: #0e2b3d !important;
}
.main_data .group_author li img{
	border-radius: 50%!important;
}
.author_name img{
	border-radius: 50%!important;
}
/*--author group end--*/
/*--post content start--*/
.post-content-and-images img {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.post-content-and-images a img {
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.media-box{
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
    padding: 10px;
    margin-bottom: 20px;
}
.p_user_heading{
    font-size: 21px;
    font-weight: 700;
}
.media-box .media{
	display: flex;
}

.media-box .media img{
	border-radius: 50%;
}
.media-box .media .media-body a{
    color: #0e2b3d !important;
}
.related-posts img{
	max-width: 100%;
	height: 100%;
}
/*--post content end--*/
/*--comment start--*/
label {
    display: block !important;
    margin-bottom: .5rem;
}
textarea {
    padding: 8px 10px;
    padding: 0.5rem 0.625rem;
    resize: vertical;
    vertical-align: top;
    width: 98%;
	border-radius: 1rem;
}
#submit{
    border: 1px solid #7236BF;
    padding: 5px 10px 5px !important;
	color: #7236BF;
	background: #fff;
    border-radius: 1rem;
}
#submit:hover{
    border: 1px solid #7236BF;
    padding: 5px 10px 5px !important;
	color: #fff;
    background: #7236BF;
}
/*--comment end--*/
/*--sidebar start--*/
.content_right_sec1{
	margin-bottom: 2rem;
}
.content_right_sec1 form label{
	text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
}
.content_right_sec1 form input{
    outline: none;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.content_right_sec1 form button{
	color: #7236BF;
    border-color: #7236BF;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}
.content_right_sec1 form button:hover{
	color: #ffffff;
    background: #7236BF;
}
.content_right_sec1 .widget{
	margin-top: 2rem;
}
.content_right_sec1 .widget h2{
	text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
}
.content_right_sec1 .wp-block-latest-posts li{
	margin-bottom: 10px;
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}
.content_right_sec1 .wp-block-latest-posts li a{
	color: #0e2b3d !important;
	position: relative;
    left: 15px;
}
.content_right_sec1 .wp-block-latest-posts li a:before{
	color: #303440;
    content: '\f105';
    font-size: 16px;
    font-family: "fontello";
    position: absolute;
    left: -12px;
}
.content_right_sec1 .wp-block-categories{
	list-style: none;
    padding: 0;
}
.content_right_sec1 .wp-block-categories li{
	margin-bottom: 10px;
}
.content_right_sec1 .wp-block-categories li a{
	color: #0e2b3d !important;
	position: relative;
    left: 15px;
}
.content_right_sec1 .wp-block-categories li a:before{
	color: #303440;
    content: '\f105';
    font-size: 16px;
    font-family: "fontello";
    position: absolute;
    left: -12px;
}
/*--sidebar end--*/
/*--pagination start--*/
.page-numbers {
	border: 1px solid #974ce2;
    padding: 5px 10px 5px !important;
    background: #ffffff;
    color: #974ce2 !important;
}
.page-numbers.current {
	border: 1px solid #974ce2;
    padding: 5px 10px 5px !important;
    background: #974ce2;
    color: #fff !important;
}
/*--pagination end--*/
/* footer */
footer {
    background: #101c3d;
}

footer .footer-top p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-top .footer-logo img {
    filter: brightness(0) invert(1);
}

footer .footer-top .footer-social ul li {
    display: inline-block;
    margin-right: 8px;
}

footer .footer-top .footer-social ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 42px;
    color: #3D3D3D;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

footer .footer-top .footer-social ul li a:hover {
    background-color: #7236BF;
    color: #ffffff;
}

footer .footer-top .footer-widget {
    padding-top: 12px;
    margin-bottom: 42px;
}

footer .footer-top .footer-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: capitalize;
}

footer .footer-top .footer-widget ul li {
    margin-bottom: 16px;
}

footer .footer-top .footer-widget ul li a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
}

footer .footer-top .footer-widget ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10px);
    -ms-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 11px;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ffffff;
}

footer .footer-top .footer-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}

footer .footer-top .footer-widget ul li a:hover {
    padding-left: 18px;
    color: #ffffff;
}

footer .footer-top .f-item.address {
    padding-left: 35px;
}

footer .footer-top .f-item .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding-top: 12px;
    margin-bottom: 42px;
}

footer .footer-top .f-item .address li {
    color: #cccccc;
    margin-bottom: 25px;
    display: flex;
}

footer .footer-top .f-item .address li i {
    color: #ffffff;
}

footer .footer-top .f-item .address li i {
    display: inline-block;
    font-size: 21px;
    margin-right: 16px;
    position: relative;
    top: 5px;
}

footer .footer-top .f-item .address li a {
    color: #cccccc;
}

footer .footer-bottom {
    background: #101c3d;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px 0;
}

footer .footer-bottom p a {
    color: #cccccc;
}

footer p {
    color: #cccccc;
}
@media (max-width: 767px) and (min-width: 280px) {
    footer .footer-top .f-item.address{
        padding-left: 0;
    }
}
/*go to top */
#btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 5px 13px;
}
/*--Product Page Start--*/