@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body, h1, h2, h3,h4,h5,p, span, a, li{
    font-family: 'Josefin Sans', sans-serif !important;
}
/* navigation css */

.row {
    margin: 0px !important;
}
.menu-area ul li a {
    color: #647589;
}
.menu-area>ul>li {
    position: relative;
}

.menu-area>ul>li>ul {
    position: absolute;
    top: 280%;
    left: -10px;
    min-width: 318px;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    height: 400px;
    overflow-y: scroll;
}

.menu-area ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.menu-header.menu-header-dark {
    background: #004696;
   
}
.menu-header.menu-header-dark a.meanmenu-reveal {
    border: 2px solid #fff;
    color: #fff;
}
.menu-header.menu-header-dark a.meanmenu-reveal span {
    background: #fff;
    height: 2px;
    margin-bottom: 6px;
}

.menu-area>ul>li>ul:before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
.menu-header-dark .menu-area > ul > li > a {
     color: #fff;
}
.menu-area>ul>li>ul li {
    line-height: 2;
    margin: 0;
    position: relative;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
}
.menu-area>ul>li>ul>li {
    border-bottom: 1px solid #f6f6f6;
}
.menu-area ul li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.286;
    margin-right: 50px;
}
.menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-header.menu-header-dark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #004696;
    height: 90px;
    padding: 0;
    animation: scroll-header-animation 0.5s linear;
}
.menu-header-dark .menu-area > ul > li > a:hover {
   color: #c6c5c5;
}

.menu-area ul li a.active {
    color: #0044b0 !important;
}
/* banner section designing start */
.home-banner {
    background-image: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    padding: 50px 0px;
    min-height: 860px;
    position: relative;
    background-attachment: fixed;
}
.home-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #0202028a;
}
span.text {
    padding: 6px 19px;
    background-color: #ffffff91;
    border-radius: 50px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 22px;
    display: inline-block;
    color: #000;
}
.home-banner .banner-content h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 50px;
}
span.bold {
    font-weight: 700;
}
.home-banner .banner-content p {
    color: #fff;
    font-size: 18px;
}
.home-banner-btn a:last-child:hover {
    background-color: #0044a3;
    border-color: #0044a3;
}
.home-banner-btn a:last-child {
    background-color: #000;
    border-color: #000;
}
.home-banner-btn a:hover {
    background-color: #000;
    border-color: #000;
}
.home-banner-btn a {
    padding: 16px 32px;
    background-color: #0044a3;
    color: #fff;
    width: 190px;
    text-align: center;
    border-radius: 8px;
    margin-right: 14px;
    display: inline-block;
    margin-top: 30px;
    border: #0044a3;
    transition: 0.3s ease-in-out 0s;
}

/* companies logo */
.companies .row {
    background-color: #f9f9f9;
    border-radius: 12px;
    margin-top: -70px !important;
    padding: 40px 20px;
    box-shadow: 0px 4px 6px #76767652;
}
.companies {
    height: auto;
    background-color: transparent;
}

.companies img:hover {
    filter: invert(1);
}
.companies img {
    max-height: 47px;
    filter: grayscale(1);
    width: 100%;
    margin-bottom: 0px;
}


/* about us css */
section.speciality-area span.text, .contact-main span.text {
    background-color: #f1f1f1;
}
.speciality-area-right .speaciality-icon-box:last-child {
    position: relative;
    bottom: 70px;
}
.speciality-area-right .speaciality-icon-box {
    width: 50%;
    padding: 12px;
    margin: 5px;
}
.speciality-area-right .speaciality-icon-box >div {
    margin-bottom: 32px;
    background-color: #f9f9f9;
    padding: 20px;
    transition: 0.3s ease-in-out 0s;
    border-bottom: 6px solid #1d68b6;
    border-radius: 24px;
}
.speciality-area-right .speaciality-icon-box >div:hover {
    transform: translateY(-5px);
}
.speciality-area-right .speaciality-icon-box >div h4 {
    font-size: 24px;
    margin: 12px 0px 22px;
    color: #1b1c4d;
} .speciality-area-right .speaciality-icon-box >div:hover h4, .speciality-area-right .speaciality-icon-box >div:hover p {
    color: #fff;
}
.speciality-area-right .speaciality-icon-box >div:hover {
    background-color: #0044a3;  
}
.speciality-area-right .speaciality-icon-box >div:hover svg path {
    fill: #fff !important;
}
/* .speciality-area-right >div:first-child .content-icon-wrapper:first-child svg path, 
.speciality-area-right >div:first-child .content-icon-wrapper:first-child p, 
.speciality-area-right >div:first-child .content-icon-wrapper:first-child h4,
.speciality-area-right >div:nth-child(2) .content-icon-wrapper:last-child svg path, 
.speciality-area-right >div:nth-child(2) .content-icon-wrapper:last-child h4, 
.speciality-area-right >div:nth-child(2) .content-icon-wrapper:last-child p {
    color: #fff;
}
.speciality-area-right >div:first-child .content-icon-wrapper:first-child, .speciality-area-right >div:nth-child(2) .content-icon-wrapper:last-child {
    background-color: #0044af;
} */

