<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto');
*{margin:0px;padding:0px;}
body{font-family: 'Roboto', sans-serif;overflow-x: hidden;background: linear-gradient(to right, #3a83de 16%,rgb(184, 217, 243) 108%);}
.bodybg {background: url(../Images/desk.png) no-repeat  right;height: 885px;bottom: 0px;width:100%;margin-left:0px;position: fixed;}
a{text-decoration:none !important;color: #333; outline: none}
a:hover, a:focus ,a:active{text-decoration: underline; outline: line;}
p {text-align:justify;line-height: 32px;font-family: 'Roboto', sans-serif;font-size: 20px;color: white;}
/*----------------------------------------------Space Manage--------------------------------------------*/
.tb-pad-20{ padding-top: 20px; padding-bottom: 20px;}
.nopad{ padding: 0px; margin: 0px;}
.clr30{ height: 30px; clear: both;}
.bodymargin {
    margin-left: 9%;
    z-index: 999999;
    position: relative;
}

/*--------------Body Part---------------*/
.button {border: none;padding: 6px 28px;text-align: center;text-decoration: none;display: inline-block;font-size: 18px;margin: 4px 2px;-webkit-transition-duration: 0.4s;transition-duration: 0.4s;cursor: pointer;}
.button1 {background-color: #f7b400;color: black;border-radius: 42px;height: 48px;}
.button1 a{color: #000000;}
.button1:hover {background-color: #e58f6d;color: white!important;}
.green{color: #c4e2ff;font-size: 21px;line-height: 33px;margin-top: 30px;}
.heading{line-height: 40px;font-size: 28px;margin-top: 69px;color: white;}
.no-pad-mar { margin:0px; padding:0px;}
.defaultcont{width: 1500px;}
@media (max-width:2000px) and (min-width:1600px)
{
    .footelink
    {
        margin: 0px 14%;
    }
    .clr{ height: 30px; clear: both;}
}
@media (max-width:1600px) {.bodybg {background: url(../Images/desk1053.png) no-repeat  right;height: 643px;bottom: 0px; width:100%; margin-left:0px;position: fixed;}}
@media (max-width:1400px) {
.bodybg {background: url(../Images/desk1053.png) no-repeat  right;height:635px;}
.heading {line-height: 26px;font-size: 20px;margin-top: 4px;}
.green {font-size: 16px;line-height: 26px;margin-top: 25px;}
.address {font-size: 16px;line-height: 24px;}}
@media (max-width:1100px) {
.bodybg {background: url(../Images/desk768.png) no-repeat  right;height:480px;}
.heading {line-height: 26px;font-size: 20px;margin-top: 20px;}
.green {font-size: 16px;line-height: 26px;margin-top: 15px;}
.address {font-size: 16px;line-height: 24px;}}
@media (max-width:900px) {
.bodybg {background: url(../Images/desk420.png) no-repeat right;height:260px;}
footer
{
    position: relative!important;
}
.footelink
{
      margin: 0px 4%!important;
    text-align: left;
    background: #fff;
    padding-left: 13px;
    width: 168px;
}
}
@media (max-width:560px) {
.bodybg {background: url(../Images/desk360.png) no-repeat right;height:226px;}
.heading {line-height: 22px;font-size: 18px;margin-top: 15px;}
.clr30 {height: 20px;clear: both;}
.bodymargin{margin-left: 2%;background: rgba(58, 131, 222, 0.78);}
#splnk
{
    width: 290px!important;
}
#splnk .sub-header
{
    margin-bottom: -6px!important;
}
footer
{
    position: relative!important;
}
}
@media (max-width:400px) {
.heading {line-height: 18px;font-size: 14px;margin-top: 15px;text-align:left;}
.green {font-size: 13px;line-height: 20px;margin-top: 10px; text-align:left;}
.address {font-size: 15px;line-height: 20px;text-align:left;}
.button {padding: 5px 17px;font-size: 13px;margin: 4px 2px;}
.button1 {height: 41px;}
.tb-pad-20 {padding-top: 10px;padding-bottom: 10px;}}
@media (max-width:290px) {.clr30 {height: 10px;clear: both;}}

#splnk {
   margin-left: 12px;
    padding: 0px;
    position: unset;
    z-index: 9999;
    width: 480px;
}


#splnk .sub-header {
     background: #ca0e0e;
    padding: 10px 10px;
    border-radius: 0px;
    text-align: center;
    margin-bottom: -2px;
}
#Layer_1
{
    width: 97.6%;
}
footer {
    position: fixed;
    color: #000;
    margin-top: 35px;
    padding: 5px;
    bottom: 0px;
    width: 100%;
    z-index: 9999999!important;
}
.mar-top-8 {
    margin-top: -8px;
}

.clickpopup {
    padding: 0px 0px 0px 0px;
    color: #ff1565;
    font-family: 'Segoe Print';
    text-shadow: 2px 2px 2px #333;
    font-weight: bold;
    font-size: 15px;
   text-decoration: underline!important;
}

.bounce {
    color: #09b7fa;
    animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  
}
@-webkit-keyframes bounce{
  0% { color: #fb4905; }
    33% { color: #f8e512; }
     67% { color: #f8e512; }
     100% { color: #fb4905; }
}
@keyframes bounce{
  0% { color: #fb4905; }
    33% { color: #f8e512; }
     67% { color: #f8e512; }
     100% { color: #fb4905; }
}


.bounce1 {
      border-left: 6px solid #21aef1; border-right: 6px solid #21aef1;
    animation: bounce1 1s infinite;
  -moz-animation: bounce1 1s infinite;
  -webkit-animation: bounce1 1s infinite;
  
}
@-webkit-keyframes bounce1{
  0% { border-left: 6px solid #21aef1; border-right: 6px solid #21aef1; }
    33% { border-left: 6px solid #f81e2b; border-right: 6px solid #f81e2b; }
     67% { border-left: 6px solid #69f10c; border-right: 6px solid #69f10c; }
     100% { border-left: 6px solid #21aef1; border-right: 6px solid #21aef1; }
}
@keyframes bounce1{
  0% { border-left: 6px solid #21aef1; border-right: 6px solid #21aef1; }
    33% { border-left: 6px solid #f81e2b; border-right: 6px solid #f81e2b; }
     67% { border-left: 6px solid #69f10c; border-right: 6px solid #69f10c; }
     100% { border-left: 6px solid #21aef1; border-right: 6px solid #21aef1; }
}

.entab-popup1 {
      padding: 0px 0px 0px 0px;
    color: #fff!important;
    font-family: Verdana;
    /* text-shadow: 0px 0px 0px #e61919; */
    font-weight: bold;
    font-size: 15px;
    text-decoration: none!important;
    z-index: 9999999999999;
    position: absolute;
     font-style: italic; 
    right: 38px;
    background: #ea5d0a;
    padding: 4px 14px;
    border-radius: 18px 0px 18px 1px;
}

.adrbotom{
    position: fixed; bottom: 28px; z-index: 99999
}
.footelink
{
       margin: 0px 25%;
    font-size: 14px;
    color: #0c7747;
    font-weight: 600;
}


.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}</pre></body></html>