
* {
  padding: 0;
  margin: 0;
  user-select: none;
}

body {
    font-family: NunitoMedium;
}
strong {
    font-family: NunitoRegular;
}

b{
    font-family: NunitoRegular; 
}
input {
    font-family: NunitoRegular;
}
option,
select {
    font-family: NunitoRegular;
}
td,
th,
tr {
    font-family: NunitoRegular;
}
button {
    font-family: NunitoBold;
}
label {
    font-family: NunitoRegular;
}
span {
    font-family: NunitoRegular;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: NunitoBlack;
}
a {
    font-family: NunitoExtraBold;
     
    color:inherit;
}
p {
     font-family: NunitoSemiBold;
}
ul li {
    font-family: NunitoSemiBold;
}

ol li{
    font-family: NunitoSemiBold;
}
@font-face {
    font-family: NunitoBlack;
    src: url(../fonts/Nunito-Black.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoBlackItalic;
    src: url(../fonts/Nunito-BlackItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoBold;
    src: url(../fonts/Nunito-Bold.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoBoldItalic;
    src: url(../fonts/Nunito-BoldItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoExtraBold;
    src: url(../fonts/Nunito-ExtraBold.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoExtraBoldItalic;
    src: url(../fonts/Nunito-ExtraBoldItalic.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoExtraLight;
    src: url(../fonts/Nunito-ExtraLight.ttf);
    font-display: swap;
}


@font-face {
    font-family: NunitoExtraLightItalic;
    src: url(../fonts/Nunito-ExtraLightItalic.ttf);
    font-display: swap;
}


@font-face {
    font-family: NunitoItalic;
    src: url(../fonts/Nunito-Italic.ttf);
    font-display: swap;
}

@font-face {
    font-family: NunitoLight;
    src: url(../fonts/Nunito-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: NunitoLightItalic;
    src: url(../fonts/Nunito-LightItalic.ttf);
    font-display: swap;
}

@font-face {
    font-family: NunitoSemiBold;
    src: url(../fonts/Nunito-SemiBold.ttf);
    font-display: swap;
}


@font-face {
    font-family: NunitoRegular;
    src: url(../fonts/Nunito-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: NunitoSemiBoldItalic;
    src: url(../fonts/Nunito-SemiBoldItalic.ttf);
    font-display: swap;
}




















.hoot b{
  float: right;
  font-size: 34px;
  color: red;
}
#top {
  /*background: #fff;*/
  overflow: hidden;
  clear: both;
  padding-top: 7px;
  padding-bottom: 7px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  /*position: absolute;*/
    z-index: 999;
 top: 0px;
}

.inner_main_menu {
    margin: 0 auto;
    width: 1150px;
    margin-top: 23px;
}

.inner_main_menu ul {
    text-align: right;
    list-style: none;
 
    margin: 0px;
}

.inner_main_menu ul li {
    float: none;
    display: inline-block;
    position: relative;
}



#main_menu {
   background: transparent;
  
}

.inner_main_menu ul li a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
      padding: 12px 10px; 
position: relative;
z-index: 999; 
}

.inner_main_menu ul li a:hover {
    color: #000;
}

.inner_main_menu ul li ul {
    position: absolute;
    top: 51px;
    left: -9999999px;
    width: 267px;
    background: #fff;
    padding: 0px;
   
    z-index: 9999;
}

.inner_main_menu ul li:hover ul {
    left: 0px;
}

.inner_main_menu ul li ul li {
    float: left;
    width: 100%;
    text-align: left;
}

.inner_main_menu ul li ul li a {
    color: #fff;
 
  /* font-size: 12px;*/
}

.inner_main_menu ul li ul li a:hover {
    background: red;
    color: #262626;
}

.inner_main_menu ul li ul li ul {
    top: 0;
    left: -9999999px;
}

.inner_main_menu ul li:hover ul li ul {
    top: 0;
    left: -9999999px;
}

.inner_main_menu ul li ul li:hover ul {
    top: 0;
    left: 130px;
    /*left: 200px;*/
}

.inner_main_menu ul li:hover a {
    color: #000;
}

.inner_main_menu ul li ul li:hover a {
    color: #6FDA44;
}

.inner_main_menu ul li:hover ul li a {
    color: #000;
}

.inner_main_menu ul li ul li a:hover {
    color: #fff;
}

.main_menu {
    position: relative;
    width: 100%;
}

.logo_area {
    width: 300px;
    text-align: center;
    /*position: absolute;*/
    position: relative;
    left: 15%;
    top: -40px;
    content: '';
    margin-left: -150px;
    z-index: 99999;
    float: left;
    overflow: hidden;
}

.slicknav_menu {
    font-size: 16px;
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99999;
   
    display: none;
    top: 45px;
}

ul .slicknav_nav {
    background: #262626 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 80%;
}

.quck-til {
  width: 1140px;
  margin: 0 auto;
}

.top-sol ul  {
display: flex;
list-style: none;
}


.top-sol ul li a {

list-style: none;
text-decoration: none;
}


.top-sol ul li {
margin-left: 23px;
float: left;
}

.top-sol ul li a{

color: #000; 
}


.top-sol {
  width: 100%;
  overflow: hidden;
}

.top-ul {
  width: 49%;
  float: right;
}

.top-ul li a i {
  border: 2px solid #000;
    padding: 8px;
    border-radius: 50%;
} 

.phn {

color: #000; 
font-size: 20px;
text-decoration: none;
}

.banner {
/* background-image: url(../image/banner-new.jpg);
  background-image: url(../image/banner-new.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 400px;
    padding: 0;
    width: 100%; 
overflow: hidden;*/ 
margin-top: 142px;
}
.bnr-til .bn{
    width: 100%;
    height:473px;
   
}

.bnr-til .mob-bnr{
    display:none;
}

.abt-in {
  width: 48%;
  float: left;
  text-align: justify;
  margin-left: 19px;
}
.abt-in b {
  font-size: 34px;
  
}

.ab-tp {
 margin-top: 23px;
 margin-bottom: 23px;
 overflow: hidden;
}

.abs {
  font-size: 19px;
  text-decoration: none;
  color: #fff;
  background-color: #f15a24;
  padding: 9px 33px 9px 33px;
  margin-left: 45px;
  cursor: pointer;
}

.imags {
  width: 100%;
}

.abp {
  box-shadow: 2px 2px 2px 2px #979797;
}




.mr {
    background-color:#000;
    padding:12px;
    color:#fff;
    text-align:center;
}



.dash {
  width: auto;
  height: 100%;
}


.cont-ds {
  text-align: center;
}

.cont-ds b{
  font-size: 34px;
}

.dash-in {
  display: flex;
}
.dash-lf{
  width: 30%;
  overflow: hidden;
     padding-bottom: 61px;
}
.dash-cn {
  width: 100%;
  position: relative;
  height: 200px;
}
.dash-lf ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 85px;
}
.dash-lf ul li{
  margin-top: 9px;
}

.dash-bg {

}


.dash-lf ul li a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 18px;
  background-color: #f15a24;
  
  font-weight: bold;
  list-style: none;
  text-decoration: none;
  font-size: 1.4em;
  color: #fff;
}

.content__block {
  position: absolute;
  top: 40px;
  left:0 ;
  width: 100%;
  height: auto;
  
  animation: slide 0.8s;
}

.content_block_cm {
 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-top: 13px;
  padding: 23px
}


.content_block_ep {
 
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-top: 13px;
  padding: 23px
}

.content_block_re {

  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-top: 13px;
  padding: 23px
}

.dash-rg {
  width: 70%;
}

.logo-ds {
  text-align: center;
}
.logo-ds img{
   width: 14%;
}






.sev {
  overflow: hidden;
    background-color: #1b1464;
    padding-bottom: 23px;
}

.quick-pds {
  width: 23%;
  float: left;
  margin-left: 19px;
}

.ser-im {
  overflow: hidden;
  background-color: #efefef;
  padding-top: 33px;
  padding-bottom: 33px;
}

.quick-pd-ins {
  width: 23%;
  margin-left: 19px;
  float: left;
}

.ser-tm {
  background-color: #1b1464;
  overflow: hidden;
  padding-top: 23px;
  padding-bottom: 23px;
}

.quick-pd-ins img {
  box-shadow: 1px 2px 8px 2px #000;
}

#footer {
  background-color: #1a1a1a;
  overflow: hidden;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 34px;
  clear: both;
}

.fot-qick{
    display:flex;
    justify-content:center;
}

.fot-qik-logo img{
    background:white;
}
.fot-qick .fot-qik-frst{
     width: 35%;
  float: left;
  position : relative; 
}

.fot-qik {
  width: 20%;
  float: left;
  position : relative;
}

.fot-qik-hdng {
    position: relative;
    padding-bottom: 6px;
}


.fot-qik-hdng::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 60%;
    height: 1px;
    background: #fff;
}

.fot-qik-hdng::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 0;
    width: 60px;
    background: white;
    height: 3px;
}
.fot-qik-hdng strong{
    font-family: 'NunitoBlack';
    font-size:24px;
}

