
body{
	font-family: 'Open Sans', sans-serif !important;
}

section{
	overflow:hidden;
    display: inline-block !important;
    width: 100%;
}
.header-top-links{
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}
.header-top-links ul{
	padding:0;
}
a.navbar-brand h6 {
    margin-top: 3px;
}
/*.navbar {
    min-height: 60px !important;
}*/


.slider_main img{
	width:100%;
}

.navbar-default {
	background:none !important;
	border:none !important;
}
.navbar-fixed-top {
    background: rgba(255, 255, 255, 0.95) !important;
	transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
}
.header-main .navbar-nav>li>a {
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333 !important;
    margin-right: 10px;
}
.navbar-default .navbar-nav>li>a{
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
	
}
ul.nav.navbar-nav.navbar-right {
	overflow: hidden;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background: #295d8c !important;
    border-radius: 30px;
    color: #fff !important;
}

.navbar-fixed-top {
    top: 50px !important;
}
.header-top {
    height: 50px;
    background: #d7d6d6;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.ht-txt {
    color: #fff;
    margin-top: 10px;
    letter-spacing: 0.5px;
    float: right;
    font-size: 12px;
}
.ht-txt span {
    margin-right: 15px;
}
.ht-txt a {
    color: #7d7d7d;
}
.ht-txt a:hover {
    color: #295d8c;
    text-decoration: none;
}
.ht-txt span {
    margin-right: 15px;
    color: #7d7d7d;
}
.ht-txt span:last-child {
    margin: 0;
}
.ht-txt i.fa.fa-phone {
    border: 1px solid #7d7d7d;
    font-size: 13px;
    border-radius: 100%;
}
.ht-txt i.fa.fa-envelope {
    font-size: 15px;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    text-align: center;
    padding: 7px 0px;
    margin-right: 5px;
    font-size: 12px;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;

}
.ht-txt-2 {
    float: left;
    margin: 10px 0;
}
.ht-txt-2 ul {
    margin: 0;
    padding: 0;
}
.ht-txt-2 ul li {
    display: inline-block;
}
.ht-txt-2 ul li a {
    color: #fff;
    letter-spacing: 2px;
}
.ht-txt-2 ul li a:hover .fa, .ht-txt-2 ul li a:focus .fa {
    color: #2a75b9;
}
.ht-txt-2 .fa {
    border-right: 1px solid #7d7d7d;
    margin: 0;
    font-size: 14px;
    width: 40px;
}

a.navbar-brand {
    height: 120px;
    z-index: 999;
    position: relative;
    padding: 10px 15px;
}
.navbar-brand>img {
    width: 177px;
    margin-top: 10px;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.navi .navbar-brand>img {
    width: 147px;
    margin-top: 0px;
}
.navi .navbar-right {
    padding: 20px 0px;
}
.navbar-header {
    width: 220px;
}
.navi a.navbar-brand{
    height: 85px;
}
.navbar-fixed-top.navi {
    top: 0 !important;
    background: #fff !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.18);
}

@media (min-width: 768px){
.navbar-right {
    padding: 40px 0px;
    transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
    -o-transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -ms-transition: all ease-in-out 400ms;

}
}

.owl-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
}
.owl-next {
    position: absolute;
    right: 0;
}
.owl-prev {
    position: absolute;
    left: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 55px !important;
    background: none !important;
}
.owl-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-table;
    margin: 0 auto;
    max-width: 78px;
}

section.slider_main {
    position: relative;
    background: #000;
	padding-bottom:0px;
}
.slider_main .owl-theme .owl-controls {
    margin-top: 0 !important;
}




@media (max-width:767px){
.test-slider .owl-prev {
    position: absolute;
    left: -23px;
}
.test-slider .owl-next {
    position: absolute;
    right: -23px;
}
}


/*Banner*/
.top-banner {
    position: relative;
    height: 100vh;
}
.st-div {
    position: relative;
}
.slid-txt {
    max-width: 1000px;
    padding: 0 15px;
}
.slidetop-img {
    position: relative;
}
.slidetop-img img {
    width: 100%;
}
.slidetop-img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.slidetop-text {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 50;
}
.slid-txt p {
    font-size: 19px;
    letter-spacing: 0.3px;
    line-height: 35px;
    color: #dedede;
}
.slid-txt span {
    font-size: 45px;
    font-weight: 200;
    /*color: #295d8c;*/
    color: #ba881e;
}
section.abthome-cont {
    text-align: center;
}
.abtn-txt ul {
    margin: 0px 0 30px;
    padding: 0;
    display: inline-block;
    width: 100%;
}
section.abthome-cont .abtn-txt ul li {
    display: inline-block;
    padding-left: 18px;
    margin-right: 50px;
    position: relative;
    font-weight: 600;
	margin-bottom: 15px;
}
.gold_clr .hm-srv-txt a:hover {
    background-color: #e6e6e6 !important;
}

