@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{font-family:Poppins !important; font-size: 15px;}
.font16{font-size: 16px;font-weight:bold;text-align: center;}
.font14{font-size: 14px;font-weight:bold;text-align: center;}
.font12{font-size: 12px;text-align: justify;}

p{font-family:Poppins !important; font-size: 15px;}
.main-table{ font-family: 'Poppins', sans-serif; font-weight:normal; Font-size:14px; color:#333; line-height:24px; text-align:justify;}
.main-heading{ font-weight:bold; Font-size: 20px; color:#222; text-align:left; line-height:30px; border-bottom:1px #ccc solid; text-transform:uppercase; margin-bottom:10px;}
.sub-heading{ font-weight:bold; Font-size:16px; color: #13b6d1; line-height:30px; text-align:left; margin:0;}
.team-title{ font-weight:bold; Font-size:14px; color:#222; line-height:30px; text-align:left;}
.maps{ text-align:center;}
#divmainenquiry11 .close { position: absolute; right: 14px; font-size: 30px; cursor: pointer;}
.RadDock .rdContent{font-family:Poppins !important; }
.ser-pg figure img {
	padding-bottom: 20px;
}

#WidgetControl4_C {
    padding: 60px 0;
    width: 100%;
    background-size: cover;
    min-height: 120px;
    text-align: center;
    position: relative;
    background-position: center center;
}
#WidgetControl4_C:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    background-image: -o-linear-gradient(30deg, #13b6d1 0%, #00e4df 93%);
    background-image: linear-gradient(60deg, #13b6d1 0%, #00e4df 93%);
}

/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color:transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover, #MenuControl .dropdown-item:focus, #MenuControl .dropdown-item:hover{background-color:#13b6d1 !important; color:#fff !important;}
.body-fx .nav-link{ color:#000;}
.nav-link{font-weight: 600; color:#fff;}
.nav-fill{width:100%; font-size: 15px;}
.nav-item a{font-size:15px;color: #000;}
.navbar-brand{margin:0;}
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
.navbar-toggler{background: #fff;}
/*nav-bar*/
/*header*/
.body-fx header .logo-1 {
	height: 68px; margin: 0 auto;
	max-width: 100%;
	-webkit-transition : all 0.5s ease-out;
	transition : all 0.5s ease-out;
	display:block;
}

header .logo-1 {
	display:none; transition : all 0.5s ease-out;
}

.body-fx header .logo1 {
	display:none;transition : all 0.5s ease-out;
}

header .logo1{
	height: 68px; margin: 0 auto;
	max-width: 100%;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out; 
}
/*header*/
/*nav-top*/
.nav-top {position:relative; overflow:hidden;background-color: #3c99dc;}
.nav-top:before{position: absolute; left: -140px; top: 0; z-index: 0; border-right: 5px solid #fff; background: #e3c901;  content:'';  height: 60px; width: 40%;  transform: skew(-20deg, 0deg);}
.nav-top .text-end .d-inline-flex .fa{background: #e3c901;  width: 40px;  height: 40px; line-height: 40px;   text-align: center;  border-radius: 5px;  transition: .5s;  margin-top: 3px;  margin-bottom: 3px;}
.nav-top .text-end .d-inline-flex .fa:hover{background: #000;}
.bnr-sec{position: relative;}
.bnr-sec::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    /* height: 195px; */
    z-index: 2;
    }

/*nav-top*/

.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important;border: 0; padding:0;
}
/*banner*/
.bnr-sec .carousel-caption {font-size: 45px;font-weight: bold;top: 265px;margin-bottom: 16px;text-transform: uppercase;animation: fadeInUp 2000ms ease-in-out;}
.bnr-sec .carousel-caption h5{font-size: 50px;color: #fff;font-weight: bold;background-color: #00000061;line-height: 50px;padding: 10px 0;}
.bnr-sec .carousel-caption p{font-size: 20px;font-weight: normal;color: #13b6d1;line-height: 30px;text-transform: capitalize;}
.bnr-sec .carousel-caption .btn{background: #13b6d1; color: #fff;}
@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
/*banner*/
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.cont-page {padding:5px 0; position:relative;}
.cont-page .map-hm-rht input{
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
}

.cont-page .map-hm-rht input::focus{
  background-color: #181818;
}

.cont-page .map-hm-rht input {
  padding: 20px 15px;
}


.cont-page .map-hm-rht .sub-btn-hm {
  background: #181818;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-weight: bold;
    font-size: 17px;
    border-radius: 5px;border:3px solid #181818;
}

.cont-page .map-hm-rht .sub-btn-hm:hover {
  background: #181818; border-radius:50px; border:3px solid #13b6d1;
}

/*contact*/

.cont-page h2{font-weight:bold; Font-size:18px; color:#13b6d1; line-height:30px; text-transform:uppercase; margin:0;}
.cont-page h5{font-weight:bold; Font-size:16px; color:#13b6d1; line-height:30px; text-transform:uppercase; margin:0;}
.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #640f24;
    margin: 0;
}

.st-feature-box {
    padding-left: 70px;
    position: relative;
	    margin-bottom: 35px;
}

.st-feature-box .st-feature-box-icon {
	color: #640f24;
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	line-height: 0px;
	top: 20px;
	left: 8px;
	text-align: center;
	font-size: 60px;
	-webkit-transition: all .3s;
	-khtml-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.st-feature-box:nth-of-type(2) .st-feature-box-icon{top:5px;}
.st-feature-box:nth-of-type(3) .st-feature-box-icon{top:0px;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}


/*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: 16px;}
.cont-page p{font-size:14px; color:#fff;     line-height: 24px !important;}

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}
.cont-page .feature-box-image .fa {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin-top: 20px;
}
.cont-page .st-feature-box{    background: #13b6d1;
    padding-top: 15px; margin-top: 10px;    color: #fff;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;}


/*contact*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.abt-sec{  /* background:url(../Image/abt-bg.jpg);*/ position:relative; padding: 30px 0; 
    /* background-size:100% 100%; background-repeat:no-repeat;*/ }
   
   .abt-sec h5{ font-weight: 400; margin: 0;font-size: 34px;color: #13b6d1; margin-bottom: 10px; 
   position: relative;}
   .abt-sec h3{font-weight: 400;margin: 0;line-height: 30px;font-size: 16px;color: #111;/* text-align: justify !important; */margin-bottom: 30px;position: relative;}
   .abt-sec p {/* margin-bottom: 10px; *//* text-align:justify; */line-height:26px;/* font-size:14px; */}
   .abt-cont{ padding: 30px; background-color: #13b6d1; margin-left: -120px; transform:translateY(20px); transition:.5s;}
   .abt-sec .ser-pg{position: relative;}
 .abt-sec .ser-pg a{font-size: 16px;color: #111;}
   .abt-sec .ser-pg figure img{/* max-width: 60px; */margin-bottom: 15px;/* padding: 10px; *//* clip-path: polygon(51% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0 25%); *//* background: #00e4df; */}
   .abt-sec .ser-pg figure{height: 100%;}
   .ser-sec-btm p{text-align: justify;}
   .abt-sec:hover .abt-cont{ transform:translateY(50px);}
   .abt-cont.abt-cont1{ margin-right: -120px; position:relative; margin-left: inherit; z-index: 9;}
   
   .abt-sec .abt-box{ box-shadow: 2px 3px 20px #333; text-align:center; background:#ccd8fe; margin-top:20px; border-radius: 8px; padding:8px 5px; height: 100%;}
   .abt-sec .abt-box img{padding: 4px;} 
   .abt-sec .abt-box h3{ color:#222; font-size: 24px; text-align:center; line-height: 30px; font-weight:600; margin:0;}
   
   .abt-sec .abt-box p{ color: #333; font-size: 14px; text-align:center; line-height: 20px; font-weight: normal; margin:0;}
   
   .abt-box-inn{ box-shadow: 2px 3px 20px #ccc; text-align:center; background:#ccd8fe; margin-top:10px; margin-bottom:10px;  border-radius: 8px; padding:10px 5px;}
   .abt-box-inn h3{ color:#222; font-size: 24px; text-align:center; line-height: 30px; font-weight:600; margin:0;}
   
   .abt-box-inn p{ color: #333; font-size: 14px; text-align:center; line-height: 20px; font-weight: normal; margin:0;}
   
   
   
   
   /*abt-btm-sec section*/
   .abt-btm-sec{padding: 60px 0;  position: relative;  overflow: hidden;}

   .abt-btm-sec .icon-boxes .icon-box p {
       font-size: 15px;text-align:center;
       color: #848484;
   }
   .tm-inr-pg p, .tm-inr-pg ul{text-align:justify;}
   .abt-btm-sec .icon-boxes .icon-box {
       padding: 15px;
       position: relative;
       overflow: hidden;
       background: #fff;
       box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
       transition: all 0.3s ease-in-out;
       border-radius: 8px;
       z-index: 1;
       border:1px dashed #ccc;margin: 10px auto;
       text-align:center;
   }
   
   .abt-btm-sec .icon-boxes .icon-box:hover, .abt-btm-sec .icon-boxes .icon-box:hover .fa, .abt-btm-sec .icon-boxes .icon-box:hover a{ color:#fff;}
   .abt-btm-sec .icon-boxes .icon-box i {
     font-size: 40px;
     color: #13b6d1;
     margin-bottom: 10px;
   }
   .abt-btm-sec .icon-boxes .icon-box::before {
       content: '';
       position: absolute;
       background: #13b6d1;
       right: -60px;
       top: -40px;
       width: 100px;
       height: 100px;
       border-radius: 50px;
       transition: all 0.3s;
       z-index: -1;
   }
   .abt-btm-sec .icon-boxes .icon-box:hover::before {
       background: #13b6d1;
       right: 0;
       top: 0;
       width: 100%;
       height: 100%;
       border-radius: 0px;
   }
   .abt-cont a {
    padding: 15px 30px;
    background: #e3c901;
    color: #0d0d0d;
    text-decoration: none;
    position: relative;
    top: 5px;
    border-radius: 10px;
}
   /*abt-btm-sec section*/
   
   /*--------------------------------------------------------------
   # Services
   --------------------------------------------------------------*/
   /* ser-sec
   --------------------------------*/
   .section-header{margin-bottom: 30px; padding-top:50px;}
   .abt-mda .section-header{padding-top:0;}
   .abt-mda img{margin:5px auto;}

   .section-header p {
       text-align: center;
       color: #333;
       font-weight: 600;
       font-size: 18px;
   }
   .section-header h3::before {
       content: '';
       position: absolute;
       display: block;
       width: 120px;
       height: 1px;
       background: #425161;
       bottom: 1px;
       left: calc(50% - 60px);
   }
   .section-header h3::after {
       content: '';
       position: absolute;
       display: block;
       width: 40px;
       height: 3px;
       background: #13b6d1;
       bottom: 0;
       left: calc(50% - 20px);
   }
   
   .ser-sec{ padding:30px 0;background:url(image/hm-ser-bg.jpg); background-repeat:no-repeat; background-position: top center; color:#444;}
   .ser-sec .section-header{ padding-top: 10px;}
   .ser-sec .section-header h3:after, .ser-sec .section-header h3:before{display:none;}
   .ser-sec .ser-bx{ min-height: 300px;  text-align:left; vertical-align: top; border:3px solid #e3c901; border-top:none; border-left:none; border-radius: 10px; padding: 10px 15px; background: #fff; box-shadow: 8px 12px 11px #ccc; }
   .ser-sec ul{ margin:0; padding:0; list-style:none; text-align:center;}
   .ser-sec ul li{display:inline-block; width:23%; margin:10px .8%;  padding-top:20px;}
   .ser-sec ul li:hover{display:inline-block; width:23%; margin:10px .8%; padding-top:12px;}
   .ser-sec .ser-bx h4{ font-size: 18px; color: #222; font-weight: 600; margin-bottom:20px;}
   .ser-sec .ser-bx h4 span{ color:#e3c901}
   .ser-sec .ser-bx p{text-align:left; font-size:15px; line-height:24px;color:#222;}
   .ser-sec .ser-bx img { border-radius: 5%; transition:.4s; margin-bottom:10px;}
   .ser-sec .ser-bx p a{color:#e3c901;}
   .ser-sec .ser-bx:hover{ transition:.5s; margin-top:-10px;}
   /*COUNTS*/
.dark-bg {padding: 70px 0; background: #252525; color: #fff;}
.ts-facts .ts-facts-content .ts-facts-num {color: #13b6d1; font-size: 44px; margin: 10px 0 10px; font-weight: bold;}
.ts-facts .ts-facts-content .ts-facts-title {font-size: 17px; color: #000; margin: 0;line-height: 40px;}
   /*COUNTS*/
.main_heading { font-weight: 900;  text-transform: uppercase;  font-size: 32px; line-height: normal; margin: 0 0 15px 0;}
.sub_heading{font-size: 18px; font-weight: 700; line-height: 30px;  margin: 0; color: #000;}
/*innr-pg-bnnr*/

.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{padding: 80px 0;width: 100%;background-repeat: no-repeat;height: 300px;background: url(Image/contact_us1.jpg);background-size: cover;/* min-height: 350px; */text-align: center;position:relative;margin-bottom: 40px;background-position: center center;}
.innr-pg-bnnr:after{/* position: absolute; */content: "";left: 0;top: 0;height: 100%;width: 100%;z-index: 1;opacity: 1;background-image: -o-linear-gradient(30deg, #13b6d1 0%, #00e4df 93%);/* background-image: linear-gradient(60deg, #13b6d1 0%, #00e4df 93%); */}
.banner-content{padding: 115px 0 145px;text-align: center;position: relative;z-index: 2;}
.banner-title{color: #ffffff; text-align: center;}
.inner-page ul, .innr-pg ul{padding:0px; /*margin-bottom:0;*/}
.inner-page li, .innr-pg li {position: relative; list-style: none; padding-left: 30px; line-height:26px; color: #7a7a7a;}
.inner-page .accordion-button, .inner-page .accordion-button:not(.collapsed){color: #fff;  background: #13b6d1;}
.inner-page li:before, .innr-pg li:before{content: "\f101";  position: absolute; font-family: FontAwesome; font-size: 17px; line-height: 30px;    left: 7px;  top: -2px; color: #004488;}
.inner-page .accordion-body ul li{border:1px solid #ccc; margin: 5px; line-height: 32px;}

/*innr-pg-bnnr*/
.ser-pg figure{
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 42px 25px 50px;
    border-radius: 4px;
    min-height: 471px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 2px 25px 0 rgba(179, 179, 179, 0.2);
    }
.ser-pg figure:hover{box-shadow:0px 5px 35px 0px rgba(179, 179, 179, 0.8);}
/*footer*/
#hm-footer .footer-rht{text-align: justify;}
footer{background:#13b6d1; color:#fff; padding: 100px 0px 50px; background-position:top center; background-size:100% 100%;}
footer h3 {color: #fff;}
footer h5 {color: #fff;}
footer p { color: #eee; text-align: justify;}
footer .sub-footer ul.socialmedia{list-style:none; margin:0; padding:0;}
footer ul.socialmedia li {  display: inline-block;  padding: 4px; }
footer .sub-footer p {
    font-size: 17px;
    margin-right: 8px;
}
footer .footer-lnk ul li{line-height: 26px;}
footer .footer-lnk a{color: #eee;}
footer .footer-lnk a:hover{color: #fff;}
#FooterrControl1_tr_FooterBackImage{background-image: none !important;}
footer ul.socialmedia li a {
    /*padding: 10px; */
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #13b6d1;
    color: #fff;
    border-radius: 100%;
    float: left;
    text-align: center;
    transition: all 300ms ease-in-out;
}
footer ul.socialmedia li a:hover {
    background: #13b6d1;
    color: #fff;
    transition: all 300ms ease-in-out;
}
footer .footer-cntr{/*border-left: 1px solid #3e3e3e; border-right: 1px solid #3e3e3e;*/}
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;}
.footer-rht ul li a:after{content: "\f105";
    position: absolute;
    left: -5px;
    top: 22%;
    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;}*/
.inner-page a{color: #000;}
#widgetsControl, #widgetsControl_C{height: inherit !important;}
.facts-area {
    background-image: -o-linear-gradient(30deg, #13b6d1 0%, #00e4df 93%);
    background-image: linear-gradient(60deg, #13b6d1 0%, #00e4df 93%); padding: 100px 0; position: relative;
}
.facts-area.hm-cont .ts-facts-content .fa{color: #fff; width: 100px; height: 100px; line-height: 100px; border-radius: 50%;background-image: -o-linear-gradient(30deg, #13b6d1 0%, #00e4df 93%);
    background-image: linear-gradient(60deg, #13b6d1 0%, #00e4df 93%); font-size: 50px;} 
.facts-area.hm-cont .ts-facts-content .ts-facts-title{color: #fff;}
.facts-area.hm-cont .ts-facts-num{color: #fff;} 
.facts-area.dark-bg:after {content: ''; position: absolute; height: 100%; width: 100%; background: rgba(254, 254, 254,.35); top: 0; left: 0; right: 0;}

.facts-area.dark-bg .container{    position: relative;  z-index: 9;}
@media (max-width: 1170px){
    .navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
    }
    /*fix menu*/
@media (min-width: 992px){
    #HeaderControl{transition:.3s;position: absolute;left: 0;/* top: 45px; */background: #fff;z-index: 9;} 
    #MenuControl{transition:.3s;position: absolute;/* top: 45px; */right: 0;background: #fff;}
    #HeaderControl .rdCenter, #MenuControl .rdCenter{background: transparent !important;}
    .body-fx #HeaderControl, .body-fx #MenuControl{position:fixed; top:0; height:68px; transition:.3s; z-index: 9;background: rgba(254,254,254,.95)}
    .body-fx #HeaderControl{width:32%; float:left; left:0;}
    .body-fx #MenuControl{width:68%; float:right; right:0;}
    }
    /*fix menu*/
    @media (max-width: 991px){
  
    .navbar-expand-md .navbar-nav .nav-link, .dropdown-menu{font-size: 13px;}
    .fixed-top { position: relative;}
    .ser-sec ul li{width: 32%;}
    #HeaderControl, #MenuControl{/* background: #13b6d1; */}
    #HeaderControl .rdCenter, #MenuControl .rdCenter{background: transparent !important;}
        }
    @media (max-width: 769px){
    
    }
    a, a:hover{text-decoration:none !important;}
    @media (max-width: 767px){
        #widgetsControl_C, #widgetsControl, #MenuControl, #MenuControl_C{height:initial !important}
        #MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
    .navbar.navbar-expand-md{text-align:center;}
    .navbar.navbar-expand-md .container-fluid{display:block;}
    .nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
    .navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
    .nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
    .nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
    .navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
    .slide h3{display: none;}
    .wback .caption{width: 90%;bottom: 10px;}
    .ser-sec ul li{width: 48%;}
    }
    
    @media(max-width:568px){
        .abt-cont.abt-cont1{margin-right: 0;}
    }
    @media(max-width:480px){
        .ser-sec ul li{width: 98%;}
    }
    
    
    
    @media (max-width: 414px){
    
    
    }
.fixside {
    background-color: #095864;
    color: #fff;
    position: fixed;
    bottom: 123px;
    right: -34px;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 20px;
    transform: rotate(-90deg);
    z-index: 9999;
}
.fixside a{font-family: 'Poppins';text-decoration:none;color:#fff;}