.fot-ul{
    margin-top:11px;
}
.fot-ul li .lft-icns {
    margin-right: 11px;
}


.fot-ul li {
  list-style: none;
  color: #fff;
  line-height: 39px;
}

.fot-ul li a {
  list-style: none;
  color: #fff;
  text-decoration: none;
  font-family: 'NunitoRegular';
}

.fot-ul li strong {
  font-size: 23px;
}

.social li {
  float: left;
  margin-right: 23px;
}

.social li:nth-child(1) {
background-color: #1da1f2;
padding: 10px 13px 10px 13px;
border-radius: 50%;
font-size: 33px;
}


.social li:nth-child(2) {
background-color:  #0077b5;
padding: 12px 15px 10px 15px;
border-radius: 50%;
font-size: 33px;
}


.social li:nth-child(3) {
background-color: #3b579d;
padding: 12px 17px 10px 17px;
border-radius: 50%;
font-size: 33px;
}

.com-tile {
 /* background-image: url(../image/comt.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%;*/
    margin-top: 142px;
}

.com-hed {
  margin: 0 auto;
  text-align: center;
}

.com-hed b {
  font-size: 33px;
}

.com-cl-in {
  width: 47%;
  float: left;
  margin-left: 19px;
}

.comersl {
  overflow: hidden;
  clear: both;
}
.com-cl {
  margin-top: 21px;
}