section.abthome-cont .abtn-txt ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #295d8c;
    border-radius: 100%;
}
.abtn-txt {
    padding: 20px 0;
}
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2 {
    position: relative;
    font-size: 35px;
    font-weight: 300;
    margin: 16px 0 50px;
    padding-bottom: 10px;
}
.hme-heading h2::before,.abtn-txt h2::before, .contactus .contct-txt h2::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #295d8c;
    bottom: -5px;
}
.abtn-txt p {
    margin-bottom: 25px;
    letter-spacing: 0.3px;
    line-height: 28px;
    font-size: 13px;
}
section.hme-srvices {
    text-align: center;
    padding: 20px 0;
    background: #f4f4f4;
}
.hm-srv-img {
    width: 103px;
    height: 103px;
    margin: 0 auto;
    border-radius: 100%;
    background: #295d8c;
}

.hm-srv-img img {
    border-radius: 100%;
    overflow: hidden;
    width: 95px;
    height: 95px;
    margin: 0 auto;
    border: 7px solid #f4f4f4;
    margin-top: 4px;
    background: #f4f4f4;
}
.hm-srv-txt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #295d8c;
    margin: 25px 0 20px;
}
.hm-srv-txt p {
    font-size: 13px;
    letter-spacing: 1px;
    color: #686767;
    line-height: 25px;
    min-height: 75px;
}
.hm-srv-txt a {
    border-radius: 30px;
    background: #295d8c;
    border: none;
    color: #fff;
    padding: 7px 15px;
    transition: all ease-in-out 200ms;
    margin-top: 15px;
}
/*.hm-srv-txt p::before {
    content: "\f141";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: fontAwesome;
    height: 5px;
    width: 50px;
    line-height: 0;
}*/
section.meetmyteam {
    background: url(../images/banner_inner.jpg);
    background-attachment: fixed;
    background-size: 120%;
    position: relative;
    color: #fff;
    background-position: bottom;
    padding: 20px 0;
}
section.meetmyteam::before {
    content: '';
    background: rgba(20, 20, 20, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.required {
    color: #f00 !important;
 }
.meet-team-txt {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.meet-team-txt h2 {
    font-weight: 300;
    font-size: 35px;
    margin: 40px 0 35px;
}
.meetteam-img img {
    width: 100%;
    height: 100%;
}
.mteam-subtxt h3 {
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 20px;
    min-height: 43px;
    font-size: 14px;
}
.mteam-subtxt h3 a {
    color: #fff;
    text-decoration: none;
}
.mteam-subtxt p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
}

.mteam-subtxt {
    text-align: center;
}

.mteam-subtxt ul li {
    display: inline-block;
    padding: 5px 8px;
    font-size: 18px;
}

.mteam-subtxt ul {
    margin: 0;
    padding: 0;
}

.mteam-subtxt ul li a {
    color: #fff;
}
.meet-team-txt p {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
}
section.ourpartners {
    text-align: center;
    background: url(../images/opartner.jpg);
    color: #fff;
    padding: 20px 0;
}
.op-heading h2 {
    font-weight: 600;
    margin: 34px 0;
}
.op-heading p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.static-slider ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.static-slider ul li {
    padding: 0 15px;
    list-style: none;
    width: 20%;
    float: left;
}
.static-slider {
    margin: 30px 0 20px;
    display: inline-block;
    width: 100%;
}
.stat-img {
    height: 100px;
    position: relative;
}

.stat-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}
section.hvaques {
    background: url(../images/haveaques.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px 0;
}
.have-ques-sub {
    padding-left: 120px;
    position: relative;
}
.have-ques-sub h3 {
    font-weight: 600;
}
.have-ques-sub p {
    max-width: 550px;
    letter-spacing: 0.3px;
    line-height: 28px;
}
.have-ques-sub::before {
    content: "\f095";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 90px;
    height: 90px;
    font-size: 42px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
}
section.news-letter {
    padding: 30px 0;
    background: #295d8c;
}
.news-let-head h2 {
    font-size: 28px;
    margin: 4px 0 0px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
section.news-letter .btn-default:hover, section.news-letter .btn-default:focus {
    background: #fff;
    color: #000;
    outline: none;
}
section.news-letter .form-group {
    margin: 0;
}
section.news-letter .form-control {
    height: 45px;
    border: none;
}
section.news-letter .btn-default {
    width: 100%;
    height: 45px;
    background: #303030;
    color: #fff;
    border: none;
    transition: all ease-in-out 200ms;
}
.meetteam-img {
    max-width: 100%;
    margin: 0 auto;
    height: 175px;
}

/*Footer Start*/
footer.main-footer {
    background: #303030;
    padding: 40px 0 0;
}
.footer-top ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.footer-top ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
}
.footer-top ul li a {
    color: #fff;
    font-size: 13px;
}
.f_heading h3 {
    font-weight: 600;
    padding-left: 15px;
    border-left: 2px solid #518dc3;
    color: #fff;
    margin: 10px 0 60px;
}
.f_heading p {
    color: #fff;
    margin: 15px 0 10px;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
}
ul.social-media {
    padding: 0;
}
ul.social-media li .fa {
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
ul.social-media li {
    padding-left: 40px;
    position: relative;
    line-height: 21px;
    letter-spacing: 0.3px;
}
.footer-bottom {
    padding: 25px 0;
    background: #000;
    text-align: center;
    color: #dedede;
    font-size: 13px;
    border-top: 2px solid #518dc3;
}
.footer-top {
    margin: 10px 0 15px;
}
/*Footer End*/
/*Contact Us*/
section.bcrumb-sec {
    background: url(../images/banner_inner.jpg);
    /*height: 400px;
    padding: 240px 0 0;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center bottom;*/
    position: relative;
    height: 500px;
    padding: 240px 0 0;
    background-attachment: fixed !important;
    background-position-y: -58px !important;
    background-size: 100% !important;
}
.bc-heading h1 {
    font-weight: 600;
    color: #f5f5f5;
    font-size: 45px;
    text-align: center;
    position: relative;
}
section.bcrumb-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(48, 48, 48, 0.75);
}
.bc-heading h1::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #bfbfbf;
    bottom: -15px;
}
.contct-txt h2 {
    font-weight: 200;
    line-height: 39px;
    text-transform: capitalize;
}
.contct-txt p {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 10px 0;
}
.cntct-details span {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.cntct-details span .fa {
    width: 24px;
    height: 24px;
    font-size: 13px;
    background: #303030;
    color: #dedede;
    text-align: center;
    padding: 5px 0;
    margin-right: 10px;
}
.cntct-details h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.cntct-details {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}
section.main-contact {
    padding: 20px 0;
}
section.contactus {
    padding: 20px 0;
    background: #f4f4f4;
}
section.contactus .contct-txt {
    text-align: center;
}
.contct-form {
    margin-top: 25px;
    background: #fff;
    padding: 25px;
}
.contct-form .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100% !important;
    overflow: hidden;
    background: #fff !important;
}
.contct-form label {
	font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.submit-cntc .btn-default {
    background: #3b8bd4;
    border: none;
    color: #fff;
    padding: 10px 25px;
    margin-top: 15px;
    transition: all ease-in-out 200ms;
}
.submit-cntc .btn-default:focus{
    outline: none !important;
}
.contct-form .checkbox input[type=checkbox], input[type=radio] {
    margin: 0;
/*    margin-top: 1px\9;*/
    line-height: normal;
    left: 0;
    top: 5px;
}
/*Contact Us End*/
/*About Us Start*/
.acm-head h2 {
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 0.6px;
    line-height: 48px;
    margin: 25px 0 25px;
}
.acm-head h2 strong {
    display: block;
}
.acm-txt-sub p {
    line-height: 25px;
    letter-spacing: 0.3px;
	font-size: 14px;
}
section.about-cont-main {
    background: url(../images/about.jpg);
    padding: 20px 0;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}
section.about-cont-main::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.66);
    width: 50%;
}
section.about-cont-main .acm-txt {
    color: #fff;
}
.acm-txt-sub ul {
    margin: 0;
    padding: 0;
}
.acm-txt-sub ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
}
.acm-txt-sub ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #b3b3b3;
}
.about-img img {
    width: 100%;
}