/* expertise section start */
.section-heading p {
    font-size: 18px;
    color: rgb(100, 117, 137);
    line-height: 1.722;
}
.speciality-area {
    margin-top: 121px;
    margin-bottom: 40px;
}
.section-heading h3 {
    margin-bottom: 30px;
    font-size: 35px;
    color: rgb(34, 54, 69);
    font-weight: bold;
    line-height: 1.343;
}
.f-point h1 {
    font-size: 100px;
    color: rgb(193 193 193 / 33%);
    font-weight: bold;
    line-height: 0.78;
    float: left;
    padding-right: 15px;
}
.f-description p {
    font-size: 16px;
    color: rgb(255 255 255);
}
.features-area .section-heading h3 {
    position: relative;
    margin-bottom: 10px;
}
.features-area .section-heading p {
    position: relative;
    margin-bottom: 0px;
}

/* how it work designing start */
.features-area {
    background-color: #f5f5f5;
    padding-bottom: 125px;
    padding-top: 1px;
    padding-bottom: 80px;
    position: relative;
}
.feature {
    overflow: hidden;
}
.feature, .f-point {
    max-width: max-content;
}
.f-description {
    width: 100%;
}
.f-description p {
    font-size: 16px;
    color: rgb(100, 117, 137);
}
.features-area .section-heading {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 80px 0px 60px;
}

/******* our services ************/
.row.our-services {
    padding: 100px 15px;
}
.row.inner-row {
    padding-top: 40px;
}
.row.our-services .col-sm-3.single-cols {
    position: relative;
    overflow: hidden;
    padding: 50px 40px 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 2px 2px 6px 2px #eee;
    margin: 0 15px 30px;
    max-width: 260px;
    transition: all ease 1s;
    transform: scale(1);
}
.row.our-services .col-sm-3.single-cols:hover {
    transform: scale(1.1);
}
 .heading-row {
    text-align: center;
}
.heading-row h5 {
    background-color: #00469636;
    display: inline-block;
    margin-top: 0;
    font-style: normal;
    font-size: 13px!important;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 4px 15px !important;
    border-radius: 50px;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #004696;
}
.heading-row h3 {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 36px;
    line-height: 46px;
    font-family: 'IBM Plex Sans', sans-serif;
    letter-spacing: -.3px;
    margin-bottom: 17px;
}
.row.our-services .icon-img {
    position: relative;
    margin-bottom: 20px;
}
.row.our-services .icon-img img {
    width: 55px;
    height: 55px;
    position: relative;
    left: 15px;
}
.row.our-services .icon-img::after {
    content: '';
    position: absolute;
    left: -9px;
    top: -17px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    opacity: .1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #004696;
}
/* service section end css */


/* offer section css */
.explore-section {
    background-image: url(../images/offer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    background-attachment: fixed;
}
.explore-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000bf;
}
.explore-section h3, .explore-section p {
    color: #fff;
}


/* post css */
.posts-area .post-thumbnail img {
    height: 270px;
    object-fit: cover;
}
.post-excerpt {
    padding: 30px 30px 28px 28px;
}
.post img {
    width: 100%;
}
.post-excerpt > a {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    background-color:  #1d68b6;
    padding: 6px 16px;
}
.posts-area {
    background-color: #f9f9f9;
    padding-top: 1px;
    padding-bottom: 100px;
}