.com-cl-in .com-b {
  font-size: 23px;
}

.com-cl-in p {
  text-align: justify;
}


.com-sl {
  background-color: #1b1464;
  overflow: hidden;
}

.cm-sec {
  overflow: hidden;
  clear: both;
  background-color: #1b1464;
  padding: 13px;
}

.com-cl-in .com-bs {
  font-size: 33px;
  color: #fff;
}



.com-cl-in .com-ps {
  color: #fff;
}


















.com-tl {
  overflow: hidden;
  clear: both;
}



.res-tile {
 /* background-image: url(../image/next.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%;*/
    margin-top: 142px;
}

.res-hds {
  text-align: center;
  background-color: #1b1464;
  color: #fff;
  font-size: 39px;
  padding: 12px;
}

.res-in {
  width: 50%;
  float: left;
}

.res-in-rgt  {
    width: 47%;
    float:left;
    margin: 16px;
        text-align: justify;
}

.res-in-rgt b {
  font-size: 22px;
}

.rest {
  background-color: #1b1464;
  color: #fff;
  text-align: center;
  padding-bottom: 23px;
  padding-top: 23px;
}


.rest-main b {
  font-size: 34px;
}

.rest-main p {
  width: 87%;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
}


.resid-in {
  width: 23%;
  float: left;
  margin-left: 16px;

  box-shadow: 2px 2px 8px 2px #000;
}