.about-img {
    margin-top: 0px;
    margin-right: 0px;
    border: 10px solid rgb(228, 228, 228);
}
.acm-txt-sub ul li p {
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 0;
}
section.about-cont-sub {
    padding: 20px 0;
}
section.firm-value {
    padding: 20px 0;
    background: #f3f3f3;
}
.fv-sub p {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
.fv-sub {
    padding-left: 65px;
    position: relative;
}
.fv-sub h3 {
    font-weight: 700;
    font-size: 16px;
}
section.testimonial-abt {
    text-align: center;
    background-color: rgb(243, 243, 243) !important;
}
.test-sub {
    max-width: 700px;
    margin: 25px auto 70px;
    position: relative;
}
section.testimonial-abt .owl-buttons {
    top: 0;
}
section.testimonial-abt .owl-buttons .owl-prev, section.testimonial-abt .owl-buttons .owl-next {
    color: #333 !important;
}
.author-name {
    font-size: 13px;
    font-weight: 600;
    color: #20507d;
}

.author-name span {
    font-weight: 400;
}
.test-sub::before {
    content: "\f10d";
    position: absolute;
    left: -70px;
    top: -37px;
    font-family: fontAwesome;
    font-size: 70px;
    color: #eaeaea;
    z-index: -1;
}
.test-sub p {
    letter-spacing: 0.3px;
    line-height: 26px;
    font-style: italic;
}
section.testimonial-abt .owl-pagination {
    max-width: initial;
    text-align: center;
    display: block;
}
/*About Us End*/
/*Services Start*/
.bd-img-main img {
    width: 100%;
}
.bd-img-main {
    margin-right: 30px;
    border: 10px solid rgb(228, 228, 228);
    max-height: 550px;
    overflow: hidden;
}
section.bus-diag {
    padding: 30px 0;
}
.bd-txt-main {
    padding: 40px 0;
}
.flow-chart-head {
    text-align: center;
    position: relative;
    z-index: 99;
}
.flow-chart-head h3 {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 300;
    font-size: 30px;
    background: #f3f3f3;
    border: 20px solid #fff;
    box-shadow: 2px 2px 1px #e0e0e0;
    margin: 25px 0 50px;
}
.bdr-sub {
    /*padding: 20px;*/
    background: #fff;
    margin-top: 20px;
    position: relative;
    box-shadow: 2px 2px 1px #e0e0e0;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
}
.bdr-sub:hover {
    background: #295d8c;
    color: #fff;
}
.bdr-sub ul {
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
.bdr-sub ul li {
    list-style: none;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-transform: capitalize;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    cursor: default;
}
.bdr-sub ul li:hover {
    padding-left: 40px;
}
.bdr-sub:hover li {
    color: #fff;
}
.bdr-sub li:nth-child(1) {
    background: #e7e6e6;
    color: #333;
}

.bdr-sub li:nth-child(2) {
    background: #c0c4ca;
    color: #fff;
}

.bdr-sub li:nth-child(3) {
    background: #adb9ca;
    color: #fff;
}

.bdr-sub li:nth-child(4) {
    color: #fff;
    background: #889db9;
}

.bdr-sub li:nth-child(10) {
    background: #222d3c;
    color: #fff;
}

.bdr-sub li:nth-child(9) {
    background: #37414f;
    color: #fff;
}

.bdr-sub li:nth-child(8) {
    background: #48525f;
    color: #fff;
}

.bdr-sub li:nth-child(7) {
    background: #5d6b7e;
    color: #fff;
}

.bdr-sub li:nth-child(6) {
    background: #677d9a;
    color: #fff;
}

.bdr-sub li:nth-child(5) {
    background: #738caf;
    color: #fff;
}
.bdr-sub h4 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
    margin: 20px;
    background: #f3f3f3;
    color: #828282;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
}
.bdr-sub:hover h4 {
    background: #295d8c;
    color: #dedede;
}
.bdr-sub ul li::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #ccc;
}