.post-excerpt h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.556;
    margin-top: 16px;
    margin-bottom: 22px;
}
.post-excerpt hr {
    background-color: rgb(246, 246, 246);
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.post-extra {
    height: 20px;
}
.post-extra p {
    font-size: 14px;
    float: left;
    color: rgb(100, 117, 137);
    line-height: 1.765;
    margin-bottom: 31px;
}
.post-extra a {
    background-color: inherit;
    color: rgb(51, 51, 51);
    font-weight: 700;
    float: right;
    padding: 0;
    font-size: 14px;
}
.post {
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.05);
    background: #fff;
    margin-bottom: 30px;
}

/* era section css */
.image-left img {
    width: 100%;
    min-height: 540px;
    object-fit: cover;
}
.era-section {
    padding: 80px 0px;
    background: #e8ebf4;
}
.era-section .row {
    align-items: center;
}
.era-section .content-right h3 {
    font-size: 34px;
    margin-bottom: 20px;
}
/* footer section css */
section.footer-area h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 34px;
}

section.footer-area label {
    color: #fff;
}
section.footer-area input[type="submit"], section.footer-area input[type="button"] {
    background: #1d68b6;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 4px;
    border: none;
    width: 30%;
    transition: 0.3s ease-in-out 0s;
}
section.footer-area input[type="submit"]:hover, section.footer-area input[type="button"]:hover {
    background-color: #000;
}

.footer-social svg{
    color: #1d68b6;
    margin-right: 19px;
    font-size: 16px;
    line-height: 1.125;
}
section.footer-area p, section.footer-area li a {
    font-size: 16px;
    color: #fff;
    line-height: 2.118;
}
section.footer-area li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -23px;
    top: 8px;
    position: absolute;
}
section.footer-area {
   background: #004696;
    padding: 60px 0;
}

.footer-area label {
    color: #fff;
}

.footer-area .tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin-bottom: 0px;
}
section.footer-area ul {
    max-height: 182px;
    list-style: none;
    display: flex;
    flex-flow: wrap column;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: wrap column;
    padding-left: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
section.footer-area li {
    position: relative;
}
.footer-social {
    padding-top: 0px;
    display: block;
    margin-top: 30px;
}

.footer-social a svg {
    color: #fff;
}
section.footer-area form {
    overflow: hidden;
    height: 37px;
}
section.footer-area input {
    background: transparent;
    margin: 0;
    float: left;
    color: #1e2a78;
    transition: 0.3s;
    padding: 12px 16px;
    width: 70%;
    font-size: 14px;
    border: 1px solid rgb(224, 224, 224);
    height: 45px;
}
/* go to top css */
a.go-to-top {
    position: fixed;
    left: auto;
    color: white;
    background: #0b68c3;
    padding: 12px 15px;
    font-size: 14px;
    right: 20px;
    bottom: 20px;
}


/* contact section */
.contact-main {
    padding: 120px 0px;
}
.contact-right-form form textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #bdbdbd;
    margin-bottom: 22px;
    padding: 16px 9px;
}
.contact-right-form form .label input, .contact-right-form form .label select {
    width: 49%;
    padding: 16px 9px;
    border: 1px solid #bdbdbd;
    color: #626262;
    font-size: 14px;
    margin-bottom: 22px;
}
.contact-main input[type="submit"] {
    width: 100%;
    padding: 16px 12px;
    background-color: #0b68c3;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s ease-in-out 0s;
}
.contact-main input[type="submit"]:hover{
    background-color: #000;
}
.contact-left-bottom >div:nth-child(3), .contact-left-bottom >div:nth-child(4) {
    border-bottom: 0px;
}
.contact-left-bottom >div:nth-child(2n) {
    border-right: 0px;
}
.contact-left-bottom >div {
    width: 50%;
    padding: 32px 12px 12px 60px;
    position: relative;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
}
.contact-left-bottom >div svg {
    position: absolute;
    left: 24px;
    top: 32px;
    font-size: 22px;
}  
.contact-main .row {
    align-items: center;
}

.contact-left-bottom {
    display: flex;
    flex-wrap: wrap;
}
.contact-left-bottom .contact-sub ul {
    padding: 0px;
    list-style-type: none;
}
.copyright p {
    font-size: 14px;
    color: rgb(100, 117, 137);
    padding: 15px 0px;
    margin-bottom: 0px;
}
.posts-area h2 a {
    color: #222;
}

