html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
        url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MyCustomFont;
    src: url("../fonts/MyriadPro-Bold.eot")
     
}
@font-face {
    font-family: MyCustomFont;
    src: url("../fonts/MyriadPro-Bold.ttf")
     
}
body {
    font-family: MyriadPro-Regular;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
h4 {
    text-transform: uppercase;
    font-weight: bold;
}   
img.logo {
    width: 200px;
}
.logo {
    width: 100%;
    display: block;
}
nav.navbar.navbar-expand-sm.fixed-top.navbar-light.bg-light {
    background: #fff !important;
    border-bottom: 1px solid #ddd;
}
#navbarNav,
#navbarNav ul,
#navbarNav ul li,
#navbarNav ul li a,
#navbarNav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;  
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#navbarNav:after,
#navbarNav>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navbarNav #menu-button {
    display: none;
}
#navbarNav {
    padding: 0 0 0 0;
    width: auto;
    font: normal 17px/22px 'MyriadPro-Regular';
    font-weight: 300;
    z-index: 99;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #50578e;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#navbarNav>ul>li {
    float: left;
}
#navbarNav.align-center>ul {
    font-size: 0;
    text-align: center;
}
#navbarNav.align-center>ul>li {
    display: inline-block;
    float: none;
}
#navbarNav.align-center ul ul {
    text-align: left;
}
#navbarNav.align-right>ul>li {
    float: right;
}
#navbarNav.align-right ul ul {
    text-align: right;
}
#navbarNav>ul>li>a {
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#navbarNav>ul>li:hover>a,
#navbarNav>ul>li.active>a {
    color: #50578e;
    /* background:#e8181d; */
}
#navbarNav>ul>li.has-sub>a {
    padding-right: 25px;
}
#navbarNav>ul>li.has-sub>a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#navbarNav>ul>li.has-sub:hover>a::after {
    border-color: #363435;
}
#navbarNav>ul>li.has-sub:hover>a::after,
#navbarNav>ul>li.active>a::after {
    border-color: #FFF;
}
#navbarNav ul ul {
    position: absolute;
    left: -9999px;
}
#navbarNav li:hover>ul {
    left: auto;
}
#navbarNav.align-right li:hover>ul {
    right: 0;
}
#navbarNav ul ul ul {
    margin-left: 100%;
    top: 0;
}
#navbarNav.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#navbarNav ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#navbarNav ul li:hover>ul>li {
    height: 40px;
}
#navbarNav ul ul li a {
    padding: 10px 20px;
    line-height: 20px;
    background: #50578e;
    text-decoration: none;
    border-top: #50578e solid 1px;
    color: #FFF;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#navbarNav ul ul li:hover>a,
#navbarNav ul ul li a:hover {
    color: #FFF;
    background: #da251c;
}
#navbarNav ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.banner_secion img.slideimg {
    width: 100%;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    text-align: center;
    bottom: 5px;
    left: 50%;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}
input.custom_btn{
    color: #50578e;  
    background: transparent !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 10px 15px 7px;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border: 2px solid #50578e;
}