section.flow-chart {
    padding: 20px 0 40px;
    background: #f3f3f3;
    position: relative;
    z-index: 10;
}
.flow-chart-head::before {
    content: '';
    position: absolute;
    width: 560px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 2px 0px #dedede;
}
.bdr-sub::before {
    content: '';
    right: 0;
    top: -40px;
    height: 10px;
    background: #fff;
    width: 150px;
    position: absolute;
    box-shadow: 0px 2px 0px #dedede;
}
.bdr-sub::after {
    content: '';
    position: absolute;
    right: 150px;
    width: 10px;
    height: 50px;
    background: #fff;
    top: -40px;
    z-index: -1;
    box-shadow: 2px 0px 0px #dedede;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after {
    left: 0;
    margin: 0 auto;
    right: 0;
    height: 75px;
    top: -70px;
}
section.flow-chart .col-sm-4:nth-child(3) .bdr-sub::before {
    right: initial;
    left: 0;
}

section.flow-chart .col-sm-4:nth-child(3) .bdr-sub::after {
    right: initial;
    left: 150px;
}
.oss-sub-txt h3 {
    font-weight: 700;
    font-size: 16px;
}
.oss-sub-txt p {
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
.oss-sub-txt {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
section.other-ser-sec {
    padding: 20px 0;
}
/*Services End*/
/*Services new start*/
section.other-ser-sec {
    padding: 20px 0;
}
section.serv-list-sec {
    padding: 40px 0;
    background: #f3f3f3;
}
.slc-txt-main p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.3px;
}
.slc-list ul li {
    list-style: none;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.3px;
    line-height: 22px;
}
.slc-list ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #ccc;
}
.acm-txt-sub a {
    display: inline-block;
}
/*Services new end*/
/*new*/
nav.navigation.post-navigation, .post-navigation div + div {
   border: none !important;
}

.nav-previous {
   float: left;
}

.nav-previous a span {font-size: 12px;}

.nav-previous a span.post-title, .nav-next a span.post-title {
   font-size: 14px;
   font-weight: 400;
}

.nav-previous a, .nav-next a {
   padding: 15px;
   border: 1px solid #dadada;
   text-decoration: none !important;
}

.nav-next {
   float: right;
}

nav.navigation.post-navigation {
   overflow: hidden;
   margin: 25px 0;
}
/*new*/
.navbar-brand img {
    margin-top: 12px;
    transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    -moz-transition: all ease-in-out 200ms;
    -ms-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
}
.navbar-fixed-top.navi .navbar-brand img {
    margin: 0;
    max-width: 177px !important;
}

