@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
body {
    margin: 0;
    padding: 0;
    font-family: "SFPRODISPLAYREGULAR";
    font-weight: 500;
    color: #111313;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SFPRODISPLAYBOLD";
    margin-bottom: 0;
}
p {
    font-family: "SFPRODISPLAYREGULAR";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
@font-face {
    font-family: "SFPRODISPLAYBOLD";
    src: url(../fonts/SFPRODISPLAYBOLD.font) format("truetype");
}
@font-face {
    font-family: "SFPRODISPLAYMEDIUM";
    src: url(../fonts/SFPRODISPLAYMEDIUM.font) format("truetype");
}
@font-face {
    font-family: "SFPRODISPLAYREGULAR";
    src: url(../fonts/SFPRODISPLAYREGULAR.font) format("truetype");
}
img {
    max-width: 100%;
    border: none;
}
a {
    text-decoration: none;
    outline: none !important;
    color: #fff;
}
.btn {
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    transition: 0.5s;
    position: relative;
    outline: none;
}
.main_btn1 {
    border: 1px solid #343434;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 20px;
}
.main_btn2 {
    border: 1px solid #0041FF;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 20px;
}
.main_btn1:hover,
.main_btn2:hover {
    background: #000;
    color: #fff;
}
.main_btn3 {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 15px 10px 20px;
}
.main_btn3:hover {
    background: #0041FF;
    color: #fff;
    border-color: #0041FF;
}
.main_btn3:hover .btnbx_arrow img {
    filter: brightness(0);
}
.main_btn3:hover .btnbx_arrow {
    background: #fff;
}
.main_btn4 {
    border: 1px solid #0041FF;
    color: #fff;
    background: #0041FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 15px 10px 20px;
}
.main_btn4:hover {
    background: #000;
    color: #fff;
}
.main_btn5 {
    border: 1px solid #c1c1c1;
    color: #000;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 15px 10px 20px;
}
.main_btn5:hover {
    background: #000;
    color: #fff;
}
.form-control {
    height: 50px;
    transition: 0.5s;
    outline: none;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    padding-left: 25px;
    position: relative;
}
.form-control::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.form-control:focus {
    box-shadow: none;
}
a:hover {
    text-decoration: none;
    color: #1363e8;
}
.header_area {
    box-sizing: border-box;
    padding: 15px 0px 15px;
    position: absolute;
    width: 100%;
    z-index: 91111111111111111;
    left: 0;
    background-color: transparent !important;
    top: 0;
}
.header_area .container {
    max-width: 1270px;
}
.nav-call-number-bx {
    position: absolute;
    right: 0;
    background: #070708a3;
    top: 21px;
    padding: 10px 20px 10px 15px;
    color: #fff;
}
.header_area.fix .nav-call-number-bx {
    top: 13px;
}
.nav-call-number-bx ul li a {
    color: #fff;
}
.nav-call-icon-new {
    position: absolute;
    left: -50px;
    top: 2px;
}
.nav-call-number-bx ul li {
    display: inline-block;
    margin-right: 20px;
}
.nav-call-number-bx ul {
    margin-bottom: 0;
}
.nav-call-number-bx ul li img {
    width: 28px;
    height: 18px;
    margin-right: 3px;
}
.header_area .btn {
    padding: 10px 15px 10px 20px;
}
.header_area .logo {
    max-width: 280px;
    width: 100%;
    float: left;
	margin-top: 15px;
/*     margin-top: -3px; */
}
.header_area .logo img.logoone {
    display: block;
}
.header_area .logo img.logotwo {
    display: none;
}
.header_area .logo img {
/*     max-height: 85px; */
	max-height: 100px;
}
.header_area .header_right {
    float: left;
    margin-top: 8px;
    margin-left: 110px;
}
.menu {
    float: left;
}
.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.menu ul li {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
	float:left;
}
.menu-parent-item::after {
    position: absolute;
    right: -9px;
    content: " ";
    top: 27px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff0;
    border-right: 8px solid #fff0;
    border-top: 8px solid #000;
}
.menu-parent-item::before {
    position: absolute;
    right: -7px;
    content: " ";
    top: 27px;
    width: 0;
    height: 0;
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-top: 6px solid #f8fcff;
    z-index: 1;
}
.header_area.fix .menu-parent-item::after {
    top: 24px;
}
.header_area.fix .menu-parent-item::before {
    top: 24px;
    border-top: 7px solid #fff;
    z-index: 1;
}
.menu ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 7px 0;
    transition: 0.4s;
    border-bottom: 2px solid #fff0;
    position: relative;
}
.menu ul li a::after {
/*     position: absolute;
    content: "";
    border-radius: 20px;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #0041FF;
    opacity: 0; */
	position: absolute;
    content: "";
    border-radius: 20px;
    width: 40%;
    height: 3px;
    bottom: -3px;
    left: 15px;
    background: #0041FF;
    opacity: 0;
	
}
.menu ul li.active a::after {
    opacity: 1;
}
.menu ul li a .fa-home {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.menu ul li:last-child a {
    padding-right: 0;
}
.menu ul li {
    padding: 0 20px;
}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0;
    margin-left: 1px;
    font-size: 12px;
    opacity: 1;
    color: #fff;
}
.menu ul li a span i {
    position: relative;
    top: 0;
    color: #0041FF;
}
.menu ul li:hover a {
    color: #000;
}
.menu ul li:hover ul li a {
    color: #000;
}
.menu ul li:hover ul li a:hover {
    color: #fff;
    background-color: #0041FF;
}
.menu ul li ul {
    width:100%;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 9;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 8px 14px rgb(0 0 0 / 13%);
    padding: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
	padding:30px 20px;
	display: flex!important;
    justify-content: center;
	 flex-wrap:wrap;
	min-height:300px;

}

