body{color:#3e3e3e;}
a, a:hover{text-decoration:none !important; box-shadow:none !important}
body, a, p {font-family: 'Roboto', sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {font-family: 'Poppins', sans-serif !important;}
img.custom-logo {
    width: 16em;
    height: auto;
}


.social {
    position: fixed;
    top: 25%;
    right:0px;
z-index:9;
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

.social ul li {
    display: block;
    margin: 3px;
    background: rgba(171, 219, 209, 0.36);
    width: 300px;
    text-align: left;
    padding: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
color: #fff;
}

.social ul li:hover {
  -webkit-transform: translate(-110px, 0);
  -moz-transform: translate(-110px, 0);
  -ms-transform: translate(-110px, 0);
  -o-transform: translate(-110px, 0);
  transform: translate(-110px, 0);
  background: rgba(173, 178, 177, 0.4);
}

.social ul li:hover a {
  color: #000;
}

.social ul li:hover i {
  color: #fff;
  
}

.social ul li i {
  margin-right: 10px;
    color: #fff;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ae8b2f;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 40px;

}

.wpb_wrapper p {
    line-height: 25px;
    font-size: 15px;
}
.banner-serv-box h2 {
    font-size: 19px;
    text-align: center !important;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: 600 !important;
    color: #132947;
    text-transform: uppercase;
}
.banner-serv-box h6 {
    font-size: 11px;
    text-align: center !important;
    font-weight: normal !important;
    text-transform: uppercase;
    color: #132947;
}
.banner-serv-box h2 span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.main-banner .vc_column-inner {
    padding: 0 !important;
}
.main-banner .metaslider .caption-wrap{opacity:1 !important}
.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-bubble .rslides .caption-wrap .caption, .metaslider.ms-theme-bubble .nivoSlider .nivo-caption{    float: right !important;
    right: 10% !important;
    left: auto !important;
	    width: 40% !important;
		transform:none !important;
}
.slider-cont{text-align:left;}
.slider-cont h4 {
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
}
.slider-cont h3 span{color:#ae8b2f;}
.slider-cont h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal !important;
    margin-bottom: 30px;
font-weight: 600;    margin-top: -10px;
}
.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    border-top: 4px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.border-btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.border-btn:hover {
    background: #132947;
    border-color: #132947;
    color: #fff;
    transition: 0.6s;
}

.main-banner {
    overflow: visible !important;
    position: relative;
}
.banner-serv-sec {
    position: absolute !important;
    top: -130px;
    z-index: 2;
    background: #fff;
    padding: 40px 10px;
	    width: 100%;
    border-radius: 8px;
    box-shadow: -1px 7px 2px #d6d6d6;
    margin-bottom: 50px;
}
.vc_column-inner:before{visibility:hidden;
  opacity:0;  height: 200px; position:absolute; top:0}
.banner-serv-box:hover .vc_column-inner:before {
  background: #b08d2f;
  visibility:visible;
  opacity:2;
    transition: 0.3s;
    color: #fff;
    /* margin-top: -70px; */
    height: 300px;
    position: absolute;
    content: "";
    width: 100%;
    top: -70px;
    z-index: -4;
    border-radius: 8px;
    box-shadow: 2px 5px 3px #dedede;

}
.banner-serv-box:hover h2, .banner-serv-box:hover h6 {color:#fff; transition: 0.3s;}
.login-icon {
    float: left;
    margin-right: 10px;
}
.login-btn a {
    float: left;
    color: #fff;
	text-align: left;
}
.login-btn a span {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 11px;
}
.top-branding-section .container {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.login-btn {
    float: right;
    width: auto;
    margin-top: 10px;
}
.menu-section ul {
    padding: 0;
    margin: 0;
}
.menu-section ul li {
    display: inline-block;
    margin-right: 25px;
	    text-align: center;
	    position: relative;
}
.menu-section ul li:after {
   
    content: " |";
    position: absolute;
    top: 12px;
    font-size: 23px;
    right: -20px;
    color: #fff;
    font-weight: 100 !important;

}
.menu-section ul li a strong {
    font-weight: inherit !important;
 text-transform: uppercase;
	}
.menu-section ul li a {
    padding: 10px;
    text-align: left !important;
    display: inline-block;
    color: #fff;
	text-transform:uppercase;
    font-weight: 400 !important;
    /* */
}
.menu-section ul li a span {
    font-size: 10px;
}
h2 {
    font-size: 35px;
    font-weight: 700 !important;
    margin-top: 10px;
    margin-bottom: 10px;
	color:#132947;
/*	    line-height: 11px;*/
    text-transform: uppercase;
}
h5 {
    font-size: 22px;
    margin: 0;
    line-height: normal;
	color:#6c6c6c;
    text-transform: uppercase;
}
.vc_btn3 {
    background: none !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: 2px solid #a1a9b5 !important;
    color: #132947 !important;
}
.vc_btn3:hover {
    background: #132947 !important;
    color: #fff !important;
    border-color: #132947 !important;
    transition: 0.4s;
}
.white-color,  .white-color h5 {
    color: #fff;
}
.white-color  h2{color:#ae8b2f;}
.vc_separator .vc_sep_holder .vc_sep_line { border-top: 1px solid #42546c !important;}
.blue-bg {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
}
.section-title {
    line-height: normal;
    text-align: center;
	position:relative;
	margin-bottom:50px;
}
.section-title:after {
    content: "";
    height: 6px;
    width: 210px;
    position: absolute;
    background: #ae8b2f;
    left: 0;
    bottom: -8px;
    margin: 0 auto;
    right: 0;
}
.section-title:before {
   content: "";
    height: 2px;
    width: 210px;
    position: absolute;
    background: #192e4b;
    left: 0;
    bottom: -2px;
    margin: 0 auto;
    right: 0;
}
.count h3 {
    font-size: 43px;
    color: #132947;
	    display: inline-flex;
}
.count h3 em {
    font-style: normal !important;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    width: 100px;
	   color: #585858;
}
.left-border:before, .left-border:after { margin: 0;}
.iso-text em {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #585858;
}
.iso-text h3 {
    font-size: 26px;
    line-height: 25px;
	color: #2a3e59;
}
.client-list .vc_gitem-zone {
    background-size: contain;
    margin: 0 10px;
}

.client-list .vc_grid-item {
    border: 1px solid #a1a9b5 !important;
    padding-left: 15px !important;
 /*    border-bottom: 1px solid #a1a9b5;
    border-top: 1px solid #a1a9b5; */
}
.client-list .vc_grid-item:nth-child(6), .client-list .vc_grid-item:nth-child(12), .client-list .vc_grid-item:nth-child(18) {
    border-right-color: transparent;
}

footer{float:left; width:100%; background:#071327; color:#fff;     padding: 50px 0 0;}
.copyright {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid #394252;
    padding-top: 18px;
text-align:center;
}
.copyright {
    color: #fff;
}
.no-pd{padding:0 !important;}
.ftlogo-img {
    width: 20em;
	    margin-bottom: 20px;
}
.ft-logo p {
    font-size: 11px;
    line-height: 20px;
}
.ft-logo a {
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
    color: #efdd97;
}

.ft-social ul {
    padding: 0;
}
.ft-social ul li {
        float: left;
    padding: 0;
    list-style: none;
    width: 40px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;}
.ft-social ul li a{
color:#ae8b2f;
}
h2.widget-title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}

.ft ul {
    padding: 0;
}
.ft ul li {
    list-style: none;
    margin-bottom: 7px;
	
    text-transform: capitalize;
	position: relative;
}
.ft ul li:after {
    content: " → ";
    position: absolute;
        left: -22px;
    color: #ae8b2f;
}
.ft ul {
    padding-left: 20px;
}
.ft ul li a {
    color: #fff;
}
.sb-from input {
    height: 40px;
    border: 0;
    padding: 10px;
    width: 90%;
    border-radius: 5px;
}
.sb-from button {
    padding: 10px;
    position: absolute;
    right: 40px;
    height: 40px;
    background: #317af6;
    border: 0;
    width: 40px;
    border-radius: 0 5px 5px 0;
}
.job-section h3 {
    font-size: 18px;
}
.job-section h4 {font-size: 15px;}
.job-section  .vc_btn3 {text-transform:uppercase; }
.serv-border {
    border: 1px solid;
}
.serv-border img {
    position: absolute;
    top: -30px;
    left: 20px;
    background: #132947;
    width: 64px;
    height: 64px;
    padding: 10px;
    margin-top: 0px;
}
.serv-border {
    border: 1px solid #354c6b;
    position: relative;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.serv-border p {
    font-size: 12px;
    line-height: 23px;
}
.btnknow {
    font-size: 13px;
    margin-bottom: 12px !important;
    display: block;
    float: left;
    width: 100%;
    color: #fff;
}
.serv-border {
    float: left;
    width: 100%;
}
.serv-border h3 {font-size:20px; text-transform:uppercase; }
.serv-border:hover {
    border-color: #fff;
transition: 0.6s;}
li#menu-item-136{margin:0 !important;}
li#menu-item-136:after {
    display: none;
}
.menu-section ul{text-align:center;}
.menu-section ul li, .menu-section ul li a{
	transition: 0.6s;
}
.menu-section ul li:hover a:after {
    content: " ";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    background: #b08d2f;
    left: 0;
    transition: 0.6s;
}
p.menu-item-description {
    font-size: 11px;
    text-transform: capitalize;
}
.pad60, .pd60{padding-top:60px; padding-bottom:60px;}
.servicesec .serv-border img {
    background: #fff;    top: -50px;    width: 90px;    height: auto;
}
.servicesec span.vc_sep_holder {
    margin-top: 30px;
}
.servicesec .btnknow {
    color: #132947;
    font-size: 13px !important;
	    position: absolute;
    bottom: 0px;
}
.servicesec  .serv-border:hover {border-color: #717f91;}
.servicesec .serv-border {
    min-height: 220px;
    position: relative;
}




@media (max-width:1200px){
	.menu-section ul li, .menu-section ul li a{font-size: 13px;}
	.menu-section ul li{margin-right: 12px;}
	.menu-section ul li:after{right: -10px;}
	
}
#media_image-2 img {
    width: 100%;
}

button.close {
    position: absolute;
    right: 0;
    background: #cc9f27;
    width: 30px;
    height: 30px;
    z-index: 99999999;
    opacity: 6;
	    top: 0;
    color: #fff;
    text-shadow: none !important;
}
.menu-section ul li button {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    font-size: inherit !important;
    text-transform: uppercase !important;
}
.inq-from-pop {
    padding: 10px 20px;
}
.inq-from-pop .form-control {
    border-radius: 0;
}
.pop-btn {
    text-align: center;
    background: #cc9f27;
    border: 0;
    padding: 10px 20px;
    color: #fff;
}
.modal-content{border-radius:0;}
#contact-model button.close {
    top: 0;
}
#text-2 h3 {
        text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #cc9f27;
    border-bottom: 1px solid #fdf5e0;
    padding-bottom: 10px;
}
#text-2 ul li {
    margin-bottom: 10px;
}
#text-2 p {
    text-align: center;
    display: block;
    margin: 20px;
}
a.pop-btn-link {
    background: #cc9f27;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}
.page-id-144 .pop-ad, .page-id-144 .modal-backdrop{display:none !important}
.page-id-144.modal-open {overflow-y: visible !important; padding: 0 !important;}
.inner-banner-section {
    padding: 14em 0;
    text-align: center;
	    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-transform: uppercase;
	position:relative;
}
.inner-banner-section .container {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 8;
}
.inner-banner-section:after {
    background: rgba(0, 0, 0, 0.5098039215686274);
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	z-index:0;
}
h1.page-title {
    display: inline-block;
    color: #fff;
    font-size: 57px;
    font-weight: 700;
    border-left: 9px solid #deb95e;
    padding-left: 15px;
}
.wpcf7-form-control {
    height: 35px;
    float: left;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 22px;
}
.carr-section {
    margin: 100px 0;
}
.carr-frm {
    padding: 20px;
    background: #f1f1f1;
    box-shadow: 0 0 9px #c7c7c7;
}
.form-group label {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.carr-frm .wpcf7-submit {
    background: #f1b839;
    border: 0;
    color: #000;
    width: 180px;
}
.abt-img img {
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
.abt-img img {
    width: 60%;
    margin: 40px 0;
}


.car-inner-text .vc_column-inner {
    position: absolute;
    left: -70px;
    background: #071327;
    padding: 20px;
    color: #fff;
}
.car-inner-text h2 {
    margin-bottom: 30px;
    color: #fff;
    margin-top: 20px;
}
.car-inner-text button {
    border-color: #fff !important;
    color: #fff !important;
}
.contact-form {
    background: #071327;
    /* color: #fff; */
    padding: 20px;
}
.contact-form label {
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
}
.contact-form .form-control {
    border-radius: 0;
    border: 0;
}
.wpcf7-submit {
    background: #e5c46d;
    border: 0;
    color: #000;
    font-size: 17px;
    padding: 10px 0;
    height: auto;
    text-transform: uppercase;
}
.contact-form h2 {
    text-align: center !important;
    margin-bottom: 0 !important;
    color: #fff;
    line-height: normal;
}

.joboprt {
    background: #132947;
    color: #fff;
}
.joboprt h2 {
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: normal;
	    font-size: 25px;
}
.joboprt button {
    color: #fff !important;
    border-color: #fff !important;
}
.joboprt button:hover {
    color: #132947 !important;
    background: #fff !important;
    border-color: #fff !important;
}
.no-padding .vc_column-inner {
    padding: 0 !important	;
}
.joboprt .wpb_single_image {
    margin: 0;
}
.team-part h5 {
    font-size: 14px;
}
.joboprt p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 30px !important;
    text-align: justify;
    padding-right: 40px;
}
header.main-header.stickyhead .primary-header {
    position: fixed;
    width: 100%;
    background: #172946;
    transition: all 0.5s ease-in-out;
    z-index: 9999999999;
}
header.main-header.stickyhead .top-header {
    display: none;
    transition: all 0.5s ease-in-out;
}
header.main-header.stickyhead {
    z-index: 9999999999999;
}
@media (max-width:1100px){
	.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-bubble .rslides .caption-wrap .caption, .metaslider.ms-theme-bubble .nivoSlider .nivo-caption{bottom: 140px !important;}
	.banner-serv-sec{margin: 0 auto !important;}
	.show-nav-right.mob-menu-slideout-over .mob-menu-right-panel {
    width: 100% !important;
    text-align: center !important;
    background: #0000009c  !important;
}
.menu-mobile-menu-container ul li a {
    font-size: 22px !important;
    color: #fff !important;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.menu-mobile-menu-container .btn-info{    font-size: 22px !important;
    color: #fff !important;
    margin-bottom: 10px;
    text-transform: uppercase !important;
	border:0 !important;
    font-weight: 600 !important;
	padding:0 !important;
	background:none !important;
}
.modal-dialog{    margin-top: 10%;}



}





@media (max-width:1024px){
	.mobmenu_content h2.widgettitle {
    display: none;
}
.slider-cont h4{    font-size: 32px;}
.slider-cont h3{font-size:30px}	
.vc_btn3{    font-size: 13px !important;}	
	
header.main-header.stickyhead .primary-header {
   display: none;
}
}




@media (max-width:767px){ 
.hm-abt {
    margin-top: 60px !important;
}
.border-btn{padding: 5px 20px;  font-size: 11px;}
.banner-serv-sec {position: initial !important;    top: 0px;}
.slider-cont h4 {    font-size: 14px;}
.slider-cont h3 {    font-size: 13px;     margin-bottom: 0;    margin: 10px 0;}
.banner-serv-box {    margin-bottom: 20px;}
.banner-serv-box .banner-serv-img {    margin-bottom: 10px;}
.banner-bottom .vc_row {    margin:0;}
.section-title, .iso-text, .count, .ft-logo, .ft-social {    text-align: center !important;}
.section-title:before, .section-title:after{    margin: 0 auto !important;}
.client-list .vc_grid-item {border-left:0; border-right:0;}
section#nav_menu-2 {    clear: both;}
h2.widget-title {    text-align: center;    font-size: 20px;     border-bottom: 1px solid #ae8b2f;    padding-bottom: 20px;}
.ft-social ul {    padding: 0;    margin: 0 auto;    text-align: center;    display: inline-block;}
.ft.ft-two {    margin: 30px 0;}
.ft.ft-three {margin-bottom:30px;}
.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-bubble .rslides .caption-wrap .caption, .metaslider.ms-theme-bubble .nivoSlider .nivo-caption {    width: 80% !important;}
nav.social {display:none;}
.ms-is-small.metaslider.ms-theme-bubble .flexslider ul.slides .caption-wrap .caption, .ms-is-small.metaslider.ms-theme-bubble .rslides .caption-wrap .caption, .ms-is-small.metaslider.ms-theme-bubble .nivoSlider .nivo-caption {bottom:30px !important;}
.inner-banner-section {    padding: 7em 0;    height: 300px !important;}
h1.page-title {    font-size: 30px;}
.joboprt .wpb_single_image {    margin-bottom: 35px;}
div#contact-model {    top: 20vh;}
.pad60, .pd60 {    padding-top: 0px !important;    padding-bottom: 0px !important;}
.servicesec span.vc_sep_holder {    margin-top: 0px;}
.client-list .vc_gitem-zone {    height: 110px;}
.client-list .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {    padding: 10px 0;}
.section-title {margin-bottom:20px;}
section.vc_section.vc_custom_1550641517285 {padding-left:0;}
.client-list .vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item:last-child{border-bottom:0px;}
body.modal-open {        overflow-y: hidden !important;    overflow: hidden !important;    height: -webkit-fill-available;}
.banner-serv-box.wpb_column.vc_column_container.vc_col-sm-2 {    position: relative;    z-index: 1;     height: 150px;}
.banner-serv-box:hover .vc_column-inner:before {    background: #b08d2f;    visibility: visible;    opacity: 2;    transition: 0.3s;    color: #fff;    /* margin-top: -70px; */    height: 150px;    position: absolute;    content: "";    width: 100%;    top: -25px;    z-index: -4;    border-radius: 8px;    box-shadow: 2px 5px 3px #dedede;}
#mobile-view .vc_row.wpb_row.vc_row-fluid {    margin-bottom: 5px;}
.joboprt p{padding-right:0;}
}


@media (max-width:556px){
	.inner-banner-section{    height: 200px !important;    padding: 5em 0; }
h2{    font-size: 30px;}

	
}

.time {
    float: left;
    width: 12%;
	
    position: relative;
}
.time-line-section {
    float: left;
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 610px;
    background-repeat: no-repeat;
	    display: flex;
    align-items: center;
	position:relative;
	margin-bottom: 130px;
    margin-top: 120px;
}

.time-img {
    float: left;
    /* width: 15%; */
}
.time-line-section img {
    width: 100%;
    padding: 10px;
}
.time-one .time-img {
    position: relative;
    top: -80px;
}
.time-one .time-text { top: -30px;}
.time-text {
    float: left;
    position: relative;
    font-size: 12px;
}
.time-one {
    left: -40px;
}
.time-three {
    position: absolute;
    bottom: 0;
}
.time-three .time-text {
    position: absolute;
    left: 90%;
    width: 100%;
    bottom: -30px;
}
.time-two .time-text {
    margin-bottom: 30px;
}
.time-two {
    left: 70px;
    top: 30px;
}
.time-four {
    position: relative;
    top: 35%;
    left: 13%;
}
.time-four .time-text {
    width: 160%;
    left: -20px;
}
.time-five {
    position: relative;
    left: -20%;
    top: -30%;
}
.time-five .time-text {
    position: relative;
    left: -110px;
}
.time-five .time-img {
    /* top: 40%; */
    position: absolute;
}
.time-six {
    position: absolute;
    top: -50px;
    left: 26%;
}
.time-six .time-img {
    position: absolute;
    top: 10px;
}
.time-six .time-text {
    position: relative;
    left: -120px;
    top: 20px;
}
.time-seven {
    position: relative;
    top: -20px;
left: 5%;}
.time-seven .time-text {
    left: 20px;
}
.time-eigth {
    position: absolute;
    bottom: -20px;
    right: 27%;
}
.time-eigth .time-text {
    left: 60px;
}
.time-nine {
    position: relative;
    top: 16%;
    left: 15%;
}
.time-nine .time-img {
    position: absolute;
}
.time-nine .time-text {
    top: 80px;
    right: -100px;
	width: 150%;
}
.time-ten {
    position: absolute;
    right: 37%;
    top: 0;
}
.time-ten .time-img {
    position: absolute;
}
.time-ten .time-text {
    left: 120px;
    top: 10px;
}
.time-elvn {
    bottom: 17%;
    left: -20px;
}
.time-elvn .time-text {
    position: absolute;
    top: -40px;
}
.time-twl {
    position: absolute;
    right: -50px;
    top: 17%;
}
.serv-border a {
    color: #fff;
}
.pop-ad .modal-content {
    background: none;
    padding: 0;
    border: 0;
}
.pop-ad .modal-content .modal-body {
    padding: 0;
}
#media_image-2 img {
    height: 600px !important;
    width: auto;
    margin: 0 auto;
}
.pop-ad .modal-dialog {
    width: max-content;
}




@media (max-width:991px){
	.time-line-section{background:none !important;  display:block; height:auto; text-align:center;}
	.time {width: 33.333% ; min-height: 180px;}
	.time-line-section div {position: static !important;}
	.time-img img {width: 50%;}
	.time-nine .time-text{width:100% !important;}
	.modal-body #media_image-2 img {height: auto !important;}
	.pop-ad .modal-dialog {
    width: 60%;
    margin: 0px auto;
    margin-top: 7em;
}
}


@media (max-width:767px){
	.time {width: 50%;
    padding: 15px 0;
    margin-bottom: 0;
    min-height: 190px;}
	.time-text{width:100% !important; text-align: center !important;}
}