/*Responsive*/
@media screen and (max-width: 991px){
    .static-slider ul li {
        width: 33.33%;
    }
    section.ourpartners {
        background-size: auto 100%;
        background-position: center;
    }
    section.meetmyteam {
        background-size: auto;
    }
.top-banner {
    position: relative;
    height: auto;
}
.st-div {
    height: 600px;
}
.slidetop-img {
    height: 600px;
}
.slidetop-img img {
    width: auto;
    height: 100%;
    max-width: 100%;
}
.navbar-header {
    width: 200px;
}
.owl-buttons {
    top: 55%;
}
.slid-txt {
    padding: 0 70px;
}
.slid-txt p {
    font-size: 14px;
    line-height: 30px;
}
}
@media screen and (max-width: 767px){
.navbar-header {
    width: auto;
}
.header-main .navbar-nav>li>a::before {
	right: initial;
	left: 30px;
}
button.navbar-toggle {
    margin-top: 24px;
}
.header-main .navbar-header .navbar-brand {
    height: auto;
}
.navbar-fixed-top.navi button.navbar-toggle {
    margin-top: 18px;
}
.static-slider ul li {
    width: 50%;
}
.navbar-brand img {
    margin-top: 0px;
    max-width: 177px !important;
}
.navbar-fixed-top.navi .navbar-brand img {
    max-width: 135px !important;
}
.slidetop-img img {
    width: auto;
    max-width: initial;
}
}
/*Responsive End*/

/*new css*/
section.bus-diag.work-with .bd-txt-main {
    padding: 0px !important;
}
.bd-txt-main.casestudies .acm-txt-sub {
    padding: 20px 35px 5px 3px;
}
.bd-txt-main.casestudies h2 {
    font-size: 25px;
    color: #d3aa3d;
    font-weight: 600;
    margin: 0px;
    border-bottom: 1px solid;
    max-width: 175px;
}
.footer-top a {
    text-decoration: none !important;
    box-shadow: none;
}
ul {
    margin: 0px !important;
}
li.right {
    width: 50%;
    float: right;
}
li.left {
    width: 50%;
    float: left;
}
.below_descriptions p img {
    float: left;
    margin-top: -24px;
    margin-right: 20px;
}
.below_descriptions p {
      padding: 30px 0;
}
.menu-main-menu-container ul li {
    border: none !important;
}
p.about_more a {
    color: #255981;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 5px;
    font-weight: 700;
}
.entry-content-inner {
    padding: 20px 0;
}
.page-id-204 .entry-content-inner a {
    color: #d3ab38;
    text-decoration: none;
    font-weight: 700;
}
.gold_clr .hm-srv-img {
    background: #cda24d;
}
.gold_clr .hm-srv-txt h4 {
    color: #cda24d;
}
.gold_clr .hm-srv-txt a {
    background: #d4a24d;
}

/* 21 july piyush */


.mteam-subtxt h3 {
    font-stretch: expanded;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

a.morelink {
    color: #000;
    font-weight: 700;
}

a.morelink:hover {
    text-decoration: none;
    color: #5b96cc;
}


.contct-form .wpcf7-form .checkbox {
    margin: 0px;
}
.contct-form .form-group {
    margin-bottom: 0px;
}

.submit-cntc input.wpcf7-form-control:hover {
    background: #dfb135;
    color: #fff;
}

.submit-cntc input.wpcf7-form-control input[type="submit"]:focus
{
    background: #dfb135;
    color: #fff;
}

.f_follow p {
    letter-spacing: 1px;
}

.post-navigation a:hover .post-title, .post-navigation a:focus .post-title
{
	color: #5b96cc;	
}
.nav-previous a
{
    border: 1px solid #c5c5c5
}
.nav-previous a:hover
{
   border: 1px solid #5b96cc;	
}
.nav-next a
{
    border: 1px solid #c5c5c5
}
.nav-next a:hover
{

    border: 1px solid #5b96cc;	
}

.slc-list ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
}

div.wpcf7-validation-errors {
    border: 2px solid #f70000;
    text-align: center;
    padding: 10px;
}

.submit-cntc .btn-default:focus {
    color: #fff;
}

span.post-title i.fa.fa-arrow-left {
    padding-right: 6px;
}


span.post-title i.fa.fa-arrow-right {
    padding-left: 5px;
}

.slc-list ul li:last-child {
    margin-bottom: 20px;
}

.header-top .container {
    padding: 2px 5px;
}

@media(min-width:320px) and (max-width:359px)
{
	.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
	{
		font-size: 22px;	
	}	
	section.abthome-cont .abtn-txt ul li {
		display: grid;
		text-align: left;
	}
	
	
	.abtn-txt {
		text-align: left;
	}

	.hm-service-sub {
		margin-bottom: 20px;
    }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 13px;
}


.ht-txt-2 {
    display: none;
}

.ht-txt {
    margin-top: 3px;
	    width: 100%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}





.slid-txt {
    padding: 0 25px;
}
.slc-list ul li {
    width: 100%;
}

.nav-previous {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.nav-next {
    float: none;
    margin: 0 auto;
    display: table;
}

.Info_section {
    float: left;
    margin-bottom: 25px;
}
.ftr_other_sec {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.f_heading h3
{
    margin: 10px 0 20px;
}
.bd-img-main
{
    margin-right: 0px;	
}



.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}




.flow-chart-head h3 {
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.bd-txt-main {
    padding: 10px 0;
}

.acm-head h2 {
    font-size: 27px;
    font-weight: 200;
    margin: 5px 0 5px;
}

.oss-sub-txt {
    padding-left: 0px !important;
    margin-top: 0px !important;
}
nav.navigation.post-navigation {
    overflow: hidden;
    margin: 5px 0;
}

.about-img
{
    margin-right: 0px;	
}
.fv-sub {
    padding-left: 0px;
}



.testimonial-abt .owl-prev
{
left: -13px;
}

.testimonial-abt .owl-next {
    right: -12px;
}

.test-sub::before
{
	display:none;
}
.test-sub p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}


}