/* contact page css */
.contact-banner h3 {
    color: #fff;
}
.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}
.contact-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000006b;
}
.contact-right-form form .label {
    display: flex;
    justify-content: space-between;
}
.contact-main {
    padding: 80px 0px;
    background-image: url(../images/bg-section6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.maping .maping-frame {
    padding: 0px;
    display: none;
}
.contact-left-bottom >div svg {
    color: #6d6d6c;
}
.contact-sub-right h4 {
    font-size: 20px;
}

/* about page css */
.about-banner {
	background-image: url(../images/about-banner.jpg);
	padding: 180px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.about-banner h1 {
	line-height: 54px;
	letter-spacing: 0px;
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	margin-bottom: 0px;
}

.banner-menu a:not(:last-child):after {
	content: "/";
	color: #fff;
	padding: 0px 6px;
}

.banner-menu a {
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 20px;
	margin-right: -5px
}

.banner-menu {
	margin-top: 15px;
}

.banner-menu a.active {
	font-weight: 400;
}


/*-- about service sec css start here**/
.service-icon img {
	width: 100%;
}


.service-text {
	width: calc(100% - 42px);
}

.about-service-column {
	padding: 30px 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	transition: all .4s ease;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	min-height: 265px;

}

.about-service-column:hover:before {
	-webkit-transform: scaleY(1);
	background: #004696;
}

.about-service-column:hover h4,
.about-service-column:hover p,
.about-service-column:hover img {
	color: #fff;
	z-index: 999;
	position: relative;

}

.about-service-column:hover img {
	filter: invert(1);

}


.about-service-column:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1);
	transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;

}

.service-icon {
	width: 42px;
	margin-right: 15px;
	margin-top: 6px;
}

.service-content {
	display: flex;
}

.about-service-sec h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}

.service-text p {
	color: #6a7c92;
	font-size: 15px;
	font-weight: 400;
	line-height: 29px;
	font-family: Roboto, sans-serif;
	letter-spacing: 0px;
}

.banner-bottom {
	margin-top: -120px;
}

/*-- about service sec css end here**/


/*-- experience-sec sec css start here */
section.experience-sec {
	padding: 100px 15px;
}

.experience-title-content {
	text-align: center;
	padding-bottom: 30px;
}

.experience-title-content h5 {
	/* font-family: "IBM Plex Sans"; */
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
	color: #004696;
}
.main-experience .col-md-6.col-lg-3 {
    padding: 0 10px;
}
.experience-title-content h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	max-width: 100%;
	color: #14133b;
	margin: 0 auto;
}

.experience-title-content p {
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
	max-width: 100%;
	margin: 20px auto auto auto;
	color: #5b6674;
}

.experience-text {
	padding: 40px;
	z-index: 999;
}

.experience-column {
	background-image: url(../images/experience1.jpg);
	height: 400px;
	transition: all .2s;
	overflow: hidden;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: all .2s;
	display: flex;
	align-items: end;
	cursor: pointer;
}

.overlay-area {
	position: absolute;
	left: 0px;
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
	bottom: 0px;
	height: 100%;
	width: 100%;
	transition: all .4s ease-in-out;
}

.experience-column:hover .overlay-area {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #004696 100%);
}

.experience-text h5 {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 0px;
}

.experience-icon img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.exp-odd {
	margin-top: 30px;
}


/*-- experience-sec sec css end here**/


/*-- managed-it-services sec css start here**/
.managed-it-services .experience-title-content {
	text-align:center;
}

.managed-it-services .experience-title-content h3,
.managed-it-services .experience-title-content p {
	margin-left: 0px;
}


.it-number-content:before {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 40px;
	width: 100%;
	height: 2px;
	z-index: -1;
	background-color: #e6e4ef;
}

.it-number-content {
	position: relative;
}

