@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Roboto", serif !important; color: #444444;}
a {
  color: #084a94;
  font-family: "Roboto", serif !important;
}
span,p,ul,ol,li,table,strong,b,::placeholder{font-family: "Roboto", serif !important;}
.table-responsive {
  overflow-x: auto;
  padding-left: 0;
  padding-right: 0;
}
#MenuControl_C {
    overflow: visible !important;
    height: 0px !important;
}
div#MenuControl {
    height: 0px !important;
}
.boder1 {
    border: solid 1px #b5b1b1;
    margin-left: 10px;
    height: 150px;
    box-shadow: 1px 1px 5px gray;
    padding: 31px;
    margin: 20px 10px;
    border-radius: 10px;
}

.hm-team1{ background:url(../Image/team-bg.jpg) no-repeat; background-attachment: fixed; padding:50px 0;}
.team-bx1{display: block;position: relative;width: 100%;margin: 0 auto;margin-top: 30px;margin-bottom: 62px;}
.team-bx1 .desc{
    background: #fff;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 12px -9px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 12px -9px rgb(0 0 0 / 17%);margin-bottom: 1.5rem;
}
.team-bx1 .icon {position: absolute; top: -25px; left: 30px; text-align:center; width: 50px; height: 50px; border-radius: 50%;    background: #f8f8f8;}
.hm-team1 .team-bx1 .icon span { font-size: 30px; color: #fb0000;line-height: 50px;}
.hm-team1 .team-bx1 .desc:after {
    position: absolute;
    bottom: -10px;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.hm-team1 .head-hm {color: #fff;}
.hm-team1 .border-btm1{border: 2px solid #fff;}
.user-img1 img{width: 100px;height: 100px;position: relative;border-radius: 50%;background: #fff;border: 1px #000 solid;margin-right:20px;}
.team-bx1 .team-cont1{padding-left: 30px;}
.team-bx1 .name1 {font-weight: 600;font-size: 20px;margin-bottom: 0;color: #010101 !important;text-transform: uppercase;}
.team-bx1 .position1 {  font-size: 15px; color: #000; font-weight: 500; line-height:40px}
.team-bx1 .team-cont1 a{background:#fb0000; color:#000; text-decoration:none; padding:10px 20px;}
.hm-team1 .team-bx1 p{color:#555; text-align:justify;}

.services-home
{
	
}
.services-home .h2
{
	background:url(../images/service-h3.jpg); text-align:center;
}
.services-home .h2 h2
{
	color: #fff;
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    padding: 30px 30px;
    margin: auto;
    position: relative;
    display: inline-block;
}
.services-home .h2 h2:before 
{
	content: " ";
    position: absolute;
    top: 50%;
    left: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.services-home .h2 h2:after 
{
	content: " ";
    position: absolute;
    top: 50%;
    right: -30%;
    width: 35%;
    height: 2px;
    background: #fff;
}
.services-home-inner
{
	padding:25px;
}
.services-home-inner ul
{
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.services-home-inner ul li
{
	width: 32.333333%;
    padding: 10px;
    display: inline-block;
    list-style: none;
}
.services-home-inner ul li .title
{
	position:relative;
}
.services-home-inner ul li .title .image
{
    position: relative;
    overflow: hidden;
}
.services-home-inner ul li .title h3
{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff0017;
    color: #fff;
    margin: 0;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 600;
}
.services-home-inner ul li .title h3:after 
{
	content: " ";
    position: absolute;
    top: 0;
	bottom:0;
    right: -51px;
    width: 51px;
    height: 100%;
    background: url(../images/heading-service-arrow.png) top no-repeat;
}
.services-home-inner ul li:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	-webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -o-filter: grayscale(100%);
       -ms-filter: grayscale(100%);
       filter: grayscale(100%);
       transition: 0.2s linear;
}
.services-home-inner ul li p
{
	text-align:left; margin:10px 0;
}
.services-home-inner ul li a
{
    color: #ff0017;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-align: left;
    position: relative;
    z-index: 999;
    margin-top: 6px;
}
.services-home-inner ul li a i
{
    font-size: 20px;
}
.services-home-inner ul li a:hover
{
	letter-spacing:3px; color:#000;
}


@media only screen and (max-width: 480px) {
    .services-home-inner ul li {
        width: auto;
    }
}
@media only screen and (max-width: 960px) {
    .services-home-inner ul li {
        width: 100%;
        padding: 5px;
    }
}

@media (min-width: 767px) and (max-width: 1920px){
	#widgetsControl {
    margin-top: 0px;
}
	.bg-light {
 background-color: transparent !important;
}
.navbar-toggler[aria-expanded="true"] {
    visibility: hidden;
}
.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after{content:"x";position: fixed;top: 0px;right: 0px;width: 40px;height: 40px;background: #000000;color: #fff;font-weight: bold;border-radius: 50%;line-height: 35px;visibility: visible;}
#MenuControl .nav-link:focus, #MenuControl .nav-link:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.navbar-toggler {
    background: #8d0404;
    /* margin: 15px 15px 15px 0; */
    /* position: fixed; */
    right: 5px;
    /* top: 5px; */
    margin-top: -112px;
    z-index: 9999999;
    /* filter: invert(1); */
    opacity: 1;
    border: #8d0404;
    /* transform: rotate(90deg); */
}
.body-fx .navbar-collapse { display: none;}
.body-fx .navbar-collapse.show{background: #8d0404;position: absolute;text-align: left;display: block;/*width: inherit; */float: right;right: 0;height: 100vh;overflow: hidden;min-width: 40%;top: 0;display: block;overflow-y: auto;animation: fadeInRight 300ms;transition: 0.5s;z-index: 99999999999999999;}
.nav-fill .nav-item{text-align: left; padding:5px 10px;}
.navbar-collapse{min-width: 30%;height:100vh;position: fixed;right: 0;top: 0px;padding-top: 65px;transition: none;-webkit-transform: translateX(0);transform: translateX(0);overflow-y: auto;}
.navbar-collapse.show{animation: fadeInRight 300ms;transition: 0.5s;z-index: 99999999999999999;}
.navbar-collapse {
    background: #8d0404;
    border: 4px solid #8d0404;
}
.navbar-toggler-icon {
    filter: invert(1);
}
}
.list-about li {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}

.fa{font-family:FontAwesome !important;}
.rdHorizontal .RadDock {
    float: right;
}
.cont-page h2{font-size: 24px;font-weight: 600;text-align: left;text-transform: uppercase;}
.cont-page h5{text-align:left;font-size: 20px;}
a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif !important;
}

section.bnr{padding:0;}
img{max-width:100%;}

/*navbar*/
.inner-page{font-family: "Roboto", serif !important;font-weight:normal;Font-size: 14px;color:#333;line-height:24px;text-align:justify;}
#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}

.par-col-inner{margin-bottom:15px;}
  .banner-sec .carousel-inner>.carousel-item:before {content: '';position: absolute;left: 0;bottom: 0px;overflow: hidden;width: 55%;height: 100%;z-index: 1;background: rgb(0 0 0 / 25%);}

.team-boxes .media-object{width: 85px;
    height: 85px;
    border-radius: 50%; margin:0 auto;}
	
.team-boxes h3{    color: #aca59b;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 170px; margin-top: 8px;}
.team-boxes h3 span{display:block;     font-size: 12px; margin-top:5px;}
	
.team-boxes .media-left{    text-align: center;}
.team-boxes .media-body .media-heading{font-size: 15px;
    color: #666;}
.team-boxes .icon-ull li{margin-bottom: 4px;     text-align: justify;}
.team-boxes p{text-align:justify;}
.team-boxes{    margin-bottom: 50px;}
.team-boxes a{    color: #aca59b;
    text-align: right;
    padding-top: 10px;     display: block;}
	
.team-boxes a[data-readmore-toggle]{display:none !important;}
	
.par-cont{background: #584a3f;
    color: #fff;
    padding-left: 0;
    list-style: none;  margin-bottom: 0;
    margin-top: 20px;
}
.par-cont li{    display: inline-block;
    padding:6px 0px 6px 18px;}
.par-cont li img{vertical-align: top;}

/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.cont-heading {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    background:#584a3f;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}
.heading-innerpage {background-image: linear-gradient(to right, rgb(251 0 0), rgb(18 17 17));padding: 20px 30px;margin-bottom: 30px;margin-top: 0px;}
.heading-innerpage h1 {font-weight: 600;Font-size: 28px;color: #fff;line-height: 30px;text-align: left;border-left: 3px #fff solid;padding-left: 20px;margin-bottom: 10px;}

.cont-page .st-feature-box{
    background: #fb0000;
    font-family: "Roboto", serif !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: justify;
    color: #fff;
    padding-left: 15px;
    }
    .content {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: auto;
      overflow: hidden;
      padding: 5px;
      margin-top: 35px;
  }
  
  .content .content-overlay {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      height: 97%;
      width: 97%;
      left: 5px;
      top: 5px;
      bottom: 0;
      right: 0px;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
  }
  .content:hover a{color:#fff;}
  .content:hover .content-overlay {
      opacity: 1;
  }
  
  .content-image {
      width: 100%;
      height:300px;
      box-shadow: 1px 1px 8px #504e4e;
  }
  
  .content-details {
      position: absolute;
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      width: 100%;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details {
      top: 50%;
      left: 50%;
      opacity: 1;
  }
  .lst-rw ul{list-style: none;padding-left:10px;}
  .lst-rw li{
	  line-height: 38px;
	 }
  .lst-rw i{
    margin-right: 12px;
    font-size: 16px;
    background: red;
    border-radius: 50%;
    color: #fff;
    padding: 4px 6px;
    height: 25px;
    width: 25px;
  }
.vs-ms{padding: 30px 0 45px;}
.values p{font-weight:600;}
  .srv-pg p{font-size: 17px;margin-top: 30px;}
.srv-pg ul{list-style:none;}
.srv-pg li{font-size:18px;line-height: 60px;}
.srv-pg i{color: #fb0000;margin-right:20px;}
  .content-details h3 {
      color: #fff !important;
      font-weight: 500;
      letter-spacing: 0.15em;
      margin-bottom: 0.5em;
      font-size: 16px;
      text-transform: uppercase;
  }
  
  .content-details p {
      color: #fff;
      font-size: 0.8em;
  }
  
  .fadeIn-bottom {
      top: 80%;
  }
  
  .fadeIn-top {
      top: 20%;
  }
  
  .fadeIn-left {
      left: 20%;
  }
  
  .fadeIn-right {
      left: 80%;
  }
  
.cont-page .feature-box-image{margin-top: 13px;margin-bottom: 15px;}

.brnh-off p{margin-bottom:2px;}

.vs-ms .sr-sc{margin: 0 20px;}
.sr-sc {
  box-shadow: 0px 0px 7px 0px #d2d1d1 !important;
  padding: 5px;
  margin: 5px;
  min-height: 250px;
}
.sr-sc img{width:100%;}
.tm-cont {
  padding: 20px;
}
.tm-cont h3 {
  color: #e03a3c;
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
  text-shadow: none;
}
.tm-cont p {
  margin-bottom: 0;
}
#team-bx span {
    font-size: 25px;
}
#team-bx .btn-about{margin-top: 70px;}
#team-bx .carousel-inner {
  overflow: visible;
}
#team-bx .carousel-control-prev, #team-bx .carousel-control-next {
  opacity: 1;
  height: 30px;
  display: block;
  color: #fff;
  width: 30px;
  background: red;
  border-radius: 50%;
}
#team-bx .carousel-control-prev {
  background-image: none;
  position: absolute;
  left: -1%;
  top: 40%;
}
#team-bx .carousel-control-next {
  background-image: none;
  position: absolute;
  top: 40%;
  right: -1%;
  left: unset;
  z-index: 9999;
}


/*contact*/

.container-fluid{/*padding-left:2px; padding-right:2px;*/}

.head-hm {
    text-transform: uppercase;
    font-weight: bold;
    color: #150303; font-size:40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}
div#MenuControl {
    float: left !important;
}
.head-hm span {
    color: #fb0000;
}
.border-btm {
    margin-left: 0;
    position: absolute;
    left: 0;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #150303;
    bottom: 0px;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
.border-btm:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #fb0000;
}
.border-btm:after {
    position: absolute;
    content: '';
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #fb0000;
}
.team-page ul{padding-left:20px;}
.team-card {
  margin: 5px;
}
.team-card img {
  margin: 0;
  box-shadow: 1px 1px 9px #ff0000;
}
.team-card p {
  color: #1a1010;
  margin: 10px 10px 10px -50px;
}
.professional-page ul{padding-left:20px;}


.sc-sz{padding:30px 0;}
.master-heading .main-heading{
	font-weight: bold;
	Font-size: 32px;
	color: #000;
	text-transform:capitalize;
	border-bottom: none !important;
	margin-top: 20px;
}
.sc-sz .nav-pills .nav-link {
  background: #3d475a;
  margin: 1px 0;
  text-align: left;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: .5px;
}

.sc-sz .nav-pills .nav-link.active {
  background-image: linear-gradient(45deg, #3d475a, #3d475a, #f70101);
}

.sc-sz .nav-pills .nav-link img {
  width: 65px;
  margin: 0 15px 0 0;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}

.sc-sz .tab-pane p {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 20px;
}

.ofc-sz{
	box-shadow: 1px 1px 7px #ddd1d1;
	padding: 30px;
	margin-bottom: 40px;
	border-radius: 10px;
}
.ofc-sz:hover{background: #f60000;}
.ofc-sz:hover h4{color:#fff;}
.ofc-sz:hover img{background:#fff;border-radius:50%;padding: 5px;}
.sl-fc{text-align:center;}
.sl-fc img{width: 80px;margin-bottom: 20px;}
.offices .sub-heading-1{margin-bottom:45px;}
.offices h4{
    color: #114e7e;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 0;
}
.cl-sl{box-shadow:1px 1px 5px gray;padding: 45px;margin: 20px 10px;border-radius: 10px;}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{padding:0; overflow: hidden; position:relative;}
.bnr-cont{position: absolute;bottom: 70px;color:#eee;left: 8%;width: 45%;text-align: left;z-index: 9;bottom: 150px;}
.bnr-cont h2{font-size: 52px;line-height:60px;font-weight:600;text-shadow:#181818 5px 4px 6px;}
.bnr-cont h2 span{font-size: 42px;line-height: 90px;font-weight:800;color:#fff;margin-top: unset;padding-top: unset;}
.bnr-cont h4{font-size:30px;line-height:40px;font-weight:800;margin-top: 10px;color:#fff;}
.bnr-cont p{ font-size:18px; line-height:30px; color:#fff; text-align:justify;}
.bnr-sec .fa{line-height:20px;font-size: 18px; font-weight: 300;}
.bnr-sec .btn{background: #fb0000; color: #fff; font-weight: bold;}
.bnr-sec .btn .fa{margin-left:5px;}
.carousel-indicators li{background-color:#fff; width:15px; height:15px; border-radius:50%;border: 5px solid #fb0000; opacity:1; margin:0;}
.carousel-indicators .active{border: 5px solid rgba(254,254,254,1); background: #150303; width: 15px; height: 15px; margin: 0;}
.carousel-inner>.item:before {content: ''; position: absolute; left: 0; bottom: 0px; overflow: hidden;  width: 50%;  height: 100%;  z-index: 1; background: rgba(0,0,0,.2);}
.container {overflow: hidden;}
.carousel-indicators li{background-color:#fff; width:15px; height:15px; border-radius:50%;border: 5px solid #083a83; opacity:1; margin:0;}
.carousel-indicators .active{border: 5px solid rgba(254,254,254,1); background: #150303; width:5px; height: 5px; margin: 0;}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# banner-btm
--------------------------------------------------------------*/
.banner-btm{position:relative; background: #f8f8f8;}
.banner-btm-left{background:#fb0000; position:relative;color: #fff;padding-bottom:42px;padding-top:60px;}
.banner-btm-right {padding: 120px 20px;}
.banner-btm-left h3{padding-bottom:30px;}
.banner-btm:before{background:#fb0000; position:absolute; content:''; height:100%;width: 120px;}
.banner-btm .sub-btn-hm{cursor: pointer; color: #fff; background: #150303; padding: 10px 30px; line-height: 26px; border: none; border-radius: 10px; font-size: 20px; width: 100%;}
.banner-btm label{font-weight: 900; margin-top: 20px;  font-size: 16px;}
.banner-btm .form-control{height:40px;background: transparent; border: 0; border-bottom: 1px solid #eee; box-shadow:none;}
.banner-btm .banner-btm-left ::placeholder{color:rgba(240,240,240,.7);}
.map-hm-rht{padding-right: 40px;}
.banner-btm .banner-btm-bx:hover{background:#fb0000; transition:ease-in-out .5s;}
.banner-btm .img-box{align-items: center;justify-content: center;height: 100px;width: 100px;display:flex;transition:.5s;}
.banner-btm .banner-btm-bx .fa{font-size: 40px; color: #150303}
.banner-btm .banner-btm-bx:hover .fa{font-size: 40px; color: #fff;}
.banner-btm .cont-bx{width: calc(100% - 100px); margin-left:20px;}
.banner-btm .cont-bx h4{color:#fb0000; font-size:26px;}
.banner-btm .cont-bx h4 a{color:#fb0000;}
.banner-btm .cont-bx:hober h4 a{color:#150303;}
.banner-btm .cont-bx p{font-size:16px;}
.banner-btm .banner-btm-bx{background:#fff;box-shadow: 0 0 29px 0 rgb(68 88 144 / 20%);padding:30px;display:flex;margin-bottom: 25px;transition:ease-in-out .5s;}
.banner-btm .banner-btm-bx:hover{background:#fb0000; }
.banner-btm .banner-btm-bx:hover .cont-bx h4 a, .banner-btm .banner-btm-bx:hover .cont-bx p{color:#fff; }
/*--------------------------------------------------------------
# banner-btm
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.service-box-cont h3{margin-bottom:20px;color: #000;}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}


/*topbar*/
#topbar {background: #fb0000;color: #fff;padding:0;box-shadow: 5px 5px 10px #ccc;}
.contact-info ul{margin-bottom:0}
#topbar .social-lnk{position:relative;}
#topbar .social-lnk a{}
#topbar .social-lnk i{font-size: 20px;color: #fff;line-height: 50px;width: 50px;height: 50px;background: #8d0404;text-align: center;transition:.5s;}
#topbar .social-lnk i:hover{background: #000;}
#topbar .contact-info{text-align:left;}
#topbar .contact-info ul li { display: inline;}
#topbar .contact-info ul li i{color: #8d0404;margin-right:5px;font-size: 20px;}
#topbar .contact-info ul li a { display: inline-block; font-size: 14px; line-height: 40px; padding: 0 0px;  margin-right:10px;color: #fff; font-family: "Roboto", serif !important;  -webkit-transition: all .3s ease; transition: all .3s ease;}
	
/*topbar*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /* padding: 10px 0; */
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /*background:rgba(0,0,0,0.75);*/
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 margin: 5px auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", serif !important;
  font-weight: 700;
  letter-spacing: 3px;
}


.ser-bx {margin-bottom: 40px;border-radius: 3px;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;background: #fff;-webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);box-shadow: 2px 2px 6px #ccc8c8;}
.ser-bx .img {width: 100%; height: 216px; /*border-bottom:#dd9933 2px solid;*/ overflow:hidden; transition:all .5s;}
.ser-bx img  { -webkit-transform: rotate(15deg) scale(1.4);  transform: rotate(15deg) scale(1.4); transition:.5s;}
.ser-bx:hover img {-webkit-transform: rotate(0) scale(1);  transform: rotate(0) scale(1);}
.ser-bx .text {background: #fff; width: 90%; text-align: center; padding: 0 0px 20px; margin:0 auto; margin-top:-50px; position: relative;}
.ser-bx .text .icon:after{/*content:''; width:60px; height:40px; background: #dd9933; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;*/}
.ser-bx .text .icon {
    width: 100%;
    position:relative;
    height: 6px;
    padding: 0 10px;
    text-align:left;
    /*border-radius: 50%;*/
    font-size: 20px;
    font-weight: bold;
    background: #000;
    /*margin: -62px 0 20px;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text h3 {font-weight: 600;font-size: 17px;color:#000;margin-bottom: 0;margin-top: 7px;}
.ser-bx .text h3 span{color: #738391;}
.ser-bx .text p{font-size: 16px;line-height:26px;padding: 0 10px;text-align: justify;}
.ser-bx .text .btn-custom { position: absolute; transition: all 0.3s ease; /*bottom: -45px;*/ left: 0; right: 0;  width: 150px;
    background: #000; color: #fff; padding: 12px 10px; border-radius: 3px;  margin: 0 auto; text-transform: uppercase; font-weight: 500; font-size: 14px;}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {background: #5b6d7e;color:#fff;}
.ser-bx:hover .text .icon .fa{ color: #fff;}
.ser-bx:hover .text .btn-custom { background: #dd9933;}
.professional-page a{
  color: #fff;
  background: #fb0000;
  padding: 10px 20px;
  font-size: 15px;
  width: auto;
}
.professional-page a:hover{
  background-color: #150303;
  color:#fff;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}
.gallery-pg img{margin-bottom: 25px;}
#header #logo img {
  padding: 0;
  margin: 0;
}
.tp-fx-head {
    position: fixed;
    z-index: 9;
    top: 50%;
    color: #fff;
    font-weight: bold;
    right: -54px;
}
.btn-tch{
    margin: 0;
    font-size: 20px;
    transform: rotate(270deg);
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 20px;
    display: block;
    cursor: pointer;
    background: rgba(255, 0, 0, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-tch:hover{color:#fff;}
.menu-sec{background: #150303;}
.col-md {-webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%;}
.d-flex{display: flex;}
.align-items-center{align-items: center;}
#header .icon .fa {color: #fb0000; font-size: 36px; line-height: 1;}
#header .con .text {padding-left: 10px;}
#header .con .text span { color: #fb0000;}
#header .con .text span, header .top-wrap .con .text strong { display: block; line-height: 1.4; color: #aaaaaa;  font-size: 14px;}
#header .col-md-8.d-flex{/* padding:10px 0; */}

.menu-rht-sec {position: fixed;z-index: 999;top: 50%;color: #fff;font-weight: bold;right: -103px;}
.menu-rht-sec h5{margin:0;font-size:20px;transform: rotate(270deg);color: #fff;font-weight:bold;line-height:25px;padding:10px 20px;display:block;cursor: pointer;background:#ff0000;border-top-left-radius:10px;border-top-right-radius:10px;}
.menu-rht-sec a{color:#fff}
.menu-rht-sec a:hover{text-decoration:none;}

a{text-decoration:none;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-sec{padding: 40px 0;/* background:url(../Image/abt-bg.jpg) no-repeat; *//* background-size:100% 100%; *//* background-attachment: fixed; */;}
.about-sec h3{text-align:justify; line-height:25px; color:#fff;}
.about-sec p{text-align:justify;line-height: 30px;font-size: 15px;}
.about-sec ul li{text-align:justify; line-height:30px; color:#fff;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{padding:50px 0;/* background:#f5f5f5; */}
.services .service-box{margin-bottom: 30px;
    position: relative;
    z-index: 0;margin-top: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.services .service-box .icon {height: 200px;
    width: 200px;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 50% 0 50% 50%;border: 10px solid #fff;
    margin: 0 auto;
    z-index: 0;text-align: center; overflow:hidden;}
.residence h3{color: #ff0000;font-size: 16px;text-align:center;margin:10px 0;font-weight: 600;}
.services .service-box:hover .icon{/*transform:rotate(-20deg);*/ border-radius: 0% 50% 50% 50%;}
.services .service-box:hover img{ transition:.5s;}
.services .service-box:hover .icon img{transform:scale(1.3);}
.services .service-box .icon .fa{font-size:80px; line-height:150px; color:#fb0000;}
.services .service-box-cont{
    position: relative;
    background: #fff;
    padding: 110px 30px 30px 30px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -100px;
    z-index: -1;
    -webkit-box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    -moz-box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    text-align:
    center;
 }
	
.services .service-box:hover .service-box-cont{background: #fb0000; color: rgba(255, 255, 255, 0.8); }
.services .service-box p{text-align:center;font-size:15px;margin-bottom: 30px;color: #000;line-height: 25px;}
.services .service-box:hover .service-box-cont p, .services .service-box:hover .service-box-cont h3{color:#fff;}
.services .service-box:hover .service-box-cont p a{background:#150303;}
.services .service-box-cont p a{color:#fff;background:#fb0000;padding:10px 20px;}
.services .col-md-4{position:relative;}

/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/

.hm-team{background:url(../Image/team-bg.jpg) no-repeat;background-attachment: fixed;padding:50px 0;width: 100%;background-size: cover;}
.team-bx{display: block; position: relative; width: 97%; margin: 0 auto; margin-top: 30px;}
.team-bx .desc{
    background: #fff;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 12px -9px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 12px -9px rgb(0 0 0 / 17%);margin-bottom: 1.5rem;
}
.team-bx .icon {position: absolute; top: -25px; left: 30px; text-align:center; width: 50px; height: 50px; border-radius: 50%;    background: #f8f8f8;}
.hm-team .team-bx .icon span { font-size: 30px; color: #fb0000;line-height: 50px;}
.hm-team .team-bx .desc:after {
    position: absolute;
    bottom: -10px;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.hm-team .head-hm {color: #fff;}
.hm-team .border-btm{border: 2px solid #fff;}
.hm-team .user-img img{ width: 80px; height: 80px; position: relative; border-radius: 50%; background: #fff; margin-right:20px;}
.team-bx .team-cont{padding-left: 30px;}
.team-bx .name {font-weight: 600;font-size: 16px;margin-bottom: 0;color: #fb0000 !important;text-transform: uppercase;}
.team-bx .position {  font-size: 13px;  text-transform: uppercase; color: #fff; font-weight: 500;}
.team-bx .team-cont a{background:#fb0000; color:#fff; text-decoration:none; padding:10px 20px;}
.hm-team .team-bx p{color:#555;text-align:justify;font-family: "Roboto", serif !important;}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact{font-family: "Roboto", serif !important;padding:50px 0; overflow: hidden;}
.contact .info-box {color: #444444;text-align: center;box-shadow: 0 0 30px rgb(214 215 216 / 60%);padding: 10px 0 2px 0;border-radius: 4px;/* margin-top: 20px; */margin-bottom: 11px;min-height: 117px;}
.contact .info-box i {width: 40px;height: 40px;font-size: 26px;color: #fb0000;border-radius: 50%;padding: 0px;border: 2px dotted #f8d4d5;line-height: 40px;}
.contact .info-box h3 {font-family: "Roboto", serif !important;font-size: 16px;color: #777777;font-weight: 700;margin: 5px 0;}
.contact .info-box p {font-family: "Roboto", serif !important;padding: 0;line-height: 24px;font-size: 13px;margin-bottom: 0;}
.contact .map-hm-rht { box-shadow: 0 0 30px rgb(214 215 216 / 60%); padding: 30px; border-radius: 4px; margin-top: 20px;}
.contact .sub-btn-hm {background: #fb0000; border: 0; padding: 10px 32px; color: #fff; transition: 0.4s; border-radius: 4px;}
.contact .map-hm-rht label{margin-bottom: 0px;}
.contact .form-control{border: 1px solid #ced4da; height:44px;}
.contact .hm-mapp{margin-top:20px;}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #150303;
  padding:10px  0  0;
  color: #fff;
  font-size: 15px;
}

#footer .footer-top {
  /* padding: 60px 0 30px 0; */
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-info{padding: 0 20px 0px 0;}
#footer .footer-add .fa, #footer .footer-email .fa, #footer .footer-phone .fa{font-size:50px; border-bottom:1px solid #d93921;display: block; padding:20px;}
#footer .footer-add p, #footer .footer-email p, #footer .footer-phone p{padding-top:20px;}
#footer .footer-add, #footer .footer-email, #footer .footer-phone{ text-align:center;}
#footer .footer-top .footer-info p {font-size: 14px;line-height: 24px;font-family: "Roboto", serif !important;}
#footer .mb-2 .fa{margin-right:10px; font-size:20px;}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eee;
  color: #fb0000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top ul {
    list-style: none;
    padding: 0;
    /* padding: 0; */
    /* margin: 0; */
}
#footer .footer-top ul i {
    padding-right: 8px;
    color: #fb0000;
    font-size: 12px;
    line-height: 1;
}
#footer .footer-top ul li {
    padding: 10px 0;
    display: inline-block;
    align-items: center;
}
#footer .footer-top ul a:hover {
    text-decoration: none;
    color: #fff;
}
#footer .footer-top ul a{
    color: #fff;
}
#footer .footer-top .social-links a:hover {
  background: #35362c;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #e03a3c;
    bottom: 0;
    left: 0;
}
#footer p{text-align:justify;font-size: 15px;line-height: 22px;color: #fff;}
#footer p a{color: #fb0000; font-weight: bold;}
#footer .footer-info h4{font-size: 22px;}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}
.copyright .container{color:#fff;}
#footer .copyright {text-align: left;padding: 15px 0;background:#150303;border-top: 1px solid #333;}
#footer .credits{ text-align: right; font-size: 14px; color: #fff;}
.credits a{color:#eee; font-weight:bold;}
.top{ position: fixed;  right: 10px;  bottom: 30px;  text-align: center; color: #fff;  background: #150303; padding: 10px 10px; z-index: 9; border-radius: 50%; border: 2px solid #fff; cursor: pointer;  opacity: 0; transition: ease-in 0.5s;}
.top.scll-top { opacity: 1; transition: ease-in 0.5s; bottom: 50px;}
.top .fa {display: block !important;}

@media (max-width: 1200px) {
  .about .content{padding-right: 0;}
}
@media (max-width: 992px) {
  .team .member {margin-bottom: 110px;}
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
    .about-sec {background:#fff;}
  .about {text-align: center;}
	.team-bx1 .name1{font-size:14px;}
	.team-bx1 .position1{font-size:12px;}
	.menu-rht-sec h5{font-size:14px;}
	.menu-rht-sec{right: -75px;}
}
@media (max-width: 767px) {
  #header img{margin:inherit;}
.navbar-toggler{background:#fff;position: relative;top: -59px;}
.navbar-toggle{
    margin-top: -20px;
    position: absolute;
    margin-right: 30px;
    background-color: #fb0000;
    right: 0px;
    }
	.services-home-inner{padding:20px 5px}
    .con{display:none !important;}
    .srv-pg li {
      font-size: 12px;
      line-height: 40px;
  }
  #topbar .social-lnk i {
    font-size: 14px;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background: #8d0404;
 }
.caption{width: 100%;}
.wback .caption{    top: 30%;}
}
@media (max-width: 575px) {

#WidgetControl4{display:none;}
.bnr-cont{display:none;}
}
@media (max-width: 360px) {
.navbar-toggler{background:#fff;position: relative;top:0px;}
}
@media (min-width:1920px) {
.banner-sec img{width:100%;}
}