input.custom_btn:focus{ color: #50578e; }
input.custom_btn:hover{
    color: #fff;
    background-color: #da251c !important;
    border-color: #da251c;
    
}
input.custom_btn:before{
    content: '';
    background-color: #da251c;
    height: 200%;
    width: 100%;
    transform: skewY(17deg);
    position: absolute;
    left: 0;
    top: -240%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
input.custom_btn:hover:before{ top: -50%; }

a.btn.custom_btn{
    color: #50578e;  
    background: transparent !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 10px 15px 7px;
    border: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
    border: 2px solid #50578e;
}
a.btn.custom_btn:focus{ color: #50578e; }
a.btn.custom_btn:hover{
    color: #fff;
    background: transparent;
    border-color: #da251c;
    /*box-shadow: 0 0 0 5px rgba(0,0,0,0.5);*/
}
a.btn.custom_btn:before{
    content: '';
    background-color: #da251c;
    height: 200%;
    width: 100%;
    transform: skewY(17deg);
    position: absolute;
    left: 0;
    top: -240%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
a.btn.custom_btn:hover:before{ top: -50%; }


/* other start css*/


.pdng-top-btm {
    padding: 20px 0;
}
.pdng-top {
    padding-top: 20px;
}
.fright {
    float: right;
}
.menu-bg {
    margin: 25px 0 1px 0;
    padding: 0;
}
#nav-auto {
    width: 100%;
    margin: 0px auto;
    background: none;
}
.clr {
    clear: both;
}
.progress-bar-danger {
    background: #50578e;
}
.top-bg {
    background: #000;
    color: #FFF;
}
footer {
    width: 100%;
    padding: 15px;
    background: #50578e;
    display: block;
    border-bottom: 1px solid #6f75a5;
}
.Reach_Us {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.Reach_Us .phone a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.Reach_Us .social_media a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #da251c;
    text-decoration: none;
    margin-right: 10px;
}
.Reach_Us .social_media a:hover{
    background: #da251c;
    color: #ffffff;
}
.Reach_Us .phone a:hover{
    color: #cdcdcd;
}
.cpright {
    background: #50578e;
    text-align: center;
    padding: 10px;
}
.cpright p{
    margin-bottom: 0px;
    color: #cdcdcd;
}
.top-bg p {
    padding: 15px 10px;
    margin: 0 5px;
}
.top-bg i {
    padding: 0 10px;
}
.style1 {
    color: #50578e!important;
}
.logo-bg {
    background: #f3f3f3;
    -webkit-box-shadow: inset 0px 6px 6px 0px rgba(158, 158, 158, 1);
    -moz-box-shadow: inset 0px 6px 6px 0px rgba(158, 158, 158, 1);
    box-shadow: inset 0px 6px 6px 0px rgba(158, 158, 158, 1);
}

.social {
    margin: 0 auto;
}
.social a {
    color: #FFF;
    padding: 15px 10px;
    margin: 0 5px;
}
.social a:hover {
    color: #b4b4b4;
    text-decoration: none;
}
.social a:visited,
.social a:active {
    text-decoration: none;
}
.about-column {
    margin: 40px auto;
}
.about-bg {
    background: url(../images/about-bg.png) top center repeat-y;
}
.about-column .why-bg {
    background: #f6f6f9;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.about-column .why-bg h1,
.about-column .about-us h1 {
    font-family: 'MyCustomFont';
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
}
.about-column .why-bg h1 {
    color: #da251c;
    padding: 20px;
    line-height: 36px;
}
.about-column .why-bg h1 span {
    font-size: 20px;
    clear: both;
    color: #50578e;
}
.about-column .why-bg p {
    padding: 0 20px 0 20px;
    text-align: justify;
}

.about-column .about-us h1 {
    color: #000;
    padding: 50px 0 20px 0;
}
.about-column .about-us p {
    font-size: 14px;
    color: #343535;
    line-height: 22px;
    text-align: justify;
}

.services-column {
    background: #f6f6f9;
    margin-bottom: 40px;
}
.services-column h1 {
    font-family: 'MyCustomFont';
    font-size: 40px;
    text-transform: capitalize;
    color: #50578e;
    padding: 50px 0 15px 0;
}
.blue{
    width: 100%;
    display: block;
    color: #50578e;
    font-weight: 600;
}
.blue2{
   color: #50578e;
    font-weight: 600;
}
label.text-red.text-capitalize.text-normal {
    color: red;
    font-size: 14px;
}
.vision_sec{
    width: 100%;
    display: block;
    margin-bottom: 20px;
   
}
.vision_content{
    background: #f6f6f9;
    color: #000000;
    text-align: left;
    padding: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}
.vision_sec p span {
    color: #da251c;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.vision_sec2{
    width: 100%;
    display: block;
    margin-bottom: 20px;
   
}
.vision_content2{
    background: #f6f6f9;
    color: #000000;
    text-align: left;
    padding: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
   
   
}
.porduct_img img{
    width: 100%;
}
.vision_sec2 p span {
    color: #da251c;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.red{
    width: 100%;
    display: block;
    color: #da251c;
    font-weight: 600;  
}
.red2{
    color: #da251c;
    font-weight: 600;  
}

.cmn_hd {
    color: #50578e;
    font-weight: 600;
}
.services-column .services-details h2 {
    background: #50578e;
    font-family: 'MyCustomFont';
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
    line-height: 20px;
    display: block;
    -webkit-box-shadow: -2px 9px 18px -6px rgba(158, 158, 158, 1);
    -moz-box-shadow: -2px 9px 18px -6px rgba(158, 158, 158, 1);
    box-shadow: -2px 9px 18px -6px rgba(158, 158, 158, 1);
}
.services-column p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
}
.services-column img{
    width: 100%;
}
.service_image {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.content::before {
    content: '';
    height: 100%;
    width: 100%;
    background: #ff00004f;
    position: absolute;
}

.content .cheader {
    position: absolute;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.content .cheader h3{
    color: #ffffff;
    font-family: 'MyCustomFont';
    font-size: 20px;
    text-transform: uppercase;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }  

  .fadeIn-top{
    top: 20%;
  }  
 

  .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }



.services-column .outer-glow {
    -webkit-box-shadow: -1px 1px 10px 3px rgba(158, 158, 158, 1);
    -moz-box-shadow: -1px 1px 10px 3px rgba(158, 158, 158, 1);
    box-shadow: -1px 1px 10px 3px rgba(158, 158, 158, 1);
}
.services-column .services-details p {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 15px 5px 15px;
    color: #000;
}
.services-column .services-details a {
    color: #343535;
    font-family: 'MyCustomFont';
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px 20px 15px;
    display: block;
}
.footer-bg {
    background: #000;
}
.footer-bg p {
    color: #FFF;
    padding: 15px 0;
    margin: 0;
    font-family: 'MyriadPro-Regular';
    font-size: 14px;
}
select {
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 10px;
    padding: 6px 0;
    border: 0 none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../images/arrow.png') no-repeat 100% 4px #fff !important;
    *background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
select {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    border: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    -moz-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    height: 35px;
    background-color: #eee;
}
select option {
    background: #fff;
    /* style the dropdown bg color */
}
.innerpage-hdng {
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(150, 150, 150, 1);
    box-shadow: inset 0px 2px 5px 0px rgba(150, 150, 150, 1);
}
.innerpage-hdng {
    background: url(../images/inner_banner.jpg) center center no-repeat #f9fafb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: #1eacce solid 1px;
}
/* .innerpage-hdng h4{ color:#000; line-height:100px;} */
.innerpage-hdng .breadcrumb {
    background: none;
    line-height: 120px;
    color: #FFF;
    margin-bottom: 0px;
}
.innerpage-hdng .breadcrumb a {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 1px #000;
}
.innerpage-hdng .breadcrumb .active {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 1px #000;
}
.breadcrumb>li+li::before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
.minheight {
    min-height: 350px;
    margin: 20px auto;
}
/* .minheight img{border:#efefef solid 1px; margin: 10px;} */
.border-rightt {
    border-right: #e5e5e5 dotted 1px;
    padding: 15px;
}
.minheight h3 {
    border-bottom: #e5e5e5 dotted 1px;
    margin: 10px 0;
    color: #00afef;
    font-weight: bold;
    font-size: 26px;
}
.minheight h2 {
    margin: 0;
    padding: 20px 0 10px 0;
    color: #1eacce;
    font-weight: bold;
    font-size: 20px;
}
.minheight h5 {
    margin: 0;
    padding: 15px 0 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.minheight ul {
    margin: 0;
    padding: 5px 0;
}
.minheight ul li {
    list-style-type: circle;
    margin: 0 0 0 20px;
    line-height: 25px;
}
.minheight p {
    padding: 5px 15px 0px 0;
    text-align: justify;
}
.minheight h4 {
    margin: 0;
    padding: 20px 0 0px 0;
    color: #50578e;
    font-weight: bold;
    font-size: 20px;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #50578e;
    border-color: #50578e;
}
.list-group-item.active h4 {
    color: #FFF;
    padding: 0;
    margin: 0;
}
.list-group-item.actives {
    background: #EEEEEE;
}
.color-box1,
.color-box2 {
    padding: 20px;
    margin: 0px;
    color: #fff;
    text-align: justify;
}
.color-box1 p span,
.color-box2 p span {
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    font-family: 'MyCustomFont';
}
.color-box1 {
    background: #50578e;
}
.color-box2 {
    background: #00afef;
}
.list-table {
    padding: 0;
    margin: 0;
}
.list-table ul {}
.list-table ul li {
    list-style: none;
    border: #CCC 1px solid;
    display: inline-block;
    margin: 10px;
    padding: 15px;
}
.card {
    padding: 0;
    margin: 0;
}
.card .card-header1,
.card .card-header2 {
    padding: 10px;
    color: #da251c;
}
.card .card-header1 i,
.card .card-header2 i {
    padding: 0 10px 0 0;
}
.card .card-header1 {
    background: #f6f6f9;
    font-size: 24px;
    font-weight: 700;
}
.card .card-header2 {
    background: #f6f6f9;
}
.card-body {
    background: #ffffff;
    padding: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
}
.card-body {
    border-radius: 0 0 3px 3px;
}
.card .card-header {
    border-radius: 3px 3px 0 0;
}
.address-bg {
    background: #DFDFDF;
}
.address-bg p span {
    padding: 3px;
    margin: 0;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'MyCustomFont';
}
.points {
    margin: 10px;
}
.points ul {
    padding: 0px;
    margin: 0px;
}
.points li:before {
    color: #08296a;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\f105';
    font-family: 'FontAwesome';
}
.points li {
    position: relative;
    padding-left: 18px;
    margin: 0px !important;
    list-style: none !important;
}
.mb-20 {
    margin-bottom: 20px;
}
.clients img {
    margin: 10px auto;
    /* width: 100px; */
    /* height: 100px; */
    border: 1px solid #50578e;
    padding: 10px;
    border-radius: 5px;
    transition: all .5s;
}
.clients img:hover {
    transform: translate(0, -5px);
    transition: all .5s;
    border: 1px solid #da251c;
}
.bd-bx {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    margin: 25px 0px;
    padding: 15px;
}
.bd-bx1 {
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 15px;
    margin: 25px 0px;
}
.clients img{
    width: 100%;
}
.job p {
    margin-bottom: 5px;
}
.job p>span {
    font-weight: bold;
    width: 105px;
    display: inline-block;
}
.points1 {
    margin: 10px;
}
.points1 ul {
    padding: 0px;
    margin: 0px;
}
.points1 li:after {
    color: #000;
    position: absolute;
    top: 0px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: bold;
}
.points1 li {
    position: relative;
    padding-right: 18px;
    margin: 0px !important;
    list-style: none !important;
}
.points1 li a {
    padding-right: 10px;
    color: #000;
    text-decoration: none;
    font-size: 18px; 
    transition: 0.5s all;
}
.points1 li:hover:after {
    color: #da251c;
    transition: 0.5s all;
}
.points1 li a:hover {
    color: #da251c;
    padding-right: 20px;
    transition: 0.5s all;
}
.testimon {
    padding: 20px;
    border: 2px solid #50578e;
    position: relative;
    margin: 50px 0px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    border-radius: 20px;
}
.testimon i {
    position: absolute;
    font-size: 40px;
    top: -35px;
    background: #fff;
    padding: 10px;
    border: 2px solid #50578e;
    border-radius: 50%;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    text-align: center;
    left: 3%;
}
.testimon p {
    margin-top: 10px;
}

section.main_sec {
    width: 100%;
    display: block;
}
.bread_nav_list{
    width: 100%;
    margin-top: 76px;
    display: block;
}
.bread_nav_list {
    background: #f2f2f2;
}
.bread_nav_list h4{
    margin-bottom: 0px;
    font-size: 18px;
    color: #da251c;
}
.bread_nav_list .flex_center {
    justify-content: center;
    align-items: center;
}
ul.breadcrumb {
    margin-bottom: 0px;
    background: transparent;
    text-align: right;
    justify-content: flex-end;
}
ul.breadcrumb li a{
    color: #50578e;
    text-decoration: none;
}
.breadcrumb>li+li::before{
    color: #da251c;
}

@media (max-width:960px) {
    .logo {
        padding: 0px 0 0 0;
    }
    .menu-bg {
        margin: 0px 0 1px 0;
    }
    /* .innerpage-hdng h4{line-height:50px;} */
    .innerpage-hdng .breadcrumb {
        line-height: 20px;
        text-align: center;
        padding: 50px 0px;
    }
    .services-column img {
        margin: 0px auto 0 auto;
    }
    .minheight p {
        padding: 15px 15px 0 15px;
    }
    .border-rightt {
        border-right: none;
    }
    .minheight h3 {
        border-bottom: #e5e5e5 dotted 1px;
        margin: 0 auto;
        padding: 0px 15px;
    }
    .minheight h5 {
        padding: 15px 5px 5px 10px;
    }
    .minheight h4 {
        padding: 15px 0 0 10px;
    }
    .testimon {}
    .testimon p {
        margin-top: 10px;
        padding: 0px !important;
    }


    #navbarNav>ul>li>a{
        padding: 10px;
    }
    .bread_nav_list h4{
        display: none;
    }
    .bread_nav_list{
        margin-top: 76px; 
    }
    .about-column img{
       width: 100%;
       margin-top: 20px;
    }
    .about-us{
        text-align: center;
    }
    .Reach_Us{
        flex-direction: column;
        justify-content: center;
    }
    .Reach_Us .phone a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        width: 100%;
        display: block;
    }
    .mb_row_0{
        margin: 0px;
    }


}

/* other css end*/
@media only screen and (max-width: 767px) {
   

    #navbarNav>ul>li>a{
        padding: 10px;
    }
    .bread_nav_list h4{
        display: none;
    }
    .bread_nav_list{
        margin-top: 76px; 
    }
    .about-column img{
       width: 100%;
       margin-top: 20px;
    }
    .about-us{
        text-align: center;
    }
    .Reach_Us{
        flex-direction: column;
        justify-content: center;
    }
    .Reach_Us .phone a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        width: 100%;
        display: block;
    }
    .mb_row_0{
        margin: 0px;
    }
   
}