@media(min-width:360px) and (max-width:383px)
{
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
{
    font-size: 22px;
    text-align: center;
}	
section.abthome-cont .abtn-txt ul li {
		display: grid;
		text-align: left;
}
.abtn-txt {
		text-align: left;
}
.hm-service-sub {
		margin-bottom: 20px;
}
.contct-form	
{
    padding: 25px 8px;	
}
span.wpcf7-list-item
{
	    margin: 0 0 0 8px;	
}
.contct-form span.wpcf7-list-item-label {
    font-size: 13px;
}
.ht-txt-2 {
    display: none;
}
.ht-txt {
    margin-top: 3px;
	    width: 100%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}
.ht-txt span {
    margin-right: 0px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}
.ht-txt span:last-child {
    margin: 0 auto;
}
a.navbar-brand {
    height: 105px;
}
a.navbar-brand
{
    padding: 3px 15px;	
}
.submit-cntc .btn-default
{
    margin-top: 5px;	
}







.slc-list ul li {
    width: 100%;
}

.nav-previous {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.nav-next {
    float: none;
    margin: 0 auto;
    display: table;
}

.Info_section {
    float: left;
    margin-bottom: 25px;
}
.ftr_other_sec {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.f_heading h3
{
    margin: 10px 0 20px;
}
.bd-img-main
{
    margin-right: 0px;	
}






.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}




.flow-chart-head h3 {
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.bd-txt-main {
    padding: 10px 0;
}

.acm-head h2 {
    font-size: 27px;
    font-weight: 200;
    margin: 5px 0 5px;
}

.oss-sub-txt {
    padding-left: 0px !important;
    margin-top: 0px !important;
}
nav.navigation.post-navigation {
    overflow: hidden;
    margin: 5px 0;
}




.about-img
{
    margin-right: 0px;	
}
.fv-sub {
    padding-left: 0px;
}




.testimonial-abt .owl-prev
{
left: -13px;
}

.testimonial-abt .owl-next {
    right: -12px;
}

.test-sub::before
{
	display:none;
}

.test-sub p {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}


}

@media(min-width:384px) and (max-width:478px)
{
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
 section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 13px;
}

.ht-txt-2 {
    display: none;
}

.ht-txt {
    margin-top: 3px;
	    width: 100%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}




.slc-list ul li {
    width: 100%;
}

.nav-previous {
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
.nav-next {
    float: none;
    margin: 0 auto;
    display: table;
}

.Info_section {
    float: left;
    margin-bottom: 25px;
}
.ftr_other_sec {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.f_heading h3
{
    margin: 10px 0 20px;
}

.bd-img-main
{
    margin-right: 0px;	
}





.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}









.flow-chart-head h3 {
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.bd-txt-main {
    padding: 10px 0;
}

.acm-head h2 {
    font-size: 27px;
    font-weight: 200;
    margin: 5px 0 5px;
}

.oss-sub-txt {
    padding-left: 0px !important;
    margin-top: 0px !important;
}
nav.navigation.post-navigation {
    overflow: hidden;
    margin: 5px 0;
}




.about-img
{
    margin-right: 0px;	
}
.fv-sub {
    padding-left: 0px;
}



.testimonial-abt .owl-prev
{
left: -13px;
}

.testimonial-abt .owl-next {
    right: -12px;
}

.test-sub::before
{
	display:none;
}

.test-sub p {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}

.fv-sub {
    padding-left: 0px;
}



}



@media(min-width:479px) and (max-width:567px)
{
	
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
 section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 14px;
}

.ht-txt-2 {
    display: block;
}

.ht-txt {
    margin-top: 3px;
    width: 60%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}




.footer-logo {
    width: 26%;
    float: left;
}

.slc-list ul li {
    width: 100%;
}
.nav-next {
    float: left;
    margin-left: 10px;
}
.nav-previous {
    margin-left: 9px;
}
.bd-img-main {
    margin-right: 0px;
}

.acm-head h2
{
    margin: 0px 0 25px;	
}
.bd-txt-main {
    padding: 20px 0;
}


.ftr_other_sec {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.f_heading {
    margin-bottom: 20px;
}

.f_heading h3 {
    font-size: 20px;
    margin-bottom: 21px;
}







.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}





.flow-chart-head h3 {
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.bd-txt-main {
    padding: 10px 0;
}

.acm-head h2 {
    font-size: 27px;
    font-weight: 200;
    margin: 5px 0 5px;
}

.oss-sub-txt {
    padding-left: 0px !important;
    margin-top: 0px !important;
}
nav.navigation.post-navigation {
    overflow: hidden;
    margin: 5px 0;
}

.testimonial-abt .owl-prev
{
left: -13px;
}

.testimonial-abt .owl-next {
    right: -12px;
}

.test-sub::before
{
	display:none;
}

.test-sub p {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}


.fv-sub {
    padding-left: 0px;
}
.test-sub::before
{
	display:none;
}


}



@media(min-width:568px) and (max-width:590px)
{
	
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
 section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 14px;
}

.ht-txt-2 {
    display: block;
}

.ht-txt {
    margin-top: 12px;
    width: 75%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: 50%;
    float: none;
    margin: 0;
    display: initial;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}




.footer-logo {
    width: 26%;
    float: left;
}

.ht-txt a {
    color: #7d7d7d;
    font-size: 14px;
}
.col-md-3.col-sm-6 .meetteam-sub {
    width: 48%;
    float: left;
    margin: 1%;
/*    min-height: 328px;*/
}

.col-md-3.col-sm-6 .hm-service-sub {
    width: 50%;
    float: left;
}



.bd-img-main
{
    margin-right: 0px;	
}
.bd-txt-main {
    padding: 0px 0;
}
.slc-list ul li {
    width: 100%;
}

.nav-previous {
    margin-left: 20px;
}
.nav-next {
    margin-right: 15px;
}



.ftr_other_sec {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px;
}

.ftr_other_sec {
    width: 50%;
    float: left;
}
.Info_section {
    margin-bottom: 25px;
}

.f_heading h3
{
    margin: 10px 0 30px;	
}




.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}


.fv-sub {
    padding-left: 0px;
}
.test-sub::before
{
	display:none;
}


.test-sub p {
    padding-left: 15px;
    padding-right: 15px;
}


}

@media(min-width:591px) and (max-width:602px)
{

.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 14px;
}

.ht-txt-2 {
    display: block;
}

.ht-txt {
    margin-top: 12px;
    width: 75%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: 50%;
    float: none;
    margin: 0;
    display: initial;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}




.footer-logo {
    width: 26%;
    float: left;
}

.ht-txt a {
    color: #7d7d7d;
    font-size: 14px;
}
.col-md-3.col-sm-6 .meetteam-sub {
    width: 48%;
    float: left;
    margin: 1%;
/*    min-height: 338px;*/
}


.col-md-3.col-sm-6 .hm-service-sub {
    width: 50%;
    float: left;
}








.bd-img-main
{
    margin-right: 0px;	
}
.bd-txt-main {
    padding: 0px 0;
}
.slc-list ul li {
    width: 100%;
}

.nav-previous {
    margin-left: 20px;
}
.nav-next {
    margin-right: 15px;
}



.ftr_other_sec {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0px;
}

.ftr_other_sec {
    width: 50%;
    float: left;
}
.Info_section {
    margin-bottom: 25px;
}

.f_heading h3
{
    margin: 10px 0 30px;	
}






.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}