.resd {
  overflow: hidden;
}
.resid-in  img {
  width: 100%;
}

.resd {
  background-color: #1b1464;
  padding: 22px;
}



.rev-tile {
 /* background-image: url(../image/rev.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%;*/
    margin-top: 142px;
}

.rev-in {
  width: 46%;
  float: left;
  margin-left: 23px;
  color: #fff;
  text-align: center;
}

.rev-in img {
   box-shadow: 2px 2px 8px 2px #000;
   margin-bottom: 13px;
}

.rev {
  background-color: #1b1464;
  overflow: hidden;
  padding: 23px;
}

.com-bss {
  font-size: 34px;
  color: #1b1464;
}


.com-cl-in .cm-p {
  color: #1b1464;
  font-weight: 600;
}

.renn {
  overflow: hidden;
  clear: both;
  background-color: #1b1464;
  padding: 23px;
}

.renns {
  color: #fff;
}


.about {
    /*background-image: url(../image/about.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%;*/
    margin-top: 142px;
}

.abouts {
  clear: both;
  overflow: hidden;
  background-color: #1b1464;
  padding: 23px;
}


.com-cl-in .abt-p {
  color: #fff;
}

.contct {
     /* background-image: url(../image/contct.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%; */
    margin-top: 142px;
}


.contact-bck {
   background-color: #1b1464;
   overflow: hidden;
   clear: both;
   color: #fff;
}

.con-cl-in {
  width: 50%;
  position: relative;
  float: left;
}

.contct-pd {
  padding-left: 45px;
  padding-right: 35px;
}

.con-cl-ins {
  float: left;
  width: 50%;
}
.con-cl-ins {

}

.contct-pd b {
  font-size: 43px;
}
.contct-fm-in {
  width: 50%;
  float: left;
}

.contct-fm-in img {
  width: 100%;
}



.contact-con input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  color: #000;
    
}
.contact-con label {
  color: #fff;
     
}


.contact-con input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.contact-con input[type=submit] {
  background-color: #f28224;
  color: white;
  padding: 12px 50px;
  border: none;
   
  cursor: pointer;
  font-size: 20px;
}

.contact-con input[type=submit]:hover {
  background-color: #45a049;
}



.contact-con {
  padding: 23px;
      padding-bottom: 43px;
}

.cum-fm div {
 width: 48%;
    float: left;
    overflow: hidden;
    /* margin-left: 23px; */
    margin-left: 7px;
    color: #fff;
      
}

.contact-bckk {
  background-color: #1b1464;
  overflow: hidden;

}

.contct-fm {
  overflow: hidden;
}

.blog {
    /*  background-image: url(../image/blog.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 346px;
    padding: 0;
    width: 100%; */
    margin-top: 142px;
}

.blogs {
  clear: both;
  overflow: hidden;
}

.blog-in {
  width: 31%;
  float: left;
  margin-left: 12px;
  text-align: center;
  padding-bottom: 34px;
}

.blog-in img {
  width: 100%;
}

.blog-in p {
  margin-top: 12px;
  margin-bottom: 19px;
}

.blog-in b  {
  font-size: 19px;
}

.blog-in a {
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 19px;
  padding: 10px 34px; 
}

.blog-quik  {
  margin-bottom: 23px;
}
#mob {
  display: none;
}

.top-uls li a i {
  border: 2px solid #000;
    padding: 8px;
    border-radius: 50%;
} 































.inner_main_menu ul li:before{
  content: "";
  position: absolute;
  height: 33.33%;
  width: 0;
  background-color: #f28428;
  right: 0;
  z-index: 0;
  top:33.33%;
  transition: all 0.5s;
}



.inner_main_menu ul li:after{
  content: "";
  position: absolute;
  height: 33.33%;
  width: 0;
  background-color: #f28428;
  left: 0;
  z-index: 0;
  bottom: 0;
  transition: all 0.5s;
}




