.section-divider {
    margin: 0 0 60px
}
.inner-heading {
    font-size: 24px;
    line-height: 30px;
    color: #666;/*text-transform: capitalize*/
}
.inner-heading span {
    color: #314584;
    font-weight: 800
}
hr {
    border-top: 1px solid #eee;
    margin: 30px 0
}
.banner-sec {
    background-image: url("../images/world-map.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #314584;
    position: relative;
}
.banner-catption {
    text-align: center;
    padding: 100px 0;
}
.banner-catption h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 15px;
}
.banner-catption h2 {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}
.banner-catption p {
    color: #fff;
}
.btn-main {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    color: #314584;
    border: 1px solid #314584;
    display: inline-block;
}
.btn-main:hover {
    color: #fff;
    background-color: #314584;
    border: 1px solid #fff;
}
.white-btn {
    background-color: #314584;
    color: #fff;
    border: 1px solid #fff;
}
.white-btn:hover {
    background-color: #fff;
    color: #314584;
    border: 1px solid #314584;
}
.heading {
    color: #314584;
    text-align: center;
    font-size: 28px;
    padding: 0 0 10px;
    line-height: 38px;
    margin: 0;
}
.wlcm-block {
    margin-top: 25px;
}
.heading.why {
    text-align: left;
    font-size: 40px;
    line-height: 50px;
}
.whymig-sec {
    padding: 25px 20px;
    background-color: #314584;
}
.whymig-sec {
    padding: 25px 30px;
    background-color: #fff;
    color: #314584;
    min-height: 290px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
}
.whymig-sec:hover {
    background-color: #314584;
    color: #fff;
}
.whymig-sec p {
    color: #314584;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.whymig-sec:hover .why-txt {
    color: #fff !important;
}
.why-hov {
    display: none;
}
.whymig-sec:hover .why-hov {
    display: block;
}
.whymig-sec:hover .non-hov {
    display: none;
}
.whymig-sec:hover .arrow {
    color: #fff !important;
}
.icon {
    display: flex;
    align-items: center;
}
.icon img {
    width: 60px;
}
.icon p {
    font-weight: 600;
    padding-left: 25px;
    margin: 0;
    font-size: 18px;
}
.why-txt span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    font-style: italic;
    display: block;
}
.whymig-sec:hover .why-txt span{
	color: #fff;
}
.why-dsc p {
    /* color: #fff;*/
    padding: 25px 0 10px;
    margin: 0;
}
.arrow {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #314584;
}
.button-sec {
    padding: 60px 0 10px;
}
.serving-sec {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .01);
    background-color: #fff;
    min-height: 440px;
    margin-bottom: 60px;
    position: relative;
	border: 1px solid #eee;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.serving-sec:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .09);
		border: 1px solid #314584;
}
.serving-pic {
	overflow: hidden;
	
}
.serving-sec .serving-pic img{

	-webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;	
}
.serving-sec:hover .serving-pic img{
	    transform: scale(1.2);
}