.fv-sub {
    padding-left: 0px;
}

.test-sub::before
{
	display:none;
}
.test-sub p {
    padding-left: 15px;
    padding-right: 15px;
}


}

@media(min-width:603px) and (max-width:700px)
{
	
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 14px;
}

.ht-txt-2 {
    display: block;
}

.ht-txt {
    margin-top: 12px;
    width: 75%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: 50%;
    float: none;
    margin: 0;
    display: initial;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}

.footer-logo {
    width: 26%;
    float: left;
}

.ht-txt a {
    color: #7d7d7d;
    font-size: 14px;
}
.col-md-3.col-sm-6 .meetteam-sub {
    width: 48%;
    float: left;
    margin: 1%;
}

.col-md-3.col-sm-6 .hm-service-sub {
    width: 50%;
    float: left;
}





.bd-img-main {
    margin-right: 0px;
}
.bd-txt-main {
    padding: 0px 0;
}
.slc-list ul li {
    width: 100%;
}

.nav-previous {
    margin-left: 15px;
}
.nav-next {
    margin-right: 15px;
}
.ftr_other_sec {
    width: 30%;
    float: left;
}
.f_heading h3
{
    margin: 10px 0 25px;	
}
.Info_section {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.ftr_other_sec {
    width: 50%;
    float: left;
}

.footer-logo {
    margin-right: 15px;
}

.f_heading h3
{
    font-size: 22px;
}







.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}

.fv-sub {
    padding-left: 0px;
}
.test-sub::before
{
	display:none;
}

.test-sub p {
    padding-left: 15px;
    padding-right: 15px;
}

}