.it-number {
	position: absolute;
	z-index: 1;
	width: 42px;
	background: #004696;
	height: 42px;
	margin-bottom: 0px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.it-number p {
	margin-bottom: 0px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.managed-it-column {
	transition: all .4s ease;
}

.managed-it-column:hover .it-number-content:before {
	background-color: #004696;
}

.managed-it-text {
	padding-top: 60px;
}

.managed-it-text h6 {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin: 10px auto;
}

.managed-it-text p {
	color: #6a7c92;
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}

a.read-btn {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #14133b !important;
	position: relative;
	padding-left: 0;
	padding-right: 30px;
}

a.read-btn:after,
a.read-btn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 30px;
	background-color: currentColor;
	transition: .5s;
	opacity: 1;
}

a.read-btn:after {
	left: -40px;
	right: unset;
	opacity: 0;
}

a.read-btn:hover:before {
	right: -60px;
	opacity: 0;
}

a.read-btn:hover span {
	padding-left: 50px;
}

a.read-btn:hover:after {
	left: 0;
	opacity: 1;
}

a.read-btn:after {
	left: -40px;
	right: unset;
}

a.read-btn span {
	position: relative;
	z-index: 1;
	transition: .5s;
	padding-right: 10px !important;
}

section.managed-it-services {
	padding: 100px 0px;
}

a.read-btn:hover {
	text-decoration: none;
}
/* about page css end */


/***  Blog page css start here ***/

section.blog-posts {
    padding: 100px 15px;
    background-color: #f7f8fd;
}
section.blog-posts .row.post-grid {
    justify-content: flex-start;
}
.row.post-grid  .blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.row.post-grid  .post-item {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px 20px;
 
}

.blog-content {
    background: #fff;
}
.row.post-grid  h3.post-title a {
    color: #14133b;
}
.row.post-grid  h3.post-title {
    font-size: 20px!important;
    font-weight: 600!important;
    clear: both;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 90px;
}
.blog-content {
    position: relative;
    padding: 20px 25px;
}
.blog-img {
    overflow: hidden;
    transition: all ease 1s;
}
.col-md-4.post-item:hover .blog-img img {
    transform: scale(1.1);
    transition: all ease 1s;
}
section.blog-posts .post-date span {
    color: #6b6565;
}
.single-post header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.featured-media-inner.section-inner img.attachment-post-thumbnail {
    object-fit: cover;
    height: 600px;
}

.single-post p.comment-form-comment {
    display: flex;
    flex-direction: column;
}
.single-post input#submit {
    box-shadow: none;
    border: 0px;
    padding: 10px 20px;
    background-color: #1f4092;
    color: #fff;
}
.single-post .post-inner {
    padding: 50px 0px 20px;
}
.single-post .post-inner h3 {
    font-size: 30px;
    font-weight: 700;
    color: #1f4092;
    margin: 0 0 15px 0;
    line-height: 38px;
}
/***  Blog page css End here ***/

/***  Project page css Start here ***/
 .sl-overlay {
    bottom: 0;
    background:#000 !important;
}
section.project-gallery {
    padding: 80px 15px;
}

.project-gallery .rl-gallery-item img {
    height: 300px;
    object-fit: cover;
}
#swipebox-close {
    right: 2%;
    background-color: #1d68b6;
    border-radius: 50%;
    top: 3%;
}
section.contact-main form p {
    margin-bottom: 0px;
}
.single_portfolio_column img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.single_portfolio_column:nth-child(3n) {
    margin-right: 0px;
}
.single_portfolio_column .image {
    position: relative;
}
.single_portfolio_column .image__overlay.image__overlay--primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(31 64 146 / 68%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
    padding: 20px;
    text-align: center;
}
.single_portfolio_column .image__overlay:hover {
    opacity: 1;
}
/***  Project page end Start here ***/
section.contact-main input {
    border: 0px;
    margin-bottom: 20px;
    padding: 10px 6px;
    border-radius: 5px;
    border-bottom: 2px solid #004696;
    width: 100%;
}

section.contact-main form p select {
    border-radius: 5px;
    padding: 10px 6px;
    margin-bottom: 20px;
    border-bottom: 2px solid #004696 !important;
    border: 0px;
    width: 100%;
	color: #757575;
}

section.contact-main textarea{
    border-bottom: 2px solid #004696 !important;
    border: 0px;
    border-radius: 5px;
    resize: none;
    height: 150px;
}
.pagination-single-inner a.previous-post {
    color: #2962be;
}
.single-post span.meta-text a {
    margin-left: 8px;
    color: #000;
}
.single-post ul.post-meta {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.single-post p.logged-in-as a {
    color: #1f4092;
}

.tnp.tnp-subscription form label {
    display: none;
}
section.footer-area form {
    overflow: hidden;
    height: 50px;
    display: flex;
}
section.footer-area input[type="submit"], section.footer-area input[type="button"] {
    background: #1d68b6;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    width: 100%;
    transition: 0.3s ease-in-out 0s;
}
.tnp-field.tnp-field-email input#tnp-1 {
    width: 100%;
}
.tnp.tnp-subscription {
    margin: 0px 0px;
}
/************ Single Services Detail Page ************/

