@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');



a{outline: none;}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
    scroll-behavior: smooth;
}
body {
    
	font-family: open sans,Helvetica,Arial,sans-serif;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	font-size: 15px;
	color:#6d8394;
	line-height: 22px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: open sans,Helvetica,Arial,sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
}

#header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0;
}

.top-bar {
	background: #F03939 url(../images/pattern-1.png);
	border-bottom:1px solid #535353;
	display:none;
	
}
.address-bar {
	line-height:45px;
}
.address-bar ul{list-style:none; margin:0; padding:0;}
.address-bar li{display:inline-block; font-size: 13px; padding-right:10px;}
.address-bar li a{color: #fff;}
.address-bar i {
	float: left;
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
	line-height:45px;
}
.address-bar p {
	color: #ffffff;
	margin: 0;
	font-size: 13px;
}
.quote-link {
	float: right;
}
.quote-link a {
	background-color: #ff6600;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
    font-family: open sans,Helvetica,Arial,sans-serif;
}

.tp-fx-head {position: fixed; z-index: 9; top: 50%; color: #fff; font-weight: bold; left: -77px;}
.tp-fx-head h3{margin:0;font-size:20px; transform: rotate(90deg); color: #fff; font-weight:bold; line-height:25px; padding:10px 30px; display:block;cursor: pointer; background:#ff0000; border-top-left-radius:10px;border-top-right-radius:10px;}
/* .header{padding: 15px 0 15px;} */
.navbar-default {background:#083f62; clear:both;}

.navbar-default{margin:0;}
.navbar-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* margin-top: -2px; */
}
.navbar-nav>li {
    display: inline-flex;
    float: initial !important;
    vertical-align: middle;
    border-right: 1px solid #fff;
    padding: 5px 6px;
}
.navbar-nav .dropdown-menu{position: absolute; margin: 0;}
.dropdown-menu > li > a, .dropdown-menu td a{color:#fff; padding:4px 12px; display:block; font-size:15px; word-break: break-all; text-decoration:none;}
.navbar-default .navbar-nav>li>a{color: #fff !important;font-size: 18px;text-decoration:none;display: block;    padding: 5px 25px;}
.navbar-default .dropdown-menu.show{position:absolute;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{    color: #000 !important;
    background-color: #fff !important;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
   background-color:#ff0000 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-default ul > li > .arow{position:absolute;  color: #fff; right:13px; top:11px; z-index: 251;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}
.navbar-default ul > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-default ul > li > ul li .arow{ right:15px; top:8px;color: #fff;}
.navbar-default ul > li > ul li .arow:after {content: "\f105";}

.navbar-default ul > li > ul:before { border-bottom: 6px solid transparent; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ""; display: inline-block; left:10px; position: absolute; top: -6px;border-bottom-color: #888;}
.navbar-default .dropdown-menu{left:0%; top:100%; z-index:99999;}
.navbar-default ul > li > ul{background-color:#083f62;}
.navbar-default .dropdown-menu{width:230px;}
.navbar-default .dropdown-menu .dropdown-menu{left:100%; top:-3px; width:260px;}
.navbar-default .dropdown-menu .dropdown-menu:before{border-top:10px solid transparent; border-right:10px solid #888;
 border-bottom:10px solid transparent; content: ""; display: inline-block; left:-16px; position: absolute; top:12px;}
.navbar-default ul > li > ul li, .navbar ul td{border-bottom:1px solid #989898;}
.navbar-default ul > li > ul li:last-child, .navbar ul tr::last-child td{border-bottom:0;}
.navbar-default ul table{width:100%;}
.dropdown-menu td a:hover{background:#fff; color:#333;}
.dropdown-menu td a{padding:5px 12px;}


.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
    overflow: hidden;
}


.home-slider-area {display:block; clear:both; }
banner-btm {
    position: relative;
}
.banner-btm .mx-auto {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex; overflow:hidden;
}

/* display 3 */
@media (min-width: 768px) {   
.carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next {transform: translateX(33.333%); overflow:hidden;}  
.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {transform: translateX(-33.333%);overflow:hidden;}



}
.carousel-indicators{display:none;}
.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left{transform: translateX(0);}
.banner-btm .col{padding:0; margin:0;}
.banner-btm .card{border-radius:0;border: 1px solid rgba(255,0,0,.5);}
.banner-btm .card-body{background:rgba(255,0,0,.7); padding: 50px 30px; margin: 0; transition:.5s; height: 140px;}
.banner-btm .card-body:hover{background:rgba(255,0,0,1); }
.banner-btm .card-body a{ color:#fff; font-size:15px; font-weight:bold; text-decoration:none;}
.banner-btm .mx-auto{position: absolute; width: 100%; bottom: 0;}
.carousel-control-prev, .carousel-control-next{z-index: 0;}


/* .home-slider-area .carousel-caption{ top: 25%; bottom: inherit;} */
.home-slider-area .carousel-caption h2{ font-size:40px; font-weight:bold;}
.home-slider-area .carousel-caption p{ font-size: 20px; text-align: center;  font-weight: 500;  color: #fff; letter-spacing: 4px;}

.banner-line {  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.banner-btm{position:relative;}
.container, .container-fluid {
    font-size: 14px !important;
}


#about-hm .hm-abt-lft, .hm-career .hm-abt-lft{padding-top:150px;}
.overlay_img{position: absolute; width: 100%; height: 100%; background-color: rgb(8 63 98); z-index: 1; transition:1.5s;}
.overlay_img.in-view{width: 10%; height: 100%; background-color: rgb(8 63 98); transition:1.5s;}
.hm-abt .separator-line_left, .hm-team .hm-abt-rht .separator-line_left, .hm-career .separator-line_left{
    width: 70%;
    height: 2px;
    margin: 15px 0;
    /* background-color: #333; */
    opacity: 1;
    background: rgb(163, 163, 163);
    background: -moz-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ffffff', GradientType=1);
    clear: both;
    float: none;
    display: inline-block;
}
#about-hm  .hm-abt-lft, .hm-career .hm-abt-lft{text-align:right;}
#about-hm .hm-abt-lft h2{    color: #333;
    font-size: 40px;
    line-height: 1.3;
    float: none;
    letter-spacing: 1px;
    position: relative;}
#about-hm .hm-abt-lft p, .hm-career .hm-abt-lft p{font-size: 18px;text-align:right;
    font-weight: 300;color: #000;
    letter-spacing: 1px;
    line-height: 30px;}

.hm-team .hm-abt-rht{padding-top:150px;}
.hm-team .hm-abt-rht p{font-size: 18px;text-align:left; font-weight: 300;color: #000;  letter-spacing: 1px; line-height: 30px;}
	
/*career*/
.map-hm{padding:30px 0 80px;}
.map-hm .head-main{text-align:center; margin-bottom:20px;}
.map-hm .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto; margin-bottom:40px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}






.hm-middle-sec{display:block; clear:both; background:#fff; padding-top:30px; padding-bottom:30px;}
.hm-middle-sec h2{color: #1e73be;font-weight: 600; margin: 0 0 15px; padding: 0 0 8px; position: relative;}
.hm-middle-sec h2:after {background-color: #ffcb3d; border: medium none; content: ""; display: block; height: 2px; left:0; width:100px; position:absolute; top:100%;}

.news-sec .title-border-light{ background: #fff; color:#ff9900; top:-45px;}
.news-box{border: 1px solid #F03939;padding:15px 15px;margin-bottom: 18px;position: relative; min-height:320px; background:#fff;}
.news-box h3{margin:-15px;color: #fff;margin-bottom: 10px;font-size: 18px;background: #F03939; padding:13px 15px;}
.due-red{display:inline-block; margin-top:5px; font-weight:bold;}
.query-frm{border: 1px solid #ddd;padding:15px 15px;margin-bottom: 18px;position: relative; background:#f7f7f7; overflow:hidden;}
.midd-sec .query-frm h3{margin: -15px -15px 10px; padding:5px 15px;}

#ctl00_DataListGovind a {font-size: 12px; color:#333 !important; font-weight: bold; padding-right: 25px;}
.arrownews {display: block; padding: 5px 0; color:#333;}
.Prodetails {border-bottom: 1px dashed #ddd; padding-bottom: 5px; padding-top: 5px;}
.Prodetails span {display: inline-block; color: #333 !important;}
.Prodetails span:first-child {display: block;}
.Prodetails span a {font-weight: normal; color: #333 !important;}
.news2d a {border-bottom: 1px dashed #ccc; color: #333 !important;display: block; padding: 5px 0;}
.hedingnews{border: 0 none; display: block; font-weight:bold; padding: 0; color:#333;}
.Prodetails span:first-child:before, .hedingnews:before{content:"\f073";color: #333; margin-right: 5px; display: inline-block;font-family:FontAwesome;}


.hm-team h2, .hm-career h2, .map-hm h2{font-size: 35px !important;}
.carousel-control-next{right: 15px;}
.carousel-control-prev{left:15px;}
.carousel-item:before{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%;
/*  background: rgba(0,0,0,0.7) */}



.modal-header{display: block;}
.modal-title{font-family: open sans,Helvetica,Arial,sans-serif; text-transform:uppercase; font-size:36px; color:#353535;}
.modal-dialog .group-query{position:relative; display:block; margin-bottom:20px;}
.modal-dialog .group-query:last-child{margin-bottom:0;}
.modal-dialog .form-control{background:#fff;border:1px solid #999999;border-radius:0; height:44px;}
.modal-dialog textarea.form-control{height:120px;}
.modal-dialog .form-control:focus, .enquiry-sec .form-control:hover{box-shadow:0 0 0;}
.modal-dialog .form-group{margin-bottom:25px;}
.modal-dialog .btn-send{color:#fff; background:#ff0000; font-size:18px; padding-left:40px; padding-right:40px; border:1px solid #ff0000; height:44px; cursor:pointer; border-radius:0;}
.modal-dialog .btn-send:hover{ background:#333; border-color:#333; color:#fff;}
.modal-dialog .errer{position: absolute; top: 15px; right: 20px;}


footer{background:#083f62; color:#fff; padding: 100px 0px 10px; background-image:url(../images/footer-bg.jpg); background-attachment:fixed; background-position:top center; background-size:100% 100%;}
footer h3 {    font-family: open sans,Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    width: 52%;}
footer p { color: #eee;}
footer .sub-footer ul.socialmedia{list-style:none; margin:0; padding:0;}
footer ul.socialmedia li {  display: inline-block;  padding: 4px; float: left;}
footer .sub-footer p { font-size:17px; margin-right:8px;}
footer .sub-footer p a{ color:#eee; text-decoration:underline;}
footer ul.socialmedia li a { line-height:40px; width:40px; height:40px; background:rgba(255, 255, 255, 0.45); color:#fff; border-radius:100%; float:left; text-align:center; transition:all 300ms ease-in-out;}
footer ul.socialmedia li a:hover {background:#000; color:#ff0000; transition:all 300ms ease-in-out;}
footer .footer-cntr{border-left: 1px solid #fff; border-right: 1px solid #fff;}
footer .footer-cntr .fa{font-size:20px; line-height:20px; color:#eee; margin-right:10px;}
.footer-rht ul{list-style:none; padding-left:0; margin:0;}
.footer-rht ul li{padding: 6px 0px;}
.footer-rht ul li a{color:#eee; position: relative; padding: 6px 20px; text-decoration: none; transition: all 300ms ease-in-out;}
.footer-rht ul li a:hover{transition:0.5s; color:#fff;font-weight: bold;}
.footer-rht ul li a:after{content: "\f105"; position:absolute;     left: 2px;
    top: 32%; display:inline-block; font:normal normal normal 16px/1 FontAwesome; font-size:inherit; text-rendering:auto; -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;}
footer .sub-footer{padding-top: 30px;}
#FooterrControl1_tr_FooterBackImage td{height:inherit !important;     display: block;}
#FooterrControl1_tr_FooterBackImage tr{ display: block; width:100%;}
#FooterrControl1_tr_FooterBackImage table{display:none;}
#FooterrControl1_tr_FooterBackImage #FooterrControl1_Footer table{display:block;}
#FooterrControl1_Footer{ margin-top: -1px !important;}
#FooterrControl1_Footer tbody{ width:100%;
    display: block;}

@media(max-width:767px){
#header{position:relative;}	
.logo-image a{padding:0; background:none; position:relative; width:auto; margin:0;} 
.image-logo.des	{display:none;}
.image-logo.mob	{display:block;}
.top-header .logo-image{width: 260px; float: left;}
.top-header{height: auto;}
.navbar-toggle{padding:10px 10px;margin-top:0px; margin-bottom:0; margin-right: 0px; background:#ddd;}
.navbar-toggle .icon-bar{background:#fff;}
ul.dt-sc-social-icons{display:none;}
.home-slider-area{margin-top: 0;}
.single-slide-item-table{height:180px;}
.home-slider-area:hover .right.welcome-control{right: 8px;}
.home-slider-area:hover .left.welcome-control{left: 8px;}
.welcome-control{width: 36px; height:36px; line-height:36px;}
.copyrht p{text-align:center;}
.nav>li{border-bottom:1px solid #ddd;}
.navbar-collapse ul > li > .arow{background:#999; display: block; color: white; margin: 0; padding:6px 14px; position: absolute; right: 0; top: 0; cursor: pointer;  z-index: 3;}
..navbar-collapse ul > li > .arow:after{display: inline-block;top: 6px;position: absolute;  left: 8px; font-size: 28px;}

.navbar-collapse ul > li > ul li .arow{top:0; right:0; padding: 15px 17px;}
.navbar-collapse ul > li > ul li .arow:after{top: 3px;left: 11px;font-size: 25px;content: "\f107";}
.navbar-nav > li> ul.dropdown-menu > li> ul.dropdown-menu{left: 0; top: -3px; width: auto; position: relative;opacity: 1;}

.navbar-nav > li > a{padding-bottom:8px; padding-top:8px;}
.navbar-nav > li{border-bottom:1px solid #ddd;}
.navbar-nav > li.open> ul.dropdown-menu {opacity: 1; position: relative !important;display: block; width: 100%;background: #a2a2a2; padding:0;border-radius:0; margin:0;}
.navbar-nav > li.open> ul.dropdown-menu li.open> ul.dropdown-menu{display: block; width: 100%; position:relative; left:0; top:0; background:#5d5a5a; margin:0; padding:0;}
.navbar-nav > li.open> ul.dropdown-menu li.open> ul.dropdown-menu> li.open> ul.dropdown-menu{background: #333;}
.navbar-nav > li.open> ul.dropdown-menu li.open> ul.dropdown-menu:before{border-right: 10px solid transparent; border-bottom: 10px solid #5d5a5a;border-left: 10px solid transparent; content: ""; display: inline-block; left: 11px; position: absolute; top: -9px;border-top: 0;}
.navbar-nav > li.open> ul.dropdown-menu li.open> ul.dropdown-menu> li.open> ul.dropdown-menu:before{border-right: 10px solid transparent; border-bottom: 10px solid #333;border-left: 10px solid transparent; content: ""; display: inline-block; left: 11px; position: absolute; top: -9px;border-top: 0;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background:none;}
.mid-text-box-inner{margin-top:0;}
.our-term-box .pull-right{float:none !important}
.our-term-box h4{font-size: 20px; margin-top:15px;}
.single-slide-item-table h2{ font-size:22px; top:50%;}
.single-slide-item-table h2 span{ font-size:18px;}
.services-slider-area{ margin:0;}
.services-slider-area .service-item ul li{ width:50%; font-size:15px; height:auto; padding:25px 0; border-bottom:solid 1px rgba(255,255,255,0.3); height:72px; }
a.getintuch { margin: 0;font-size: 12px; padding: 0 10px; border-top-left-radius: 5px; border-top-right-radius: 5px;  top: 60%; left: -30px;}


.team-home img{ margin:0;}
.team-home .about-hm .content-50 h2{ text-align:center; font-size:24px;}
.team-home .about-hm .content-50 p{ text-align:center; font-size:15px; line-height:22px;}
.team-home .about-hm{ height:auto; padding:40px 0; float:none;}
.team-home img{ float:none;}
.team-home .about-hm .content-50 {  max-height: 100%; max-width: 100%;  display: block; margin: 0;   margin-right: 0px;  margin-right: 0px;  position: relative;  top: 0; left: 0; margin-right: 0; transform: none;}
.team-home .about-hm .content-50 a { text-align: center;  font-size: 16px;  float: none; display: block;}

.workwith-us-home img{ margin:0;}
.workwith-us-home .about-hm .content-50 h2{ text-align:center; font-size:24px;}
.workwith-us-home .about-hm .content-50 p{ text-align:center; font-size:15px; line-height:22px;}
.workwith-us-home .about-hm{ height:auto; padding:40px 0; float:none;}
.workwith-us-home img{ float:none;}
.workwith-us-home .about-hm .content-50 a { text-align: center;  font-size: 16px;  float: none; display: block;}
.workwith-us-home .about-hm .content-50 {  max-height: 100%; max-width: 100%;  display: block; margin: 0;   margin-right: 0px;  margin-right: 0px;  position: relative;  top: 0; left: 0; margin-right: 0; transform: none;}
.map-section{ padding-top:30px;}
.map-section h2{ font-size:24px;}
.map-section iframe { width: 100% !important; height: 200px !important;}
footer .sub-footer p{ text-align:left;}
footer{ padding-top:50px;}
.col-md-4.footer-lft.aos-init img.img-fluid{ margin-bottom:25px;}

.tp-fx-head{display: none;}
.navbar-nav>li{display: block; text-align: left; opacity: 1;}
.banner-btm .mx-auto{position: relative;}
.banner-btm{padding: 0;}
.banner-btm .card-body{padding: 35px 15px;}
footer .sub-footer ul.socialmedia{float: left !important;}
[data-aos^=fade][data-aos^=fade]{opacity: 1 !important;}
.hm-abt{padding-bottom: 20px;}
#about-hm .hm-abt-lft, .hm-career .hm-abt-lft, .hm-team .hm-abt-rht{padding-top:50px;}.pull-right
footer .pull-right{padding-left: 15px;}
.inner-breadcrum-sec h2{font-size: 18px;}
.navbar-toggle {border-color: #333;}
.navbar-toggle .icon-bar {background-color: #fff;}
.navbar-toggle .icon-bar {display: block; width: 22px; height: 2px; border-radius: 1px;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}
	
}


@media(min-width:992px){
	.navbar-collapse  ul > li > ul.dropdown-menu{box-shadow:0 0 0; width:250px; padding:0;}
    .navbar-collapse ul > li:hover > ul.dropdown-menu{display:block;}
	.navbar-default .navbar-nav > li > a:hover{}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{}
    .fixedhead {position: fixed; top: 0; width: 100%; z-index:999; border-bottom:1px solid #ddd;}
	.navbar-default .navbar-nav > li.dropdown.nosingl{position:relative;}
	.navbar-default .navbar-nav > li.dropdown.nosingl > ul.dropdown-menu{width:300px;}

    .navbar-header {
    display: none;
}
.collapse:not(.show) { display: block;}


}

/* index page new css */
 .services {
  background: #f6f6f6;
  position: relative;
  display: block;
  clear: both;
  padding-top: 50px;
  padding-bottom: 20px;
}

.services .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.services .section-title h2 {
  color: #E95C30;
  font-size: 1.2vw;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 3.9px;
  position: relative;
}

.services .section-title h2:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 3%;
  margin: auto;
  border-bottom: 2px solid #e95c30;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.services .section-title h3 {
  color: #666666;
  font-size: 2.2vw;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.ser-bx {
  height: 35vh;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #FFFFFF;
  border-style: dotted;
  border-width: 2px 2px 2px 2px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

.ser-bx a{
 cursor: context-menu;
 text-decoration: none;
}

.ser-bx:hover {
  background-color:#083f62;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #131A46;
}

.ser-bx:hover h4 {
  color: #e95c30;
}

.ser-bx:hover p {
  color: #fff;
}

.ser-bx:hover .serv-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.serv-img {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.serv-img img {
  width: 20%;
}

.ser-bx h4 {
  color: #131a46;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.3em;
}

.ser-bx p {
  color: #333333;
  font-size: 0.9vw;
  font-weight: 500;
}

/* about us page */
.about-us-row p{
    color: black;
    font-size: 14px;
}

/* .about-us-second h3{
        padding-bottom: 9px;
    border-bottom: 1px solid black;
        margin-bottom: 8px!important;
} */

.about-us-second h3{
        padding-bottom: 9px;
        border-bottom: 3px solid #083f62;
        margin-bottom: 8px!important;
        width: 10%;
}
.hero-image-aboutus{
     background-image: url(../image/inner-banner/about-us.jpg);
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-aboutus:before ,.hero-image-services:before, .hero-image-contact:before, .hero-image-career:before, .hero-image-blog:before  {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
}

/* services page css */
.hero-image-services{
     background-image: url(../image/inner-banner/sevices.jpg);
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* career page */
.hero-image-career{
     background-image: url(../image/inner-banner/career.jpg);
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
/* contact us page */
.hero-image-contact {
    background-image: url(../image/inner-banner/contact-01.jpg);
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* blog page */
.hero-image-blog{
     background-image: url(../image/inner-banner/blog.jpg);
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text h1 {
    padding-left: 15px;
    font-size: 30px!important;
}
.hero-text {
 
    position: absolute;
    /* top: 49%; */
    left: 8%;
    top: 30%;
    /* left: 18%; */
    /* transform: translate(-50%, -50%); */
    color: white;
    padding: 20px;
}
.breadcrumb {
    background-color: transparent!important;
}

.breadcrumb {
    padding: 0.75rem 0rem !important;
}

.breadcrumb-item a {
    text-decoration: none!important;
    color: white;
}
.breadcrumb-item.active {
    color: #fff;
    /* font-weight: 700!important; */
}

.item {
    /* background: #fff; */
    /* width: 300px; */
    text-align: center;
    padding: 0px 5px;
    -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 22px rgb(0 0 0 / 7%);
    border-radius: 20px;
    border:2px solid rgb(8 63 98);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
    min-height: 225px;
}
.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #083f62;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item p {
       font-weight: 800;
    font-size: 14px;
}

.right_cont_form {
    margin: 20px;
    background: #083f62;
    padding: 20px 54px;
    color: #fff;
}
.right_cont_form h3 {
    position: relative;
}
.right_cont_form h3:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 158px;
    top: 43px;
    background: red;
    left: 1px;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
label {
    margin: 13px 0px;
}
input[type=text],input[type=tel], select, textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}


/* audit us page */
.audit-us-row{
    margin-top: 50px;
}
.audit-second-para , .audit-us-row{
    font-size: 15px !important;

}

   
.audit-second-para h4{
        padding-left: 16px!important;
}

.book-keeping-row ul>li, .book-keeping-row p{
    font-size: 15px !important;
}

/* tax page */
.tax-row  h3, .tax--para h3{
     /* border-bottom: 1px solid black; */
        border-bottom: 3px solid #083f62;
    padding-bottom: 10px;

}

section.home-slider-area img {
    width: 100%;
}

.sub-tax{
        width: 20%;
        /* border-bottom: 1px solid black; */
           border-bottom: 2px solid #083f62;
    padding-bottom: 10px;
}

.top-div {
 background: #083f62;

    height:36px;
    width: 100%;
}
.top-div p{
    border-left: 1px solid white;
   padding: 0px 12px;
    color: white!important;
    text-align: end!important;
    margin-top: 6px;
    color: #fff;
}
.top-div .second-para{
    margin-right: 184px;
}
.top-div p a{
    text-decoration: none;
    color: #fff;
}
.logo-web img{
    margin-top: -13px;
}



.whatsapp {
    right: 21px;
    z-index: 999;
    position: fixed;
    bottom: 97px;
}


/* back to top */
.back-to-top {
      position: fixed;
    display: none;
    right: 20px;
    bottom: 30px;
    z-index: 99;
  border-radius: 23%;
    height: 50px;
    width: 50px;
    background-color: #083f62;
    color: #fff;
}
.back-to-top:hover{
  /* background-color: grey; */
    color: #fff;

}
.back-to-top i{
     position: relative;
    font-size: 30px;
    left: 0px;
    top: 3px;
}
.back-to-top :hover{
  /* color: grey; */
}

.footer-cntr p .footer-span{
    margin-left: 10px;
}
.footer-cntr, .footer-rht{
    padding-left: 17px!important;
}


.rd-more {
    border: 2px solid #fff;
    padding: 8px;
    color: #fff;
    background: #083f62;
}

/* newsletter page */
.card-new{
        border: 1px solid #083f62;
}
.card-new a{
    border-bottom: 3px solid #083f62;
    } 
.card-body-new h1{
    font-weight: 900;
}

/* footer */
.f-last{
        min-height: 291px;
        border-right: 1px solid #fff;

}

.item a{
        color: #6d8394;
}

.plz-wait{
    display: none;
}
/* @media screen and (max-width:520px){
    


body{
    overflow-x: hidden;
}

.services .section-title h2 {
    color: #E95C30;
    font-size: 4.2vw;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3.9px;
    position: relative;
}

.top-div p{
    display: none;
}

.services .section-title h2:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 16%;
    margin: auto;
    border-bottom: 2px solid #e95c30;
    position: absolute;
    left: 0;
    padding-bottom: 3px;
    right: 0;
    top: 100%;
}
.ser-bx {
    height: 25vh;
    }

.ser-bx h4 {

    font-size: 4.3vw;
}
.ser-bx p {
    font-size: 2.9vw;
}
   footer p {
    font-size: 12px;
        padding-bottom: 4px;

}
.hero-image-aboutus {
   z-index: 1;
}



} */