.menu ul ul li:first-child:before {
    display: none;
}
.menu ul ul li:after {
    display: none;
}
.menu ul li:last-child ul {
    width: 220px;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 5px 14px rgb(0 0 0 / 2%);
    text-align: left;
}
.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 9px 16px;
    color: #000!important;
    line-height: 18px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;

	background:#fff0!important;
}
.menu ul li ul li a i {
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px;
    font-size: 12px;
    opacity: 0.74;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.menu ul li ul li ul li{
	border:none!important;
	padding-bottom:10px!important;
}
.menu ul li ul li ul {
    top: 10px;
    left: 149px;
}
.menu ul li ul li span {
    right: 7px;
    top: 12px;
}
.menu ul li a:hover.menu ul li ul {
    display: block;
}
.menu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: solid 1px rgb(255 255 255 / 7%);
    border-right: none;
    float: none;
    width: 25%;
}
.menu ul li ul li:last-child {
    border: none;
}
.menuButton {
    width: 40px;
    height: 35px;
    padding: 5px;
    float: right;
    display: none;
}
.menuButton span {
    width: 100%;
    height: 3px;
    background: #ed2831;
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child {
    margin-bottom: 0;
}
@media (min-width: 991.98px) {
    .menu ul {
        display: block !important;
    }
 .menu ul li:hover > ul {
    opacity: 1;
    top: 70%;
    visibility: visible;

	 
}
}
@media (max-width: 991.98px) {
    .menuButton {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }
    .menu ul li span {
        cursor: pointer;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99;
    }
    .arrow_change span:nth-child(2) {
        display: none;
    }
    .arrow_change span:first-child {
        position: relative;
        top: 9px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .arrow_change span:last-child {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menuBar {
        padding: 15px 0;
    }
    .menu {
        padding: 7px 0 0;
    }
    .header_area.fix .menu {
        padding: 10px 0 0;
    }
    .menu ul {
        display: none;
        background-color: #507dc3;
        position: absolute;
        top: 74px;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    .menu ul li a {
        color: #071731;
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .menu ul li ul {
        display: none;
        background-color: #0b9bec;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
        padding: 0;
    }
    .menu ul li:last-child ul {
        display: none;
        background-color: #3958a1;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .menu ul li {
        display: block;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #ffffff54;
        text-align: left;
        position: relative;
    }
    .menu ul li span {
        position: absolute;
        right: 30px;
        z-index: 99;
        cursor: pointer;
        top: 9px;
        text-align: center;
    }
    .menu ul li ul li ul {
        top: 0;
        left: 0;
    }
    .menu ul li ul li a {
        font-size: 12px;
        text-transform: none;
        background-color: #fff;
        padding: 8px 12px;
    }
}
.header_area.innerhead {
    position: relative;
    background-image: url(../images/menubg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (min-width: 320px) {
    .header_area.fix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #000000f5 !important;
        z-index: 9911;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        box-shadow: 1px 1px 7px rgb(165 165 165 / 0.31);
        padding: 10px 0;
        margin-top: 0;
    }
    .header_area.fix .logo img.logoone {
        width: 205px;
        margin-top: -9px;
    }
    .header_area.fix .book-a-table-btn {
        margin-top: -7px;
    }
    .header_area.fix .logo {
        margin-top: 6px;
    }
    .header_area.fix .header_right {
        margin-top: 1px;
    }
    .header_area.fix .menu ul li a {
        color: #fff;
    }
    .header_area.fix .menu ul li a {
        padding: 10px 5px;
    }
    .header_area.fix .menu ul li ul li a {
        padding: 8px 12px;
        color: #000;
    }
    .header_area.fix .menu ul li ul li a:hover {
        color: #fff;
    }
    .header_area.fix .menu ul li ul {
        background-color: #fff;
    }
    .header_area.fix .nav-quote-btn {
        margin-top: 0;
    }
    .header_area.fix .menu ul li ul li:last-child {
        border-bottom: none;
    }
    .header_area.fix .menu ul ul li a i {
        color: #fff;
    }
    .header_area.fix .menu ul li ul li a:hover i {
        color: #fff;
    }
    .header_area.fix .menu ul li ul li {
        border-bottom: #fff0;
    }
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
}
.nav-quote-btn {
    float: right;
    margin-left: 30px;
    margin-top: 1px;
}


.menu ul li ul li ul{
	width: auto!important;
  height: auto!important;
  position: relative!important;
  top: 0!important;
  left: 0!important;
  box-shadow: none!important;
  min-height: auto!important;
  opacity: 1 !important;
  visibility: visible!important;
}

.menu ul li ul li ul li{
	width:100%!important;
}
.menu ul li ul li a{
	font-size:20px;
	font-weight:700;
}
.menu ul li ul li ul li a{
	padding:0!important;
	font-size:16px;
	font-weight:500;
}
.menu ul li ul li{
  border-right: 1px solid #848484;
}
@media screen and (min-width: 1020px) {
    .header_area.fix .menu ul li ul {
        background-color: #fff;
        top: 60px;
    }
}
.mobile-flag-call {
    display: none;
}
.mobile-flag-call img {
    width: 21px;
    height: 15px;
    object-fit: contain;
}
.new_menu_twobtn {
    display: flex;
    float: right;
}
.new_menu_twobtn .btn {
    margin-left: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnbx_arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0041FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.banner-start {
    background-position: center;
    background-size: cover;
    position: relative;
}
.banner_caption {
    padding-top: 120px;
}
.banner_caption h1 {
    font-size: 47px;
    font-family: "SFPRODISPLAYMEDIUM";
}
.banner_caption_txt {
    padding-top: 100px;
}
.banner_caption_txt h2 {
    font-size: 46px;
    position: relative;
}
.banner-start .container {
    max-width: 1270px;
}
.banner_caption_txt h2 span {
    position: relative;
	color:#0948FF;
}

.banner_caption_txt p {
    font-size: 22px;
    padding-top: 10px;
    width: 85%;
    padding-bottom: 25px;
}
.banner_imgbx {
    position: relative;
}
.banner_imgbx::after {
    position: absolute;
    content: " ";
    width: 14px;
    height: 12px;
    background: #0041FF;
    left: 20px;
    top: 50%;
    border-radius: 50%;
}
.banner_imgbx::before {
    position: absolute;
    content: " ";
    width: 14px;
    height: 12px;
    background: #0041FF;
    right: -10%;
    top: 13%;
    border-radius: 50%;
}
.banner_imgbx img {
    position: relative;
}
.banner_imgbx img {
    width: 85%;
    height: 530px;
    border-radius: 80px;
    object-fit: cover;
    margin-left: auto;
    display: block;
}
.sucs_ratebx {
    position: absolute;
    padding: 10px 15px;
    border-radius: 10px;
    background: #0041FF;
    color: #fff;
    text-align: center;
    top: 10%;
    left: 0;
}
.sucs_ratebx h3 {
    font-size: 41px;
}
.sucs_ratebx22 {
    position: absolute;
    padding: 10px 25px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    text-align: center;
    bottom: 10%;
    right: -7%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
}
.sucs_ratebx22 h3 {
    font-size: 41px;
}
.banner_caption_bottombx {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.1);
    padding: 20px 15px;
    border-radius: 10px;
    margin-top: 60px;
    width: 60%;
    background-image: linear-gradient(to right, #fff, #fff0);
    margin-top: -90px;
}
.ban_cptn_hd {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.ban_cptn_hd h5 {
    font-size: 24px;
    font-family: "SFPRODISPLAYMEDIUM";
    margin-left: 15px;
}
.banner_caption_bottombx p {
    font-size: 18px;
    width: 100%;
    padding: 0;
}
.banner_caption_bottombx .col-lg-6 {
    padding-right: 30px;
    position: relative;
}
.banner_caption_bottombx .col-lg-6::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 100%;
    background: #9c9c9c;
    top: 0;
    right: 15px;
}
.banner_caption_bottombx .col-lg-6:last-child::after {
    display: none;
}
.banner_bottom_logo_box {
    padding: 20px 50px;
    background: #0041FF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}
.banner_bottom_logo_box img {
    margin: 0 20px;
}
.why_choose_section {
    padding: 50px 0;
}
.why_choose_section .heading_hdnew {
    text-align: center;
}
body .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #000;
}
body .options {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    min-width: 90%;
    max-width: 900px;
    width: calc(100% - 100px);
    height: 370px;
    margin: 0 auto;
}
body .options .option {
    position: relative;
    overflow: hidden;
    min-width: 190px;
    margin: 10px;
    background: #fff;
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #000;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 185px;
    height: 243px;
}
body .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 700px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.2);
    height: auto;
    background-size: auto 100%;
    border: 1px solid #fff0;
    padding: 20px;
}
.active_see {
    opacity: 0;
}
body .options .option.active .active_see {
    opacity: 1;
}
.chse_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}
body .options .option.active .active_notsee {
    opacity: 0;
    position: absolute;
    left: -1000px;
}
.active_notsee .chse_icon {
    margin: 0 auto;
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.active_chse_hd {
    display: flex;
    align-items: center;
}
.active_chse_hd h3 {
    font-size: 33px;
    color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d5d5d5;
    margin-left: 5px;
}
.active_chse_hd img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.active_notsee h4 {
    font-size: 18px;
    padding: 15px 0 25px;
    width: 130px;
    margin: 0 auto;
    min-height: 88px;
}
.active_notsee .msp_btn {
    justify-content: center;
}
.why-chse-active-content {
    text-align: left;
}
.why-chse-active-content h4 {
    font-size: 18px;
    padding: 10px 0 10px;
}
.why-chse-active-content p {
    font-size: 14px;
    padding-bottom: 15px;
}
.Engineers_Certifications {
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}
.Engineers_Certifications_img {
    height: 338px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    border-top-left-radius: 150px;
    filter: grayscale(100%);
}
.heading_hdnew {
    margin-bottom: 30px;
}
.heading_hdnew img {
    width: 50px;
}
.heading_hdnew h2 {
    font-size: 25px;
}
.heading_hdnew h2 img {
    margin-right: 15px;
}
.Engineers_Certifications_imges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Engineers_Certifications_imges img {
    margin-right: 15px;
    width: 84px;
}
.main_btn4 .btnbx_arrow {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.1);
}
.main_btn4 .btnbx_arrow img {
    filter: brightness(0);
}
.main_btn5 .btnbx_arrow {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.2);
}
.main_btn5 .btnbx_arrow img {
    filter: brightness(0);
}
.btntwo_new {
    display: flex;
    margin-top: 30px;
}
.btntwo_new a {
    margin-right: 10px;
}
.expert_msp_business {
    padding: 50px 0;
    position: relative;
}
.expert_msp_business_imgmain {
    width: 100%;
    height: 530px;
    object-fit: contain;
}
.expert_msp_business_mainbx {
    background-image: linear-gradient(#0041FF, #fff0);
    padding: 1px;
    border-radius: 9px;
    margin-bottom: 30px;
}
.expert_msp_business_middle {
    background: #fff;
    padding: 15px 12px 15px 18px;
    display: flex;
    border-radius: 9px;
    height: 100%;
    transition: 0.2s;
}
.expert_msp_business_middle:hover {
    background-image: linear-gradient(#0041FF, #6486E8);
    color: #fff;
}
.expert_msp_business_icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-top: 20px;
}
.expert_msp_business_middle_content h3 {
    font-size: 17px;
    padding-bottom: 10px;
}
.expert_msp_business_middle_content p {
    font-size: 13px;
    padding-bottom: 20px;
    min-height: 118px;
}
.expert_msp_business .col-lg-6:last-child .expert_msp_business_middle_content p {
    min-height: 137px;
}
.expert_msp_business_middle_content {
    width: 80%;
    padding-left: 30px;
    position: relative;
}
.expert_msp_business_middle_content::after {
    position: absolute;
    content: " ";
    left: 12px;
    top: 0;
    width: 1px;
    height: 135px;
    background: #0041FF;
    transition: 0.2s;
}
.expert_msp_business_middle:hover .expert_msp_business_middle_content::after {
    background: #fff;
}
.msp_btn {
    display: flex;
    align-items: center;
}
.msp_btn span {
    color: #000;
    text-decoration: underline;
    transition: 0.2s;
}
.expert_msp_business_middle:hover .msp_btn span {
    color: #fff;
}
.expert_msp_business_middle:hover .btnbx_arrow {
    background: #fff;
}
.expert_msp_business_middle:hover .btnbx_arrow img {
    filter: brightness(0);
}
.expert_msp_rotatetxt {
    font-size: 80px;
    text-transform: uppercase;
    color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d5d5d5;
    position: absolute;
    transform: rotate(-90deg);
    right: -70px;
    bottom: 40%;
}
.MSPs-Globally .heading_hdnew {
    text-align: center;
}
.heading_hdnew p {
    font-size: 16px;
    padding-top: 5px;
}
.MSPs-Globallyicon {
    width: 100%;
    height: 176px;
    border-radius: 8px;
    border: 1px solid #1c315b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.MSPs-Globallyicon img {
    width: auto !important;
}
.MSPs-Globallycarousel .owl-dots {
    text-align: center;
    padding-top: 0;
    position: relative;
    margin-top: 30px;
}
.MSPs-Globallycarousel .item {
    margin-right: 1px;
}
.MSPs-Globallycarousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.MSPs-Globallycarousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.MSPs-Globallycarousel .owl-dots .owl-dot.active {
    border-color: #0041FF;
    background-color: #0041FF;
    width: 20px;
    border-radius: 10px;
    top: 0;
    position: relative;
}
.testimonial_section {
    padding-top: 50px;
    padding-bottom: 40px;
}
.testimonial_section .heading_hdnew {
    text-align: center;
}
.testimonial_mainbox {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.testimonial_mainbox .left_arrow {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    position: absolute;
    left: 6%;
    z-index: 11;
    padding: 0;
}
.testimonial_mainbox .right_arrow {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    top: 45%;
    position: absolute;
    right: 6%;
    z-index: 11;
    padding: 0;
}
.testimonial_mainbox {
    display: flex;
    justify-content: space-between;
}
.testimonial_small_box {
    height: 400px;
    width: 16%;
    position: relative;
}
.client-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_small_box::after {
    position: absolute;
    content: " ";
    left: 0;
    background: #0041FFcf;
    width: 100%;
    height: 100%;
    top: 0;
}
.testimonial_big_box {
    width: 66%;
    height: 400px;
    position: relative;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.client-middle-img {
    height: 100%;
    width: 300px;
    object-fit: cover;
}
.testimonial_big_contentbx {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.chatgreeen {
    width: 58px;
    position: relative;
    z-index: 1;
}
.testimonial_big_contentbx p {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.testimonial_big_contentbx h4 {
    font-size: 22px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1;
}
.testimonial_big_contentbx h5 {
    font-size: 18px;
    font-family: "SFPRODISPLAYMEDIUM";
    position: relative;
    z-index: 1;
}
.chat-big {
    position: absolute;
    right: 40px;
    top: -20px;
    width: 200px;
}
.blog-section-start {
    background-position: center;
    background-position: center;
    padding: 50px 0;
    position: relative;
}
.blog-section-start .expert_msp_rotatetxt {
    right: -10px;
}
.blog-section-start .heading_hdnew img {
    width: 35px;
}
.blog-section-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.blg_bxstart {
    padding: 22px;
    border-radius: 15px;
    border: 1px solid #ccc;
    background: #fff;
}
.blg_bxstart .msp_btn:hover span {
    color: #0041FF;
}
.blg-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 183px;
}
.blg-img2 {
    height: 242px;
}
.blg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blg_tag {
    border-radius: 15px;
    padding: 5px 15px;
    background: #0041FF;
    color: #fff;
    margin: 25px 0 15px;
    display: table;
    font-size: 16px;
}
.blg_bxstart h3 {
    font-size: 19px;
    padding-bottom: 10px;
}
.blg_bxstart p {
    font-size: 16px;
    padding-bottom: 20px;
}
.msp_btn .btnbx_arrow {
    width: 22px;
    height: 22px;
}
.faq_contact_section {
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
.faq_contact_section .heading_hdnew img {
    width: 35px;
}
.faq_contact_section .accordion .card-header:after {
    font-family: "FontAwesome";
    content: "\f068";
    float: right;
    font-size: 20px;
    color: #0041FF;
    margin-right: -15px;
}
.faq_contact_section .accordion .card-header.collapsed:after {
    content: "\f067";
    font-size: 20px;
    color: #000;
    margin-right: -15px;
}
.faq_contact_section .card {
    margin-bottom: 10px;
    background: #fff0;
    border: none !important;
    border-radius: 0;
}
.faq_contact_section .card-title {
    font-size: 18px;
    font-family: "SFPRODISPLAYBOLD";
}
.faq_contact_section .card-header {
    cursor: pointer;
    padding-left: 55px;
    background: #fff;
    position: relative;
    margin-left: 18px;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.1);
    padding-right: 30px;
}
.faq_contact_section .card-header .q_bx {
    background: #0041FF;
    color: #fff;
    border: 1px solid #0041FF;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-family: "SFPRODISPLAYBOLD";
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq_contact_section .card-header.collapsed .q_bx {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
}
.faq_contact_section .card-header.collapsed {
    border: none;
    background-color: #fff0;
    border: 1px solid #ccc;
    margin-bottom: 0;
    box-shadow: none;
}
.faq_contact_section .card-body {
    position: relative;
    padding: 0;
}
.faq_contentbx {
    padding: 20px;
    padding-left: 75px;
    position: relative;
}
.faq_contentbx p {
    font-size: 15px;
    color: #1c1c1c;
}
.faq_contentbx .ans_bx {
    background: #0041FF;
    color: #fff;
    border: 1px solid #0041FF;
    position: absolute;
    left: 0;
    top: 25px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-family: "SFPRODISPLAYBOLD";
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_box {
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.2);
    position: relative;
    margin-top: -5px;
}
.contact_box::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-top: 22px solid #000;
    border-right: 22px solid #fff0;
    left: 5px;
    top: 5px;
}
.contact_box::before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 22px solid #000;
    border-left: 22px solid #fff0;
    right: 5px;
    bottom: 5px;
}
.contact_box .form-control {
    background: #fff0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}
.contact_box textarea.form-control {
    height: 100px;
}
.frm_btn {
    background: #0041FF;
    color: #fff;
    padding: 8px 30px;
    margin-top: 10px;
    font-size: 18px;
}
.frm_btn:hover {
    background: #000;
    color: #fff;
}
@media (min-width: 1340px) {
    .faq_contact_section .container {
        max-width: 1340px;
    }
}
.footer_top_section {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background: green;
    position: relative;
}
.footer_top_section .container {
    position: relative;
    z-index: 11;
}
.ft_top_contactback {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_top_section .heading_hdnew img {
    width: 32px;
}
.footer_top_section .nav-item,
.footer_top_section .nav-link {
    padding: 0;
    border: none;
    background-color: #fff0 !important;
}
.footer_top_section .nav-item {
    margin-right: 15px;
}
.footer_top_section .nav-item .nav-link .contact_ft_tabimg {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.contact_ft_tabimg img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.footer_top_section .nav-item .nav-link.active .contact_ft_tabimg {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
    border: 4px solid #fff;
}
.footer_top_section .nav-item .nav-link.active .contact_ft_tabimg::after {
    width: 0;
    height: 0;
    border-left: 12px solid #fff0;
    border-right: 12px solid #fff0;
    border-top: 16px solid #fff;
    content: " ";
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.footer_top_section .nav-tabs {
    border: none;
}
.ft_top_contact_content {
    padding-top: 20px;
}
.ft_top_contact_content h3 {
    font-size: 31px;
    padding-bottom: 10px;
}
.ft_contact li {
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 10px;
}
.ft_contact li img {
    position: absolute;
    left: 0;
    top: 3px;
}
.ft_contact_dtail {
    border-top: 1px solid #c6c6c6;
    padding-top: 30px;
    margin-top: 30px;
    width: 75%;
}
.ft_contact_dtail h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.ft_contact_dtail h4 span {
    font-size: 20px;
    font-family: "SFPRODISPLAYREGULAR";
    position: relative;
}
.hours_flexbx {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hours_flexbx h4 {
    margin-bottom: 0;
}
.hours_flexbx select {
    padding: 10px;
    background: #fff;
    border-radius: 30px;
    color: #0041FF;
    margin-left: 10px;
}
.ft_contact_dtail h5 {
    font-size: 20px;
    font-family: "SFPRODISPLAYREGULAR";
    margin-bottom: 7px;
}
.ft_contact_dtail h5 span {
    font-family: "SFPRODISPLAYBOLD";
}
.ft-contact-subscribe {
    padding: 25px 70px;
    border-radius: 6px;
    background: #fff;
}
.ft-contact-subscribe h3 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}
.ft-contact-subscribe-form {
    width: 100%;
    border: 1px solid #1c1c1c;
    padding: 5px;
    border-radius: 30px;
    display: flex;
}
.ft-contact-subscribe-form .btn {
    background: #0041FF;
    color: #fff;
    margin-left: 10px;
    padding: 7px 30px;
}
.ft-contact-subscribe-form .btn:hover {
    background: #000;
    color: #fff;
}
.ft-contact-subscribe-form .form-control {
    border: none;
    background: #fff0;
}
.bottom_footer_section {
    background-position: center;
    background-size: cover;
    padding-top: 30px;
}
.footer_logo {
    display: block;
    margin: 0 auto;
	width:100px;
}
.ft-social {
    text-align: center;
    margin: 30px 0;
}
.ft-social li {
    margin: 0 5px;
    display: inline-block;
}
.ft-social li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0041FF;
    color: #fff;
    transition: 0.4s;
}
.ft-social li i:hover {
    background: #000;
    color: #fff;
}
.ft-menu li {
    padding: 0 15px;
    position: relative;
    display: inline-block;
}
.ft-menu li a {
    color: #000;
    transition: 0.4s;
}
.ft-menu li a:hover {
    color: #0041FF;
}
.ft-menu li::after {
    position: absolute;
    left: 0;
    content: " ";
    width: 1px;
    height: 100%;
    background: #000;
    top: 0;
}
.ft-menu li:first-child::after {
    display: none;
}
.ft-menu {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.footer_lastbx {
    padding: 6px 0;
    color: #fff;
    background: #000;
}
.ft-menu2 {
    margin-bottom: 0;
}
.ft-menu2 li {
    padding: 0 15px;
    position: relative;
    display: inline-block;
}
.ft-menu2 li a {
    color: #fff;
    transition: 0.4s;
}
.ft-menu2 li a:hover {
    color: #0041FF;
}
.ft-menu2 li::after {
    position: absolute;
    left: 0;
    content: " ";
    width: 5px;
    height: 5px;
    background: #fff;
    top: 10px;
    border-radius: 50%;
}
.ft-menu2 li:first-child::after {
    display: none;
}
.ft-menu2 {
    margin-bottom: 0;
}
.ft-copyright {
    text-align: right;
}
.ft-copyright {
    font-size: 16px;
}
.inner_banner {
    background-position: center;
    background-size: cover;
}
.inner-banner-caption {
    padding-top: 150px;
}
.about_banner_img {
    height: 475px;
}
.about_banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    top: 20px;
}
.abt-ban-contentbx {
    padding-right: 40px;
}
.abt-ban-contentbx h1 {
    font-size: 64px;
}
.abt-ban-contentbx p {
    font-size: 20px;
    padding: 10px 0 20px;
}
.abt-ban-contentbx p span {
    color: #0041FF;
}
.inner_about_who_we_are {
    background: #0041FF14;
    padding: 30px 0 70px;
}
.about-who-we-are-img {
    width: 416px;
    height: 317px;
    object-fit: contain;
}
.inner_about_who_we_are .container {
    position: relative;
}
.inner_who_weare_content {
    padding: 1px;
    background-image: linear-gradient(#0041FF38, #fff0);
    border-radius: 9px;
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 69%;
    z-index: 11;
}
.inner_who_content_middle {
    padding: 40px 25px;
    background: #fff;
    border-radius: 9px;
}
.inner_who_content_middle .heading_hdnew img {
    width: 33px;
}
.inner_who_content_middle p {
    font-size: 18px;
}
.inner_who_content_middle .heading_hdnew {
    margin-bottom: 10px;
}
.who_are_big_text {
    font-size: 80px;
    color: #000;
    -webkit-text-fill-color: #ffffff4f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d5d5d5;
    position: absolute;
    right: 15px;
    top: 15%;
    font-family: "SFPRODISPLAYBOLD";
}
.techmeister_number {
    padding: 35px 0;
}
.techmeister_number .heading_hdnew {
    text-align: center;
}
.techmeister_number .heading_hdnew img {
    width: 33px;
    position: relative;
    top: -2px;
}
.techmeister_number_boxstart {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch;
}
.techmeister_numberbxmain {
    background-image: linear-gradient(#bdbdbd, #5757571a);
    border-radius: 12px;
    padding: 1px;
    width: 22%;
    margin: 0 15px;
    height: 100%;
}
.techmeister_numbermiddle {
    background: #fff;
    border-radius: 12px;
    padding: 40px 15px;
    text-align: center;
}
.techmeister_numbermiddle h3 {
    font-size: 28px;
}
.techmeister_numbermiddle h5 {
    font-size: 18px;
    font-family: "SFPRODISPLAYMEDIUM";
}
.about_vision_section {
    position: relative;
    padding: 50px 0;
    background: #0041FF14;
}
.about-visionimg {
    width: 410px;
    height: 315px;
    object-fit: contain;
    display: block;
    margin-left: auto;
}
.about_vision_section .container {
    position: relative;
}
.about_vision_section .inner_who_weare_content {
    right: auto;
    bottom: 55px;
    left: 0;
}
.about_vision_section .who_are_big_text {
    right: auto;
    left: 15px;
    top: -14%;
}
.techmiester-countries-section {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 10px;
}
.techmiester-countries-section .heading_hdnew {
    text-align: center;
}
.techmiester-countries-section .heading_hdnew img {
    width: 35px;
}
.techmeister_countrymap_img {
    width: 100%;
    height: 475px;
    object-fit: contain;
}
.sectionspace {
    padding: 30px 0;
}
.techmiester-countries-map {
    position: relative;
}
.map-tooltip1 {
    position: absolute;
    left: 110px;
    bottom: 33%;
}
.map-tooltip2 {
    bottom: 50%;
    left: 150px;
}
.map-tooltip1 .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 7px 30px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    border: 1px solid #0041FF;
    right: -160%;
    top: -15px;
}
.map-tooltip2 .tooltiptext {
    right: -240%;
}
.map-tooltip1 .tooltiptext::after {
    width: 0;
    height: 0;
    border-bottom: 15px solid #0041FF;
    border-left: 15px solid #fff0;
    content: " ";
    position: absolute;
    left: -14px;
    bottom: 0;
}
.map-tooltip1 .tooltiptext::before {
    width: 0;
    height: 0;
    border-bottom: 12px solid #fff;
    border-left: 15px solid #fff0;
    content: " ";
    position: absolute;
    left: -12px;
    bottom: 1px;
    z-index: 1;
}
.map-tooltip1:hover .tooltiptext {
    visibility: visible;
}
.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.vert-move2 {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: moverTwo 1.5s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}
@keyframes moverTwo {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}
.about_founders_section {
    padding: 40px 0;
    position: relative;
}
.foundes_img {
    width: 100%;
    height: 430px;
    object-fit: contain;
}
.about_founders_section .heading_hdnew img {
    width: 30px;
}
.about_founders_section .heading_hdnew {
    margin-bottom: 20px;
}
.about_founders_section p {
    font-size: 18px;
    padding-bottom: 10px;
}
.about_founders_section .btn {
    margin-top: 15px;
}
.about_core_value {
    position: relative;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
}
.about_core_value .expert_msp_rotatetxt {
    top: -10px;
    bottom: auto;
    left: -110px;
    right: auto;
    transform: none;
    -webkit-text-fill-color: #ffffff14;
}
.about_core_value .container {
    position: relative;
}
.about_core_value .heading_hdnew {
    text-align: center;
    margin-bottom: 60px;
}
.about_core_value .heading_hdnew img {
    width: 30px;
}
.core_value_box1 {
    position: relative;
    padding: 10px;
    border-radius: 80px;
    box-shadow: 0 3px 5px 1px rgb(0 0 0 / 0.2);
    position: relative;
    background: #fff;
}
.core_value_box1::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 24px solid #fff0;
    border-right: 24px solid #fff0;
    border-top: 30px solid #cececeab;
    bottom: -30px;
    right: 94px;
}
.core_value_box1::before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 21px solid #fff0;
    border-right: 21px solid #fff0;
    border-top: 28px solid #fff;
    bottom: -27px;
    right: 97px;
    z-index: 1;
}
.core_value_box_middle {
    padding: 60px 25px 50px;
    background-image: url(../images/core_value_box_back1.png);
    background-position: center;
    background-size: cover;
    border-radius: 80px;
    position: relative;
}
.core_value_box2 .core_value_box_middle {
    background-image: url(../images/core_value_box_back2.png);
    color: #fff;
}
.core_value_box_middle::after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 20px solid #fff0;
    border-right: 20px solid #fff0;
    border-top: 24px solid #efefef;
    bottom: -22px;
    right: 88px;
    z-index: 1;
}
.core_value_box2 .core_value_box_middle::after {
    border-top: 24px solid #0041FF;
}
.core_value_box_middle h3 {
    font-size: 28px;
    padding-bottom: 10px;
}
.core_value_box_middle p {
    font-size: 15px;
}
.core_value_box3 {
    margin-top: 30px;
}
.core_value_box3 .core_value_box_middle::after {
    display: none;
}
.core_value_box3::before {
    display: none;
}
.core_value_box3::after {
    display: none;
}
.core_value_box4 .core_value_box_middle {
    background-image: url(../images/core_value_box_back2.png);
    color: #fff;
}
.core_value_box4 {
    margin-top: 0;
    width: 75%;
    margin-left: 80px;
}
.core_value_box5 {
    margin-top: -6px;
    left: -40px;
    position: relative;
    z-index: 2;
}
.core_value_box3 {
    z-index: 1;
}
.core_value_box2 {
    z-index: 3;
}
.core_value_box4 {
    z-index: 3;
}
.core_value_box4::after {
    bottom: auto;
    top: -30px;
    transform: rotate(180deg);
}
.core_value_box4::before {
    bottom: auto;
    top: -28px;
    transform: rotate(180deg);
}
.core_value_box4 .core_value_box_middle::after {
    bottom: auto;
    top: 0;
    top: -24px;
    transform: rotate(180deg);
    border-top: 24px solid #619323;
}
.core_value_box5.abt-ban-contentbx {
    bottom: auto;
    top: -30px;
    transform: rotate(180deg);
}
.core_value_box5::before {
    bottom: auto;
    top: -28px;
    transform: rotate(180deg);
}
.core_value_box5::after {
    bottom: auto;
    top: -30px;
    transform: rotate(180deg);
}
.core_value_box5 .core_value_box_middle::after {
    bottom: auto;
    top: 0;
    top: -24px;
    transform: rotate(180deg);
    border-top: 24px solid #e3e3e3;
}
.faq_contact_sectionnew {
    position: relative;
}
.faq_contact_sectionnew .container {
    position: relative;
}
.inner-contact-img {
    position: absolute;
    bottom: -40px;
    width: 400px;
    left: 15%;
}
.faq_contact_sectionnew .expert_msp_rotatetxt {
    right: auto;
    left: -5%;
    width: 30%;
    text-align: center;
    bottom: 30%;
    -webkit-text-fill-color: #ffffff14;
}
.career_banner .about_banner_img {
    height: 380px;
}
.career_banner .about_banner_img img {
    top: 0;
}
.career_banner .inner-banner-caption {
    padding-bottom: 20px;
}
.career_banner .abt-ban-contentbx h1 {
    font-size: 45px;
}
.career_banner .abt-ban-contentbx h1 span {
    display: block;
    color: #0041FF;
    font-size: 50px;
}
.career_opening_position {
    position: relative;
    padding: 40px 0 20px;
}
.career_opening_position .heading_hdnew {
    text-align: center;
}
.career_opening_position .heading_hdnew img {
    width: 35px;
}
.career_opening_mainbx {
    padding: 30px 65px;
    border: 1px solid #ccc;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 96%;
    position: relative;
    margin-left: auto;
    margin-bottom: 20px;
}
.career_opening_mainbx h4 {
    font-size: 24px;
}
.career_tag {
    margin-top: 14px;
    font-size: 16px;
    border: 1px solid #cdcdcd;
    padding: 7px 25px;
    background: #e1e1e1;
    display: table;
    border-radius: 9px;
}
.career_opening_salary h5 {
    font-size: 20px;
    padding-bottom: 20px;
}
.career_opening_salary h5 span {
    color: #bdbdbd;
    font-family: "SFPRODISPLAYREGULAR";
}
.career_opening_salary {
    padding-left: 35px;
}
.career_open_iconbx {
    width: 82px;
    height: 82px;
    border-radius: 9px;
    background-image: linear-gradient(to right, #0041FF, #93bd5d);
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-benefit-section {
    padding: 40px 0;
}
.team-benefit-section .heading_hdnew {
    text-align: center;
}
.team-benefit-section .heading_hdnew img {
    width: 35px;
}
.team-benefitbx {
    position: relative;
}
.team-benefit-txt {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 1px solid #0041FF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
}
.team-benefit-txt::after {
    content: " ";
    width: 195px;
    height: 195px;
    position: absolute;
    left: 0;
    bottom: -5px;
    border: 1px solid #71aa264a;
    border-radius: 50%;
}
.team-benefit-txt h4 {
    font-size: 20px;
    text-align: center;
    width: 75%;
}
.team_benefit_icon {
    width: 103px;
    height: 103px;
    background: #0041FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
    z-index: 1;
}
.inner_banner_contact {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
}
.inner_banner_contact h1 {
    font-size: 50px;
    font-family: "SFPRODISPLAYMEDIUM";
}
.inner_banner_contact h1 span {
    font-family: "SFPRODISPLAYBOLD";
}
.banner_contactimg {
    height: 157px;
}
.banner_contactimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_top_section_contact {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.contact_box textarea.form-control {
    height: 100px;
}
.inner_service_banner h1 {
    font-size: 50px;
}
.inner_service_banner h1 span {
    color: #0041FF;
}
.srvc-ban-img {
    height: 450px;
}
.srvc-ban-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner_service_banner h1 {
    padding-bottom: 20px;
}
.inner_service_section1 {
    padding: 30px 0;
    position: relative;
}
.service_inner_image1 {
    height: 285px;
    width: 100%;
    object-fit: contain;
}
.inn_srvc_cntnt_bx h2 {
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.inn_srvc_cntnt_bx h2 img {
    position: absolute;
    left: 0;
    top: 4px;
}
.inn_srvc_cntnt_bx {
    padding-left: 20px;
}
.inn_srvc_cntnt_bx p {
    font-size: 18px;
}
.service_key_benefit {
    padding: 100px 0 30px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.key_benefit_main_start {
    position: relative;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
    padding-right: 10px;
    z-index: 1;
}
.key_benefit_main_start::after {
    position: absolute;
    left: 0;
    width: 23%;
    top: 0;
    content: " ";
    background-image: linear-gradient(#0041FF, #93bd5d);
    height: 100%;
}
.key_benefit_hdbox {
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.key_benefit_hdbox::after {
    position: absolute;
    content: " ";
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid #fff0;
    border-left: 20px solid #83b444;
    border-bottom: 12px solid #fff0;
}
.key_benefit_hdbox h2 {
    font-size: 28px;
    color: #fff;
}
.key_benefit_hdbox img {
    display: block;
    margin: 0 auto 10px;
}
.key_benefit_mainbx {
    text-align: center;
    min-height: 167px;
    padding-top: 20px;
    position: relative;
}
.key_benefit_mainbx::after {
    position: absolute;
    right: -15px;
    width: 1px;
    height: 90%;
    content: " ";
    top: 10%;
    background: #d9d9d9;
}
.key_benefit_mainbx img {
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.key_benefit_mainbx h5 {
    font-size: 18px;
    padding: 10px 0 7px;
}
.key_benefit_mainbx p {
    font-size: 14px;
    line-height: 18px;
}
.service_key_benefit .container {
    position: relative;
}
.service_key_benefit .who_are_big_text {
    right: -60px;
    top: -25%;
    text-transform: uppercase;
}
.key_benefit_btn {
    text-align: center;
    padding-top: 30px;
}
.inner_service_section2 .inn_srvc_cntnt_bx {
    padding-left: 0;
    padding-right: 20px;
}
.msp_srvc_banner p {
    font-size: 22px;
    padding-bottom: 20px;
}
.msp_srvc_banner .srvc-ban-img {
    height: 360px;
}
.dedicated_eng_section {
    padding: 30px 0;
    background: #0041FF14;
}
.dedicated_eng_img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.dedicated_eng_content .heading_hdnew img {
    width: 30px;
}
.dedicated_eng_content .heading_hdnew {
    margin-bottom: 20px;
}
.dedicated_eng_content {
    padding-left: 20px;
}
.dedicated_eng_section .container {
    position: relative;
}
.dedicated_eng_section .who_are_big_text {
    -webkit-text-stroke-color: #d5d5d561;
    top: -3%;
}
.Trusted_partners_section {
    padding: 40px 0;
}
.Trusted_partners_section .heading_hdnew {
    text-align: center;
}
.Trusted_partners_section .heading_hdnew img {
    width: 30px;
}
.MSPs-trustedpartner .owl-dots {
    text-align: center;
    padding-top: 0;
    position: relative;
    margin-top: 30px;
}
.MSPs-trustedpartner .item {
    margin-right: 1px;
}
.MSPs-trustedpartner .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.MSPs-trustedpartner .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.MSPs-trustedpartner .owl-dots .owl-dot.active {
    border-color: #0041FF;
    background-color: #0041FF;
    width: 20px;
    border-radius: 10px;
    top: 0;
    position: relative;
}
.MSPs-trustedpartner .MSPs-Globallyicon {
    border-color: #bdbdbd;
    height: 130px;
    transition: 0.4s;
    margin: 10px;
}
.MSPs-trustedpartner .MSPs-Globallyicon:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.1);
    border: 1px solid #fff0;
}
.Trusted_partners_slider_start {
    padding-left: 100px;
}
.why-hire-section {
    padding: 40px 0;
    background: #0041FF14;
    position: relative;
}
.why-hire-section .expert_msp_rotatetxt {
    right: auto;
    left: -7%;
    text-align: center;
    bottom: 45%;
    -webkit-text-fill-color: #ffffff14;
}
.why-hire-section .heading_hdnew img {
    width: 30px;
}
.why-hire-section .heading_hdnew p {
    font-size: 18px;
}
.why-hire-boxes-start {
    position: relative;
}
.why-hire-boxes-start::after {
    position: absolute;
    border: 1px dashed #dbdbdb;
    height: 85%;
    top: 0;
    content: " ";
    left: 19px;
}
.why-hire-main-bx {
    display: flex;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}
.why-hire-numb {
    position: relative;
    width: 39px;
    height: 39px;
}
.why-hire-numb img {
    width: 39px;
    height: 39px;
    object-fit: contain;
}
.why-hire-numb p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.why-hire-contentbx {
    padding-left: 20px;
    width: 90%;
}
.why-hire-contentbx h4 {
    font-size: 24px;
    padding-bottom: 5px;
    font-family: "SFPRODISPLAYMEDIUM";
}
.why-hire-contentbx p {
    font-size: 18px;
    color: #858585;
}
.why-hirenewimg {
    width: 100%;
    height: 460px;
    object-fit: contain;
}
.numbers_that_matter {
    padding: 50px 0;
}
.numbers_that_matter .heading_hdnew {
    text-align: center;
}
.numbers_that_matter .heading_hdnew img {
    width: 30px;
    position: relative;
    top: -1px;
}
.numbers_matter_start {
    width: 95%;
    margin: 0 auto;
}
.main_numb_mtrs {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(#0041FF, #46651e);
    padding: 10px 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
.main_numb_mtrs h4 {
    font-size: 28px;
    color: #fff;
}
.numbers_matter_hd {
    border-radius: 10px;
    border: 1px solid #bdbdbd;
    padding: 15px 5px;
    text-align: center;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 0.1);
}
.numbers_matter_hd p {
    font-size: 18px;
}
.how_to_hire_tech {
    padding: 50px 0;
    position: relative;
}
.how_to_hire_tech .heading_hdnew img {
    width: 30px;
}
.how_to_hire_tech .heading_hdnew {
    margin-bottom: 15px;
}
.how_to_hire_tech p {
    font-size: 18px;
    padding-bottom: 20px;
}
.hire_tech_btn1 {
    padding: 18px 15px;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 0.1);
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    width: 90%;
    padding-left: 60px;
    position: relative;
    margin: 8px 0;
    margin-left: auto;
}
.hire_tech_btn1 h5 {
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
}
.hire_tech_btn1 h5::after {
    position: absolute;
    left: 0;
    content: " ";
    width: 1px;
    height: 50px;
    background: #0041FF;
    top: -15px;
}
.button_numb_bx_hire {
    position: absolute;
    left: -25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 50%;
    background: #e4ffc1;
    padding: 7px;
    transform: translateY(-50%);
}
.button_numb_bx_hire p {
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
    padding-bottom: 0;
}
.hire_tech_btn2 {
    background-image: linear-gradient(#0041FF, #93bd5d);
    color: #fff;
}
.hire_tech_btn2 h5::after {
    background: #fff;
}
.service-faq {
    position: relative;
}
.service-faq .heading_hdnew {
    text-align: center;
}
.service-faq .expert_msp_rotatetxt {
    right: auto;
    left: 6%;
    text-align: center;
    bottom: 33%;
    -webkit-text-fill-color: #ffffff14;
}
.helpdesk_banner .srvc-ban-img {
    height: 370px;
}
.helpdesk_banner_content_start {
    width: 65%;
    margin: 0 auto;
    position: relative;
    margin-top: -30px;
}
.helpdesk_ban_cntntbx {
    padding: 20px 30px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 0.1);
}
.shadow_stylish {
    width: 100%;
    bottom: -60px;
    left: 0;
    position: absolute;
    opacity: 0.1;
    height: 250px;
}
.helpdesk_ban_cntntbx .heading_hdnew img {
    width: 30px;
}
.helpdesk_ban_cntntbx .heading_hdnew {
    margin-bottom: 15px;
}
.helpdesk_ban_cntntbx p {
    font-size: 18px;
}
.helpdesk_banner_bottom_section {
    padding: 80px 0 30px;
    position: relative;
}
.helpdesk_banner_bottom_section .heading_hdnew {
    text-align: center;
}
.helpdesk_banner_bottom_section .heading_hdnew img {
    width: 30px;
}
.helpdesk_stylishimg {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.helpdesk_banner_bottom_section .who_are_big_text {
    right: 50px;
    top: auto;
    bottom: 80px;
}
.Reliable-Monitoring-Management {
    padding: 40px 0;
}
.Reliable-Monitoring-Management .heading_hdnew {
    text-align: center;
    margin-bottom: 60px;
}
.Reliable-Monitoring-Management .heading_hdnew img {
    width: 30px;
}
.Reliable-Monitoring-Management .heading_hdnew p {
    width: 80%;
    font-size: 18px;
    margin: 0 auto;
}
.Reliable-Monitoring-Management h3 {
    font-size: 27px;
    padding-left: 15px;
    position: relative;
}
.Reliable-Monitoring-Management h3::after {
    position: absolute;
    width: 3px;
    height: 90%;
    content: " ";
    background: #0b0b0b;
    left: 0;
    top: 5%;
}
.key_features_box_start {
    position: relative;
    min-height: 150px;
}
.key_features_box_new {
    padding: 20px;
    padding-left: 120px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.key_features_iconbx {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(#0041FF, #93bd5d);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    left: 0;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.key_features_iconbx::after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #517720;
    border-right: 20px solid #fff0;
    content: " ";
    position: absolute;
    right: -20px;
    top: 0;
}
.key_features_iconbx::before {
    width: 0;
    height: 0;
    border-bottom: 20px solid #517720;
    border-left: 20px solid #fff0;
    content: " ";
    position: absolute;
    left: -20px;
    top: 0;
}
.key_features_box_new h4 {
    font-size: 24px;
    padding-bottom: 10px;
}
.key_features_box_new p {
    font-size: 16px;
}
.new_shadow {
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
}
.key_features_iconbx img {
    width: 50px;
}
.service-faq-helpdesk {
    position: relative;
}
.service-faq-helpdesk .expert_msp_rotatetxt {
    right: 6%;
    -webkit-text-fill-color: #ffffff2b;
    left: auto;
    transform: rotate(90deg);
    bottom: 35%;
}
.maintenance_srvc_banner {
    padding-bottom: 20px;
    background: #d5d5d54f;
}
.maintenance_new_sec1 {
    background: #fff !important;
}
.maintenance_new_logo_sec {
    background: #f3f3f3a8 !important;
}
.key_benefit_maintenance {
    padding: 30px 0;
}
.key_benefit_maintenance .heading_hdnew {
    text-align: center;
    margin-bottom: 50px;
}
.key_benefit_maintenance .heading_hdnew img {
    width: 30px;
}
.key_benefit_maintenance_mainbx {
    padding: 20px 10px;
    padding-top: 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #0041FF;
    text-align: center;
    width: 100%;
    transition: 0.4s;
}
.key_benefit_maintenance_mainbx:hover {
    border-color: #fff0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.2);
}
.key_benefit_maintenance_icon {
    width: 90px;
    height: 85px;
    border: 1px solid #0041FF;
    border-radius: 6px;
    margin: 0 auto 15px;
    margin-top: -25px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.key_benefit_maintenance_mainbx:hover .key_benefit_maintenance_icon {
    border-color: #fff0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.2);
}
.benefit_maintenance_number {
    font-size: 50px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d5d5d5;
}
.key_benefit_maintenance_mainbx h4 {
    font-size: 20px;
    padding: 5px 0 5px;
}
.key_benefit_maintenance_mainbx p {
    font-size: 15px;
}
.number_that_matter_new_section {
    padding: 30px 0;
    background-position: center;
    background-size: cover;
}
.number_that_matter_new_section .heading_hdnew {
    text-align: center;
    margin-bottom: 110px;
}
.number_that_matter_new_section .heading_hdnew img {
    width: 30px;
    position: relative;
    top: -2px;
}
.number_that_matter_maintenance {
    width: 263px;
    height: 263px;
    background-position: center;
    background-size: contain;
    background-image: url(../images/circle_new_shape.png);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.number_that_matter_maintenc_middle {
    background-image: linear-gradient(#f5f5f6, #f9f9fa, #fff);
    border-radius: 50%;
    margin: 0 auto;
    width: 205px;
    height: 205px;
    box-shadow: -1px 4px 2px 1px #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.number_that_matter_maintenc_middle h3 {
    font-size: 44px;
}
.number_that_matter_maintenc_middle p {
    font-size: 18px;
    padding-top: 5px;
}
.number_that_matter_numb {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #0041FF;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    top: 20px;
    right: 20px;
}
.number_that_matter_maintenance_middle {
    margin-top: -70px;
}
@media (min-width: 1200px) {
    .number_that_matter_new_section .container {
        max-width: 900px;
    }
}
.proactive-maintenance-workstations-servers {
    padding: 30px 0;
    background: #0041FF14;
}
.proactive-maintenance-workstations-servers .heading_hdnew {
    text-align: center;
}
.proactive-maintenance-workstations-servers .heading_hdnew img {
    width: 30px;
    position: relative;
}
.proactive-maintenance-box {
    border-radius: 7px;
    background: #fff;
    padding: 2px 15px 2px 40px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 0.2);
    position: relative;
    width: 90%;
    margin-left: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
}
.proactive-maintenance-circlebx {
    width: 61px;
    height: 61px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.proactive-maintenance-box::after {
    position: absolute;
    content: " ";
    width: 9px;
    height: 80%;
    top: 10%;
    right: -9px;
    background: #0041FF;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media (min-width: 1200px) {
    .new_menu_twobtn {
        margin-top: 3px;
    }
}
.blog_inner_page_banner {
    position: relative;
    padding: 15px 20px 10px;
/*     margin-top: 75px; */
	margin-top: 90px;
}
.blog_inner_banner_slider {
    height: 540px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.blog_inner_banner_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-banner-caption {
    width: 100%;
    height: 80%;
    bottom: 0;
    padding: 40px;
    color: #fff;
    position: absolute;
    background-image: linear-gradient(#fff0, #437c2e);
    display: flex;
    align-items: end;
}
.blog-banner-caption h1 {
    font-size: 50px;
}
.blog-banner-caption p {
    width: 70%;
}
.blog-banner-caption p:first-child {
    text-transform: uppercase;
}
.blog-banner-carousel .owl-dots {
    text-align: center;
    padding-top: 0;
    position: relative;
    margin-top: 15px;
}
.blog-banner-carousel .item {
    margin-right: 1px;
}
.blog-banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
    border: 1px solid #d7d7d7;
    background-color: #d7d7d7;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.blog-banner-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.blog-banner-carousel .owl-dots .owl-dot.active {
    border-color: #0041FF;
    background-color: #0041FF;
    width: 20px;
    border-radius: 10px;
    top: 0;
    position: relative;
}
.inner-blog-section1 .heading_hdnew {
    text-align: center;
}
.blog-reference-section {
    padding: 30px 0;
}
.blog-reference-section .blog-section-hd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.inner-blog-newimg {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 330px;
}
.inner_new_blog_user {
    display: flex;
    align-items: center;
    margin: 15px 0 30px;
}
.inner_new_blog_user img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}
.inner_new_blog_user ul li {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    color: #bdbdbd;
    position: relative;
}
.inner_new_blog_user ul {
    margin-bottom: 0;
}
.inner_new_blog_user ul li:last-child::after {
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    background: #bdbdbd;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.trending_blog_section {
    padding: 30px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}
.trending_blog_section .heading_hdnew {
    text-align: center;
}
.trending_blog_section .heading_hdnew img {
    width: 30px;
}
.trending_blog_section .blg_bxstart {
    margin: 15px 0;
}
.trending_blog_section .expert_msp_rotatetxt {
    right: -210px;
}
.blog-reference-box {
    margin-bottom: 25px;
}

/* blog-inner-page */
.blog_single_inner_sec1 {
    padding: 40px 0px;
}
.blog_big_img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 4px;
}
.blog_inner_detail h3 {
    font-size: 28px;
    padding-bottom: 10px;
}
.blog_inner_detail p {
    font-size: 18px;
}
.blog_inner_detail .inner_new_blog_user {
    margin: 15px 0px 15px;
}
.blog_single_inner_sec2 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.blog_inner_detail_bx2 {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.blog_bigimg2 {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.blg_inn_dtil_txt {
    padding: 20px;
}
.blg_inn_dtil_txt h4 {
    font-size: 18px;
}

.inner_new_blog_user ul li:last-child::after {
    left: -2px;
}
.blog_single_inner_sec2 ul li:first-child {
    padding: 0;
    margin: 0;
}
.blog_single_inner_sec1 .inner_new_blog_user {
    margin: 15px 0px 15px;
}
.more_blog_box {
    margin-bottom: 19px;
}
.more_blog_box img {
    width: 100%;
    height: 128px;
    border-radius: 4px;
    object-fit: cover;
}
.more_blog_box h5 {
    font-size: 17px;
}

.more_blog_box ul li:first-child {
    padding: 0;
    margin: 0;
}
.more_blog_box .inner_new_blog_user {
    margin: 15px 0px 15px;
}
.more_blog_box a {
    color: #000 !important;
}

.blog-reference-section .pagination {
    justify-content: center;
}
.blog-reference-section .pagination a,
.blog-reference-section .pagination span {
    padding: 7px 15px;
    border: 1px solid #ccc;
    color: #000;
    margin: 2px;
}
.blog-reference-section .current {
    background: #0041FF;
    color: #fff !important;
}
.footer_top_section {
    position: relative;
    padding: 200px 0;
    color: #fff;
    background: green;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: 0.4s;
}
#load-more{
	border: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: #fff0;
}
.hire_tech_btn2 h5 {
    color: #fff!important;
}
 


/* 31-07-25 */
.sub-menu .menu ul li a::after {
	display:none;
}