<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.text-one, .text-two{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: #ff3300;
  font-size: 14px;

}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}

/* Main Nav */

.dropdown-menu{
  
  background-color: rgb(10, 14, 66);
}
.navbar{
  background-color: rgb(10, 14, 66);
  
}
.nav-item a{
  font-weight: 700;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: white;
}
#main_nav .nav-item,.nav_link  {
  color: rgb(187, 206, 13);

}
#main_nav .nav-item :hover{
  color: #e40510;
}
.nav-link.dropdown :hover{
  color: #e40510;
   
  }
  .dropdown-menu :hover{
    color: #e40510;
     
    }
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; 
     
   }
#index_banner {
    background-image: url('../images/back11.png');
    background-position: center center; background-size: cover;
    height: 100%;
    min-height: 60vh;
    width: 100%;
  }
  #index_banner .carousel-item {
    min-height: 60vh;
  }
  #index_banner .carousel-control-prev i,
  #index_banner .carousel-control-next i {
    color: #6266ea !important;
    text-decoration: none;
    font-size: 4em;
  }
  #index_banner .carousel-inner {
    height: 80vh;
  }
  #index_banner .carousel-indicators li,
  #index_banner .carousel-indicators.active {
    background-color: #6266ea !important;
  }
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&amp;display=swap");
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  
  
  /*card design*/
  
  .container .card {
    position: relative;
    min-width: 320px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
      inset -5px -5px 15px rgba(255, 255, 255, 0.1),
      5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 30px;
    transition: 0.5s;
  }
  
  .container .card:nth-child(1) .box .content a {
    background: #2196f3;
  }
  
  .container .card:nth-child(2) .box .content a {
    background: #e91e63;
  }
  
  .container .card:nth-child(3) .box .content a {
    background: #23c186;
  }
  
  .container .card .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #9bbb0c;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
  }
  
  .container .card .box:hover {
    transform: translateY(-50px);
  }
  
  .container .card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
  }
  
  .container .card .box .content {
    padding: 20px;
    text-align: center;
  }
  
  .container .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(224, 21, 21, 0.1);
  }
  
 .container .card .box .content h3 {
    font-size: 1.8rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
  }
  
 .container .card .box .content p {
    font-size: 1rem;
    font-weight: 300;
    color: rgba(209, 28, 28, 0.9);
    font-weight: 600;
    z-index: 1;
    transition: 0.5s;
  }
  
  .container .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  .container .card .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
  }
  
/*Contact Us*/
/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
  }
  .container-contact{
    min-height: 100vh;
       background: #c8e8e9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
.container-contact{
  width:100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 1px 00px rgba(0, 0, 0, 0.2);
}
.container-contact .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-contact .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.container-contact .content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.container-contact .content .left-side .details{
  margin: 14px;
  text-align: center;
}
.container-contact .content .left-side .details i{
    font-size: 30px;
    color: #3e2093;
    margin-bottom: 10px;
  }
.container-contact .content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}

.container-contact .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.container-contact .content .right-side .topic-text{
    font-size: 23px;
    font-weight: 600;
    color: #3e2093;
  }
  .container-contact .right-side .input-box{
    height: 50px;
    width: 100%;
    margin: 12px 0;
  }
  .container-contact .right-side .input-box input,
  .container-contact .right-side .input-box textarea{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
  }
  .container-contact .right-side .message-box{
    min-height: 110px;
  }
  .container-contact .right-side .input-box textarea{
    padding-top: 6px;
  }

  .container-contact .right-side .button input[type="button"]{
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #3e2093;
    cursor: pointer;
    transition: all 0.3s ease;
  }
 
  .container-contact .button input[type="button"]:hover{
    background: #5029bc;
  }
  
  @media (max-width: 950px) {
    .container-contact{
      width: 90%;
      padding: 30px 40px 40px 35px ;
    }
    .container-contact .content .right-side{
     width: 75%;
     margin-left: 55px;
  }
  }
  @media (max-width: 820px) {
    .container-contact{
      margin: 40px 0;
      height: 100%;
    }
    .container-contact .content{
      flex-direction: column-reverse;
    }
   .container-contact .content .left-side{
     width: 100%;
     flex-direction: row;
     margin-top: 40px;
     justify-content: center;
     flex-wrap: wrap;
   }
   .container-contact .content .left-side::before{
     display: none;
   }
   .container-contact .content .right-side{
     width: 100%;
     margin-left: 0;
   }
  }
  /*container contact ends*/
  /*container social card starts*/
 