.row.single-service {
    width: 100%;
    background-color: #004696 !important;
    position: relative;
    padding: 120px 15px;
}
.row.single-service h2.banner-heading {
    color: #fff;
    font-size: 48px;
    margin: 0px;
	line-height:55px;
}
.main-content-row {
    padding: 85px 15px;
}
.main-detail-content img {
    width: 100%;
    margin-bottom: 20px;
}
ul.ct-link-items {
    margin: 0px;
    padding: 0px;
}
ul.ct-link-items li {
    display: block;
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    background: #e6ebf4;
    margin-bottom: 15px;
}
ul.ct-link-items li a {
    font-size: 18px;
    color: #000917;
}
.inner-page-content-service p {
    color: #5b6674;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.inner-page-content-service h5 {
    font-size: 25px;
    color: #000917;
    font-weight: 700;
    margin: 20px 0;
    display: block;
    line-height: 34px;
}
ul.service-listing li {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 15px;
}
ul.service-listing {
    padding: 0 0 0 30px;
}
.sidebar-service .connect-with-us {
    position: relative;
}
.sidebar-service .ct-infobox-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}
.sidebar-service .item--subtitle.el-empty {
    color: #e6ebf3;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.sidebar-service .item--title.el-empty {
    font-size: 36px;
    color: #fff;
    border-bottom: 1px solid rgb(31 64 146);
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.sidebar-service .item--phone.el-empty {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
a.ct-info-button {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px!important;
    letter-spacing: 1px;
    padding: 13px 30px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    color: #004696;
    margin-top: 20px;
}
.connect-with-us img {
    width: 100%;
}
.inner-page-content-service a {
    color: #1f4092;
    text-decoration: underline;
    font-weight: 500;
}
.row.three-cols .card:hover .icon-img img {
    filter: invert(100%);
}
.contact-sub.three {
    display: none;
}
.contact-sub.four svg.svg-inline--fa.fa-phone.fa-w-16 {
    transform: rotate(90deg);
}
.footer-area .container {
    max-width: 90%;
}

/* 20 july */

.row.portfolio_section {
    justify-content: flex-start;
}
.single_portfolio_column {
    max-width: 32%;
    flex: 0 0 32%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.project-gallery h5 {
    text-align: center;
    background-color: #00469636;
    display: table;
    font-style: normal;
    font-size: 13px!important;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 4px 15px !important;
    border-radius: 50px;
    color: #004696;
    margin: 0 auto 15px;
}
.project-gallery h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    max-width: 70%;
    color: #14133b;
    margin: 0 auto 15px;
    text-align: center;
}
.single_portfolio_column a.view_more {
    background-color: #fff;
    padding: 8px 20px;
    border: 0px;
    color: #0b68c3;
    border-radius: 5px;
}
.single_portfolio_column a.view_more:hover {
    background-color: #000;
    color: #fff;
}
/* media query start */


@media(max-width: 1199px){
.single_portfolio_column {
    max-width: 31%;
    flex: 0 0 31%;
}	
	
}

@media(max-width: 991px){
    .speciality-area-right {
        margin-top: 80px;
    }
    .image-left img {
        min-height: unset;
    }
    .contact-main .row >div {
        width: 100%;
        flex: auto;
        max-width: unset;
    }
    .contact-left-bottom {
        margin-bottom: 60px;
    }
    .menu-area ul li {
        margin-right: 12px;
}
.about-service-column {
    margin-bottom: 20px;
}

.exp-odd {
    margin-top: 0;
}

.experience-column.exp-odd {
    margin-bottom: 30px;
}

section.experience-sec {
    padding-bottom: 0px;
}

.managed-it-column {
    margin-bottom: 30px;
}
.single_portfolio_column {
    max-width: 47%;
    flex: 0 0 47%;
}	
.single_portfolio_column:nth-child(3n) {
    margin-right: 20px;
}
.single_portfolio_column:nth-child(2n) {
    margin-right: 0px;
}
.project-gallery h3 {
 font-size: 30px;
    line-height: 40px;
    max-width: 95%;
}
.single_portfolio_column img.image__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
}

@media(max-width: 929px){
    .col-10.header-menu {
        flex: auto;
        width: 100%;
        max-width: 100%;
        position: absolute;
        left: 0;
        right: 0;
    }
    .mobile-menu.mean-container {
        width: 100%;
    }
    .mobile-menu.mean-container .mean-bar a {
        margin: auto 0 auto auto;
    }
    .mean-container .mean-nav {
        float: left;
        width: 100%;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        top: 95px;
    }
    .menu-header .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 12px;
    }
	section.blog-posts .post-item {
    max-width: 30%;
    flex: 0 0 30%;
}
section.blog-posts .blog-img img {
    height: 250px;
}
.blog-content {
    padding: 20px 20px;
}
section.blog-posts h3.post-title {
    font-size: 20px!important;
    line-height: 25px;
}
section.blog-posts {
    padding: 70px 15px 40px;
    background-color: #f7f8fd;
}
}




@media(max-width: 768px){
    .banner-text-content {
		text-align: center;
	}
	.experience-column {
		margin-bottom: 30px;
	}
	.about-banner h1 {
		line-height: 48px;
		font-size: 40px;
	}
	.service-content {
		flex-wrap: wrap;
	}
	.service-icon {
		margin-bottom: 20px;
	}
	.service-text {
		width: 100%;
	}
	.about-service-column {
		margin-bottom: 20px;
	}
	.experience-title-content h3 {
		font-size: 26px;
	}
	.experience-title-content p {
		font-size: 14px;
	}
	section.managed-it-services {
		padding: 40px 15px;
	}
	.about-banner {
		padding: 100px 0px;
	}
	.managed-it-column {
		margin-bottom: 30px;
	}
}

@media(max-width: 767px){
    .era-section .row >div {
        width: auto;
        flex: auto;
        max-width: unset;
    }
	
	
   
    .contact-right-form form .label {
        display: flex;
        justify-content: space-between;
    }
    .contact-left-bottom {
        margin-top: 50px;
    }
    .contact-left-bottom >div {
        width: 100%;
        border: 0px;
    }
    .speciality-area-right {
      flex-wrap: wrap;
    }
    .speciality-area-right .speaciality-icon-box {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    .speciality-area-right .speaciality-icon-box:last-child{
        bottom: 0;
    }
    .home-banner .banner-content h1 {
        font-size: 55px;
        line-height: 63px;
    }
    .header-logo img.logo {
    width: 110px;
    object-fit: cover;
}
    .era-section .content-right {
        padding-top: 24px;
    }
    .era-section.offering .row {
        flex-direction: column-reverse;
    }
    .section-heading h3 {
        font-size: 28px;
    }
    .col-2.d-flex.align-items-center.header-logo {
        width: 50%;
        /* padding: 0px; */
        max-width: unset;
    }
    .mean-container .mean-nav{
        top: 58px;
    }

    .mobile-menu.mean-container .mean-bar >a{
        top: -10px;
        position: relative;
    }
	section.blog-posts .post-item {
    max-width: 100%;
    flex: 0 0 100%;
    }
    section.blog-posts {
       padding: 60px 15px;
       background-color: #f7f8fd;
    }
	.row.our-services {
    padding: 40px 15px;
}	
.header-logo {
    max-width: 40% !important;
    flex: 0 0 40%;
}
.heading-row h3 br {
    display: none;
}
.row.inner-row {
    justify-content: center;
}	
.row.our-services .single-cols h4 {
    font-size: 20px;
    min-height: unset;
}
.heading-row h3 {
    margin-bottom: 20px;
}
.row.our-services .col-sm-3.single-cols {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
}
.banner-content {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.feature {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.features-area .section-heading {
    width: 100%;
    padding: 60px 0px 20px;
}
section.footer-area .row {
    display: flex;
    flex-direction: column;
}
section.footer-area .row .col-lg-4.col-md-6.col-sm-9.col-12 {
    flex: auto;
    width: 100%;
    max-width: unset;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email {
    width: 100%;
}
.it-number-content:before {
    width: 280px;

}
section.project-gallery {
    padding: 40px 15px;
}
}
@media(max-width: 575px){
	
.single_portfolio_column {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
}	
.single_portfolio_column:nth-child(3n) {
    margin-right: 0px;
}
.single_portfolio_column:last-child {
    margin-bottom: 0px;
}
}