.serving-dsc h3 {
    font-size: 21px;
    padding: 15px 0;
    margin: 0;
    color: #314584;
}
.serving-dsc {
    padding: 15px 15px 0;
}
.serving-sec .arrow {
    color: #314584;
}
.migdexfile-pic i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    font-size: 22px;
}
.migdexfile-sec {
    padding: 30px 45px;
    text-align: center;
    min-height: 401px;
    border: 1px solid #eee;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.migdexfile-sec:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    border: 1px solid #284cb855;
}
.migdexfile-dsc h3 {
    font-size: 21px;
    color: #314584;
    padding-bottom: 15px;
}
.secure-crousel .item {
    padding: 30px;
}
.secure-crousel .heading {
    text-align: left;
}
.testi-carousel .owl-nav {
 display: flex !important;
    justify-content: flex-end ;
}
.owl-nav i {
    color: #314584;
    padding: 0 5px;
}
.owl-dots {
    position: absolute;
    right: 0;
    bottom: 150px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #314584;
    margin: 5px 0;
}
.owl-dot.active {
    background-color: #314584;
}
.blog-heading-sec h3 {
    font-size: 18px;
    line-height: 28px;
}
.blog-dsc {
    border-top: 1px solid #314584;
}
.blog-dsc p {
    font-size: 15px;
    text-align: center;
    padding: 10px 0 0 0;
}
.blog-head-dsc {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    justify-content: space-between;
}
.blog-heading-sec h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.blog-head-dsc p {
    margin: 0;
    font-size: 13px;
}
.blog-sec .serving-sec {
    min-height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 10px solid #314584;
}
.design-by {
    position: relative;
}
.design-bg {
    position: absolute;
    background-image: url( "../images/doctor.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
}
.icon-dsc {
    display: flex;
    align-items: center;
}
.icon-design-pic {
    width: 80px;
}
.our-client {
    background-color: #383838;
    padding: 30px 0;
}
.client-logo {
    background-color: #333333;
    padding: 15px;
    margin: 10px;
}
.client-carousel .owl-prev, .client-carousel .owl-next {
    background-color: #e4e4e4;
    border-radius: 3px;
}
.client-carousel {
    position: relative;
}
.client-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.form-control {
    background-color: #f4fafe;
    border: 1px solid #314584;
    height: 50px;
}
.form-group {
    margin-bottom: 25px;
}
.migdexfile-pic img {
    padding-bottom: 30px;
}
.migdexfile-pic img {
    width: 40px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media(max-width:767px) {
.serving-sec {
    min-height: auto;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.design-bg {
    position: fixed;
    width: 100%;
}
.owl-nav {
    justify-content: center;
}
}

@media(max-width:1024px) {
}

@media(max-width:990px) {
}

/*hub*/

.inner-banner {
  background-size: cover;
    padding: 150px 0px;
    background-position: center center;
    position: relative;
}
.inner-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
    background: #22699b;
    background: -moz-linear-gradient(left, #22699b 1%, #f15f29 99%);
    background: -webkit-linear-gradient(left, #22699b 1%,#f15f29 99%);
    background: linear-gradient(to right, #22699b 1%,#f15f29 99%);
}
.inner-banner-caption {
    position: relative;
    z-index: 9;
}
.inner-banner-caption h1 {
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    font-variant: petite-caps;
/*	font-family: 'Ubuntu', sans-serif;*/
}
.inner-banner-caption p {
    color: #fff;
}

.sub-heading {
    font-size: 20px;
    line-height: 25px;
    color: #314584 !important;
    font-weight: 400;
    margin: 5px 0;
}
.inner-heading {
    color: #314584;
    font-size: 28px;
    padding: 0 0 30px;
    line-height: 38px;
    margin: 0;
	    font-family: 'Ubuntu', sans-serif;
}
.next-sec {
    padding: 10px;
    border: 1px solid #eee;
	-webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.next-sec:hover {
    border: 1px solid #314584;
}
.transition {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.next-desc a:hover i, .serving-sec:hover i {
    transform: translateX(10px);
}
.inner-arrow {
    text-align: right;
    display: block;
    padding: 0 10px 0 0px;
	font-weight: 500;
}
.img-sec img {
	 -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.img-sec {
    overflow: hidden;
}
.img-sec img:hover {
 transform: scale(1.2);
}
.key {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 30px;
}
.key .img-sec {
    margin-right: 20px;
    width: 150px;
}
.key .next-desc {
    flex: 1;
}
.white {
	color: #fff;
}
.self-hosting{
	background-image: url("../images/collaboration.jpg");
	text-align: center;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}
.self-hosting:after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.self-hosting .container{
	position: relative;
	z-index: 9;
}
.self-hosting-sec {
    padding: 0 30px;
    text-align: justify;
}
.btnarrow{
	-webit-transition: 0.3s all;
	transition: 0.3s all;
	
}
.btn-main:hover .btnarrow{
	 transform: translateX(10px);
}
.list {
    list-style: none;
	margin: 0;
}
.list li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    padding: 0 0 10px 25px;
	    background-position: 5px 8px;
}
.why-choose .list li {
    font-size: 20px;
    font-weight: 500;
	    color: #fff;
}
.why-pic {
    text-align: right;
}
.why-choose {
	background-color: #314584;
    padding-top: 50px;
}
.why-choose .list li {
    background-image: url("../images/check-white.png");
}


@media(max-width:767px){
.section-divider {
    margin: 0 0 30px;
}
	.inner-banner {
    padding: 50px 0px;
}.inner-banner-caption h1 {
    font-size: 24px;
    line-height: 34px;
	}
.inner-heading {
    font-size: 22px;
	line-height: 28px;
padding: 15px 0;
	}
.next-sec {
    margin-bottom: 25px;
}
	.sub-heading {
    font-size: 18px;
    margin: 0;
    padding: 15px 0 10px;
}
.migdexfile-sec {
    padding: 30px 10px;
    text-align: justify;
    min-height: auto;
	    margin-bottom: 25px;
	}
.why-choose {

    padding-top: 0px;
}
	.mob-bg-white{
		background-color: #fff;
		
	}
	.key .img-sec {
    width: 100px;
}
	
	}


.services-carousel .owl-nav{
    display: flex !important;
    justify-content: center;
	    margin-top: 30px;
}
.services-carousel .owl-prev i, .services-carousel .owl-next i {
  background-color: #314584;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
	border: 1px solid #314584;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;


}
.services-carousel i:hover, .services-carousel i:hover {
  background-color: #fff;
    color: #314584;
	border: 1px solid #314584;


}

/*************/
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none
}

.card-header .btn-link {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: #314584;
    font-size: 18px;
    padding: 10px 15px
}

.card-header .btn-link:focus,
.card-header .btn-link:hover {
    text-decoration: none
}

.card {
    background-color: #f3fafe;
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0 0 10px
}

.card-trigger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 14px
}

.btn-link.collapsed .card-trigger {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.faq-sub {
    font-size: 14px;
}

.login-bg {
    background-color: #314584;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 15px;
    text-align: center;
}

.login-bg h2 {
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 9;
    line-height: 28px;
}
	.login-bg h2 span {
    font-size: 14px;
    line-height: 0px;
}
.login-box {
    padding: 30px 30px 20px 0;
}
.login-page-main {
    border: 2px solid #314584;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0;
    box-shadow: 0px 0px 20px rgba(29, 173, 236, 0.06);
}
	@media(max-width:767px){
		.login-bg {
    padding: 40px 15px;
}
		.login-bg h2 {
    font-size: 25px;
    line-height: 26px;
}
		.login-box {
    padding: 15px;
}
	.login-page-main {
    margin: 20px 0 0;
}
	}