.inner_main_menu ul li a:before{
  position: absolute;
  content: "";
  height: 33.33%;
  width: 0;
  background-color: #f28428;
  bottom: 66.66%;
  left: 0;
  transition: all 1s;
}



.inner_main_menu ul li:hover:before{
    width: 100%;
}
.inner_main_menu ul li:hover:after {
  width: 100%;
}

.inner_main_menu ul li:hover a:before {
  width: 100%;
  color: #fff;
}

.inner_main_menu ul li:hover a {
  color: #fff;
}


body.cot .inner_main_menu ul li a.cots { 
  background-color: #f28428;
  color: #fff;
}


body.q-abt .inner_main_menu ul li a.q-abt { 
  background-color: #f28428;
  color: #fff;
}


body.q-blog .inner_main_menu ul li a.q-blog { 
  background-color: #f28428;
  color: #fff;
}

body.q-cm .inner_main_menu ul li a.q-cm {
    background-color: #f28428;
    color: #fff;
}

body.q-ren .inner_main_menu ul li a.q-ren {
    background-color: #f28428;
    color: #fff;
}
body.q-ren .inner_main_menu ul li a.q-ren {
    background-color: #f28428;
    color: #fff;
}


body.q-res .inner_main_menu ul li a.q-res {
    background-color: #f28428;
    color: #fff;
}

body.hme .inner_main_menu ul li a.hme {
    background-color: #f28428;
    color: #fff;
}

.quick-bls b{
   font-size: 33px;
   color: #f15a24;
}
.quick-bls strong{
    font-size: 17px;
   /*font-size: 15px;*/
}

.quick-bls {
  text-align: center;
}

.quick-bls {
  width: 47%;
  float: left;
 margin-right: 32px;
}

.hm-km {
  width: 100%;
}


.fm-hm input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
      color: #000;
}



.fm-hm input[type=text] textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


.fm-hm input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.fm-hm input[type=submit] {
  background-color: #1b1464;
  color: white;
  padding: 12px 60px;
  border: none;
  cursor: pointer;
}

.fm-hm input[type=submit]:hover {
  background-color: #45a049;
}

.mts {
  clear: both;
  overflow: hidden;
}
.fm-hm {
  width: 60%;
  background-color: #f15a24;
  padding: 23px;
  border: 2px solid #fff;
  box-shadow: 2px 8px 18px 2px #8c8a8a;
    margin-top: -351px;
/*margin-left:162px;*/
    margin-left: 259px;
    overflow: hidden;
    position:relative;

}
  
.fm-ct {
  text-align: justify;
  margin-top: 12px;
}

.fm-ct b {
  color: #1b1464;
}

.fm-hm form {
  float: right;
  overflow: hidden;
}

.fm-hm b {
  color: #fff;
}

.row-hed {
    text-align: center;
}

.servic {
    width: 31%;
margin-left:10px;
margin-right:10px;
}

.inner {
    border-radius: 2px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    background: #fff;
    height:100%;
}

.inner::before {
 
    top: 0;
    left: 0;

    z-index: 9;
    border-left: 60px solid transparent;
    border-top: 60px solid #f15a24;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(-90deg);
}

.inner::after {
   
    right: 0;

    z-index: 9;
    border-right: 60px solid transparent;
    border-top: 60px solid #f15a24;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(-180deg);
    bottom: 0;
}
.service-content {
  padding: 19px;
  text-align: center;
}

.service-content p {
  text-align: justify;
}
.service-content b {
  font-size: 23px;
}

#service {
       background-image: url(../image/servic.jpg);
       background-image: url(../image/servic.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    /*min-height: 346px;*/
    padding: 30px;
clear: both;
    overflow: hidden;
}

.h-rd {
  background-color: #f15a24;
  padding: 5px 23px;
  color: #fff;
  text-decoration: none;
}

.row-hed b {
  font-size: 34px;
}