@media(min-width:701px) and (max-width:767px)
{
	
.hme-heading h2, .abtn-txt h2, .contactus .contct-txt h2
 {
    font-size: 22px;
    text-align: center;
 }	
section.abthome-cont .abtn-txt ul li {
	display: grid;
	text-align: left;
 }
 .abtn-txt {
     text-align: left;
  }
 .hm-service-sub {
		margin-bottom: 20px;
 }
	
	.contct-form	
	{
	    padding: 25px 8px;	
	}
	span.wpcf7-list-item
	{
	    margin: 0 0 0 8px;	
	}
	
.contct-form span.wpcf7-list-item-label {
    font-size: 14px;
}

.ht-txt-2 {
    display: block;
}

.ht-txt {
    margin-top: 12px;
    width: 75%;
}
.ht-txt .fa, .ht-txt-2 .fa {
    width: 22px;
    height: 22px;
	    padding-top: 2px;
}
.ht-txt i.fa.fa-phone
{
    font-size: 11px;
    padding: 6px;
}

.ht-txt span {
    margin-right: 0px;
    width: 50%;
    float: none;
    margin: 0;
    display: initial;
}

.ht-txt span:last-child {
    margin: 0 auto;
}


a.navbar-brand {
    height: 105px;
}

a.navbar-brand
{
    padding: 3px 15px;	
}

.submit-cntc .btn-default
{
    margin-top: 5px;	
}

.footer-logo {
    width: 26%;
    float: left;
}

.ht-txt a {
    color: #7d7d7d;
    font-size: 14px;
}
.col-md-3.col-sm-6 .meetteam-sub {
    width: 48%;
    float: left;
    margin: 1%;
/*    min-height: 342px;*/
}

.col-md-3.col-sm-6 .hm-service-sub {
    width: 50%;
    float: left;
}





.bd-img-main {
    margin-right: 0px;
}
.bd-txt-main {
    padding: 0px 0;
}
.slc-list ul li {
    width: 100%;
}

.nav-previous {
    margin-left: 15px;
}
.nav-next {
    margin-right: 15px;
}
.ftr_other_sec {
    width: 30%;
    float: left;
}
.f_heading h3
{
    margin: 10px 0 25px;	
}
.Info_section {
	width: 100%;
    float: left;
    padding-right: 20px;
    margin-bottom: 15px;
}
.ftr_other_sec {
	width: 33%;
    float: left;
}

.footer-logo {
    margin-right: 15px;
}

.f_heading h3
{
    font-size: 22px;
}

ul.social-media li a {
    font-size: 12px;
}






.flow-chart-head::before
{
	display:none;
}
.bdr-sub::before
{
	display:none;
}
section.flow-chart .col-sm-4:nth-child(2) .bdr-sub::after
{
	display:none;
}
.bdr-sub::after
{
	display:none;
}

.fv-sub {
    padding-left: 0px;
}

.test-sub::before
{
	display:none;
}


.test-sub p {
    padding-left: 15px;
    padding-right: 15px;
}


}


@media(min-width:768px) and (max-width:955px)
{
ul#menu-main-menu {
    width: 70%;
}
.header-main .navbar-nav>li>a {
    padding: 10px 20px;
}

.hm-service-sub {
    margin-bottom: 22px;
}



.bd-txt-main {
	padding: 5px 0;
}
	
.slc-list ul li {
	width: 100%;
}
	
.nav-previous {
	margin-left: 15px;
}
.nav-next {
    margin-left: 15px;
    float: left;
}

.bd-img-main {
    margin-right: 0px;
}



.f_heading h3 {
    margin: 10px 0 35px;
	font-size: 22px;
}

.header-main .navbar-nav>li>a
{
    font-size: 13px;
}


.nav-links {
    width: 500px;
    float: none;
    margin: 0 auto;
    display: table;
}


}



@media(min-width:956px) and (max-width:991px)
{
ul#menu-main-menu {
    width: 70%;
}
.header-main .navbar-nav>li>a {
    padding: 10px 20px;
}

.hm-service-sub {
    margin-bottom: 22px;
}



.bd-txt-main {
	padding: 5px 0;
}
	
.slc-list ul li {
	width: 100%;
}
	
.nav-previous {
	margin-left: 15px;
}
.nav-next {
    margin-left: 15px;
    float: left;
}

.bd-img-main {
    margin-right: 0px;
}



.f_heading h3 {
    margin: 10px 0 35px;
	font-size: 22px;
}

.header-main .navbar-nav>li>a
{
    font-size: 13px;
}


.nav-links {
    width: 500px;
    float: none;
    margin: 0 auto;
    display: table;
}

section.abthome-cont .abtn-txt ul li
{
    margin-right: 30px;	
}

.hme-srvices .col-md-3.col-sm-6 {
    width: 25%;
}


.hm-srv-txt h4 {
    font-size: 14px;
}

}

@media screen and (max-width:602px) {
    .meetteam-img {
        height: initial;
    }
}

@media(min-width:992px) and (max-width:1020px)
{
	span.wpcf7-list-item-label {
			font-size: 14px;
	}
	
	.f_heading h3
	{
			font-size: 22px;	
	}
	
	.footer-top ul li a {
		font-size: 12px;
	}	

	.hm-srv-txt h4 {
		font-size: 14px;
	}
}

@media(min-width:1021px) and (max-width:1080px)
{
	span.wpcf7-list-item-label {
			font-size: 14px;
	}
	.f_heading h3 {
			font-size: 22px;	
	}

.footer-top ul li a {
    font-size: 12px;
}

}



.wpcf7-form-control-wrap {
    position: inherit;
}

section.about-cont-main::before {
    width: auto;
}