.container-social {
    background-size:50%;
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    width:100%;
  background: transparent;
  border-radius: 6px;
  padding: 20px 60px 40px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/*---@media screen and (max-width:650px){
  .container-social{
    background-color:tomato;
  }
}---*/
.container-social .card {
    position: relative;
    border-radius: 10px;
}

.container-social .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.7s;
    z-index: 1;
}

.container-social .card:nth-child(1) .icon {
    background: #e07768;
}

.container-social .card:nth-child(2) .icon {
    background: #6eadd4;
}

.container-social .card:nth-child(3) .icon {
    background: #78d60c;
}


.container-social .card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.container-social i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

.container-social .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.container-social .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container-social .card:hover .face.face1{
    background: #ff0057;
    transform: translateY(0px);
}

.container-social .card .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.container-social .card:hover .face.face1 .content {
    opacity: 1;
}

.container-social .card .face.face1 .content i{
    max-width: 100px;
}

.container-social .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    transform: translateY(-100px);
}

.container-social .card:hover .face.face2{
    transform: translateY(0);
}

.container-social .card .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.container-social .card .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
} 

.container-social a {
    text-decoration: none;
    color: #414141;
}
  /*footer*/
  footer.footer-section {
    background: rgb(10, 14, 66) no-repeat scroll left top / cover;
        }
        .footer-section .footer-top-section .container-fluid .footer-brand{
          padding-top: 100px;
          padding-left: 15%;
        }
  
  

.bg-with-black {
    position: relative;
}
.footer-top-section {
    margin: 0 0 47px;
}
.single-fta &gt; img {
    margin: 0 0 7px;
}
.single-fta ul.fta-list {
    list-style: outside none none;
    padding-left: 0;
}
.single-fta ul.fta-list li, .single-fta ul.fta-list li a {
    color: rgb(252, 0, 176);
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
    text-decoration: none;
   
}
.single-fta ul.fta-list li, .single-fta ul.fta-list li a:hover {
 color:#fff;
}
.fta-title {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    margin: 00px 0 20px;
    }

.fba-links {
    text-align: right;
    color: rgb(255, 255, 255);
    text-decoration: none;
   
}

.fba-links ul li a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
  
  
}
.fba-links ul li a:hover {
  color:red;
}
.fba-links ul {
    list-style: outside none none;
    padding: 0;
}
.fba-links ul li {
    display: inline-block;
    margin-left: 28px;
    text-decoration: none;
}
.fba-copyright a {
    color: #ffffff;
    text-decoration: none;
    
   
   
}

.fba-copyright a:hover{
  color: gold;
}
/*SOcial Media links sticky*/
.sticky-container{
  padding:0px;
  margin:0px;
  position:fixed;
  right:-140px;
  top:330px;
  width:210px;
  z-index: 1100;
 
}
.sticky li{
  list-style-type:none;
  background-color:transparent;
  color:#f70f0f;
  height:43px;
  padding:0px;
  margin:0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor:pointer;
}
.sticky li:hover{
  margin-left:-115px;
}
.sticky li img{
  float:left;
  margin:5px 4px;
  margin-right:5px;
}
.sticky li p{
  padding-top:5px;
  margin:0px;
  line-height:16px;
  font-size:11px;
}
.sticky li p a{
  text-decoration:none;
  color:#e40510;
}
.sticky li p a:hover{
  text-decoration:underline;
}

/* Set the size of the div element that contains the map */




.container-call h6 {
  padding-top: 5%;
    font-family: 'Roboto-Condensed';
    font-size: 50px;
    color: #e8540f;
    font-weight: normal;
    text-align: center;
    padding-bottom: 3%;
    
}
.container-phone{
width: 60%;



}
.box{
  width: fit-content;
  max-height: 50vh;
 background-color: #f7f5f5;
  border: 5px solid rgb(255, 255, 255);
  margin: 0;
  text-align: center;
  margin-left: 15%;
  text-decoration: none;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 3%;
  padding-right: 3%;
  
}
.box a{
  text-decoration: none;
  color: #000000;
}
.box a:hover{
  color: #e40510;
}
</pre></body></html>