.res-hds h1{
     font-size: 26px; 
}

.h-h {
    color: #1b1464;
    /*font-size: 31px;*/
    font-size: 38px;
    text-transform: uppercase;
}

.row-hed {
  margin-top: 23px;
  margin-bottom: 23px;
  color: #fff;
}
.h-rd:hover{
  background-color: #1b1464;
  transition: 1s;
}

.why-us-in {
  width: 18%;
  float: left;
  background-color: #1b1464;
  text-align: center;
    padding: 49px 6px;
    margin-left: 10px;
    border-radius: 20px;
}

.why-us-in img {
  width: 32%;
margin-bottom: 9px;
}

.why-us-in b {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

#why {
  clear: both;
  margin-top: 34px;
  margin-bottom: 34px;
  overflow: hidden;
}

.why-ins {
  background-color: #f15a24;
}

.why-hed {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 19px;
}

.why-hed b {
  font-size: 36px;
  color: #1b1464;
}

.hom-lm-in {
  width: 54%;
  float: left;
}

.hom-lm-in img {
  width: 100%;
}
.hom-lm-ins {
  width: 43%;
  margin: 16px;
  float: left;
}
.hom-lm-ins p {
  text-align: justify;
}

.home-lm {
  clear: both;
}

#bgs{
  padding-top: 33px;
  padding-bottom: 33px;
  background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(227,227,227,1));
  clear: both;
  overflow: hidden;
}

.top-ul li a img {
  width: 34px;
}

.top-ul li a span {
  position: relative;
  top: -10px;
}
.top-ul li a:nth-child(2) span {
  font-weight: bold;
}

.mr a {
    color:#fff;
   text-decoration: none;
}

.serv {
    display:flex;
}
.pg-contents {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.mn-cnt-p {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}


.cm-cnt-p {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}


.gm-cnt-p {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.rm-cnt-p {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.wh-cnt-p {
      max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.absb {
        font-size: 19px;
    text-decoration: none;
    color: #fff;
    background-color: #f15a24;
    padding: 9px 33px 9px 33px;
    cursor:pointer;
}
.lft-tr {
    text-align:left;
}

.lft-tr p{
       text-align:left;
       width:100%;
       margin-top:2px;
}

.re-cnt-p {
      max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.rabs {
        font-size: 19px;
    text-decoration: none;
    color: #fff;
    background-color: #f15a24;
    padding: 9px 33px 9px 33px;
    cursor:pointer;
}
.i-cnt-p {
      max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.rev-cnt {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}



.ch-cnt {
     max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.error {
    padding-bottom: 23px;
    text-align: center;
}
.error strong {
    font-size: 160px;
}
#ere {
    margin-top: 245px;
    padding-bottom: 34px;
}

.error a {
    position: relative;
    top: 9px;
    background: #000;
    padding: 5px 23px 5px 23px;
    color: #fff;
    text-decoration: none;
}

.m-txt{   
    margin:3px 19px;
    text-align:justify;
}
.mrg-lft{
   margin-left: 19px;  
}
.mrg-lft-o{
   margin-left: 0px;  
}

.abtp-div{
    color:white;
}
.pg-hdng{
color: #1b1464;}

.clr-o{
    color: #f15a24;
    font-size: 33px!important;
}
.p-justify{
       text-align:justify;
}

.thanku-page-cnt {
        margin-top: 171px;
        margin-bottom: 100px;
            text-align: center;
}
.check-i i {
        background: #214a99;
    color: #fff;
    padding: 25px;
    border-radius: 50px;
    font-size: 31px;
}
.check-i h1 {
    font-size:23px;
}
.explore-more {
    margin:10px auto;
}
.explore-more ul {
    display:flex;
    justify-content: center;
}
.explore-more ul li {
    list-style:none;
    margin-right:10px;
}
.explore-more ul li a {
    text-decoration: none;
    font-weight: 600;
}

.thanku-page-cnt h1 {
    font-size:43px;
}