/**********************
Sass Variable
*****************************************/
/*@import url(fonts.css);
@import url(margin.css);*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/
<link href="https://fonts.cdnfonts.com/css/helvetica-neue-9" rel="stylesheet">
                

/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Saira:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&display=swap');*/
/**********************************************************************************
***********************************************************************************
0. General
***********************************************************************************
**********************************************************************************/
html {
  height: 100%; }

body {
  outline: none !important;
  height: 100%;
  overflow-x: hidden!important;
  background-color: #fff;

}

* {
  outline: none !important; }

.overflow-hidden {
  overflow: hidden !important; }

.white {
  color: #fff !important; }

.default-ul {
  list-style: none;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.no-border {
  border: none !important; }

@media only screen and (max-width: 991px) {
  .text-center-r {
    text-align: center; }
  .center-block-r {
    display: block;
    margin: 0 auto;
    text-align: center; }
  .hidden-mq {
    display: none; }
  .full-width {
    width: 100%; } 
.header .icon {
    display: none;
}
#navbar .icon {
    background: #000;
    text-align: center;
     padding: 0!important; 
    margin-left: 0px;
}
.top-header .number {
    text-align: center!important;
}
.top-header p{
    margin: 0;
}
.top-header {
    background: #2d5c88;
    height: 90px!important;
}
.top-header .info {
    text-align: center!important;
}
.top-header .mail {
    text-align: center!important;
}
#desktop{
    display:none;
}

  }

.tdn {
  text-decoration: none !important; }

@media only screen and (min-width: 991px) {
  .hidden-mn {
    display: none; }
  .mtb118-m {
    margin: 118px auto; }
  .full-width {
    width: 100% !important; }
  .row-cmn {
    margin-right: -15px;
    margin-left: -15px; }
  .row-clmn {
    margin-left: -15px; }
  .row-crmn {
    margin-right: -15px; }
  .pull-right-m {
    float: right; } 
    
    
#mobile{
  display:none!important;  
}
}

.row-c {
  margin-right: -15px;
  margin-left: -15px; }

.row-cl {
  margin-left: -15px; }

.row-cr {
  margin-right: -15px; }

.pull-left-c {
  float: left; }

.pull-right-c {
  float: right; }

@media only screen and (max-width: 991px) {
  .mtb20-mq {
    margin-top: 20px;
    margin-bottom: 20px; } 
    
    #navbar{
    display:none;
}
#mobile .navbar-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    font-family: 'Helvetica 65 Medium', sans-serif;
}
}

p {
  font-size: 14px;
  color: #8e8e8e;
  line-height: 26px; }

/*=========================================  Main Styles  ===================================================*/
/*Filter styles*/
.saturate:hover img {
  -webkit-filter: saturate(3); }

.grayscale:hover img {
  -webkit-filter: grayscale(100%); }

.contrast:hover img {
  -webkit-filter: contrast(145%); }

.brightness:hover img {
  -webkit-filter: brightness(0.25); }

.blur:hover img {
  -webkit-filter: blur(3px); }

.invert:hover img {
  -webkit-filter: invert(100%); }

.sepia:hover img {
  -webkit-filter: sepia(100%); }

.huerotate:hover img {
  -webkit-filter: hue-rotate(180deg); }

.opacity:hover img {
  -webkit-filter: opacity(50%); }

.old-close::before {
  background-color: transparent !important; }

/*==================================== Header Area ====================================*/
.top-header{
  background: #2d5c88;
  height: 35px;
}
.top-header .main-header{
  padding-top: 5px;
  height: 35px;
}
.top-header p a{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.top-header .number{
  text-align: right;
}
.top-header .info{
  text-align: right;
}
.top-header .mail{
  text-align: right;
}
.header{
  height: 100px;
}
.header img{
  margin-top: 20px;
}

.header .icon{
  text-align: center;
  padding: 3px 3px 4px 5px;
  margin-left: 28px;
  position: relative;
  margin-top: 30px;
}
.header .icon i{
    font-size: 15px;
    color: #000;
    position: absolute;
    right: 22px;
    top: 14px;

}
.header .form-control {
    display: block;
    width: 65%;
    margin-left: 125px;
}
.header .form-control:hover{
    width: 100%;
    margin-left: 60px;
    transition: 1s;
}
#navbar .nav-item .icon .input{
  position: absolute;
  right: 32%;
  width: 165px;
  top: 0px;
  display: none;

}
/*=====================================navbar====================================*/
#navbar .navbar-nav{
  position: relative;
}
#navbar .navbar-nav a{
  font-size: 13px;
  font-weight: 700;
  color: #000;
    font-family: 'Helvetica 65 Medium', sans-serif;
}
#navbar .navbar-nav a:hover{
  color: #00b7f0;
  transition: all 0.5s ease 0s;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #fff!important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #fff!important;
}
#navbar .nav-item{
  position: relative;
}
#navbar .nav-item .icon{
  background: #000;
  text-align: center;
  padding: 3px 3px 4px 5px;
  margin-left: 28px;
}
#navbar .nav-item .icon i{
  font-size: 12px;
  color: #fff;
}
#navbar .nav-item .icon .input{
  position: absolute;
  right: 32%;
  width: 165px;
  top: 0px;
  display: none;

}
#navbar .dropdown-menu{
  margin-top: 0px;
}
.active{
  display: block!important;
}
#navbar .dropdown-menu li{
  padding: 8px 0px 8px 0px;
}
#navbar .dropdown-menu a{
 font-size: 12px;
 font-weight: 600;
}
#navbar li{
  list-style: none;
}
/*=======================================================================*/
#navbar .icon{
  background: #000;
  text-align: center;
  padding: 11px 13px 8px 13px;
  margin-left: 0px;
}
#navbar .icon i{
  font-size: 12px;
  color: #fff;
}
#navbar .icon .input{
    position: absolute;
    right: 41%;
    width: 165px;
    top: 5px;
    /* display: none; */
    border-radius: 0;
    height: 32px;
}
.navbar{
  margin-bottom: 0 !important;
  border-bottom: 2px solid #e5e5e5;
  padding: 0;
}
/*=====================================slider====================================*/
/*#main, #thumbnails img {
  box-shadow: 2px 2px 10px 5px #b8b8b8;
  border-radius: 10px;
}

* {
  transition: all 0.5s ease;
}

#thumbnails {
  text-align: center;
}
#thumbnails img {
  width: 100px;
  height: 80px;
  margin: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #thumbnails img {
    width: 50px;
    height: 50px;
  }
}
#thumbnails img:hover {
  transform: scale(1.05);
}

#main {*/
/*  width: 100%;*/
/*  height: 400px;*/
/*  object-fit: cover;
  display: block;*/
/*  margin: 20px auto;*/
/*}
@media only screen and (max-width: 480px) {
  #main {
    width: 100%;
  }
}

.hidden {
  opacity: 0;
}
#slider .slider-img{
    border-bottom: 2px solid #e5e5e5;
}
#slider .thumbnails-img{
  border-bottom: 2px solid #e5e5e5;
}*/
h3 {
  background: #f0f0f0;
  color: #3498db;
  font-size: 2.25rem;
  margin: .5rem;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer; }
.slick-slide img {
    display: block;
    
}
.top-slider img{
  width: 100%;
}
.down-slider .slider img{
  width: 80%!important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.top-slider{
  border-bottom: 2px solid #e5e5e5;
}
.down-slider{
  border-bottom: 2px solid #e5e5e5;
  background: #f8f8f8;
}
/*==============================Client=======================================*/
.Client{
      margin-top: 20px;
      margin-bottom: 20px;
}
.Client .client-border {
    border: 1px solid #e1e1e1;
}
.col-md-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0;
}
.Client .client-border img{
    width: 65%;
    display: block;
    margin: 0 auto;
}
/*==============================About=======================================*/
#breadcrumb{
  border-bottom: 1px solid #e5e5e5;
  box-shadow: rgb(0 0 0 / 17%) 0px 0px 0px 0px inset, rgb(0 0 0 / 15%) 0px 0px 0px 0px inset, rgb(0 0 0 / 10%) 0px -23px 32px 0px inset;
}
#breadcrumb .banner .breadcrumb a{
  text-decoration: none;
  color: #aaaaaa;
  font-size: 14px;
}
#breadcrumb h2{
  color: #222222;
}
#breadcrumb .heading {
  padding-top: 40px;
  padding-bottom: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #aaaaaa;
}
.breadcrumb-item.active {
  color: #aaaaaa;
  font-size: 14px;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #2d5c88;
}

::selection {
  color: #fff;
  background: #2d5c88;
}

.About{
    
    
}
.About .about-para h4{
    color: #222222; 
    margin: 30px 0px;
}
.About .about-para p{
    color: #222222; 
    margin: 30px 0px;
    text-align: justify;
    font-size: 14px;
}
/*==============================subsidiaries=======================================*/
.subsidiaries{
  margin-top: 30px;
}
.subsidiaries img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.subsidiaries h4{
  margin-left: 12px;

}
.subsidiaries p{
  margin-top: 10px;
  font-size: 14px;
}
.subsidiaries .top a{
text-decoration: none;
color: #222222; 
position: absolute;
font-size: 12px;
}
/*==============================Contact=======================================*/
.contact{

}
.contact .info{
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .info p{
  padding: 0;
  margin: 0;
}
.contact .mail .btn{
  background-color: #2d5c88;
}
.contact .mail .btn:hover{
  background-color: #4686c2;
}
.contact .info p a{
    text-decoration: none;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 26px;
}
.contact .info p a:hover{
    color: #000;
}
/*==============================footer=======================================*/

.footer{
  background-color: #333333;
  height: auto;
}
.footer .all{
    margin-top: 50px;
    margin-bottom: 40px;
}
.footer h6{
  color: #aaaaaa;
}
.footer h6 span{
  color: #fff;
}
.footer p {
    color: #aaaaaa;
    padding: 0;
    margin: 0;
}
.footer p a{
  color: #aaaaaa;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.footer p a:hover{
  color: #000;
  background-color: #fff;

}

.copyright{
  background-color: #000;
}
.copyright p{
    color: white;
    padding: 14px 16px;
    font-size: 14px;
    margin: 0;
}
.copyright p a{
    text-decoration: none;
    color: white;
    font-size: 14px;

}
.copyright ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.copyright li {
  float: left;
}

.copyright li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.copyright li a:hover {
  background-color: #111;
}
/*==============================media Query========================================*/
/*.company-img:hover h2*/
@media (min-width: 800px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1240px!important;
}
.dropdown:hover .dropdown-menu{
  display: block;
}



#navbar .icon .input {
  position: absolute;
  right: 69%;
  width: 168px;
  top: 0px;
  display: none;
}

}
@media only screen and (min-width: 100px) and (max-width: 800px) {
#navbar .navbar-toggler span{
  width: 10%!important;
  text-align: center!important;
  padding: 5px 8px 5px 8px!important;
}
#navbar .navbar-nav a{
  margin-left: 10px!important;
}

.header img{
  width: 80%;
}
.header img {
    margin-top: 5px;
}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
#navbar .navbar-nav a {
    font-size: 10px;
}
}

@media only screen and (min-width: 900px) and (max-width: 914px) {
#navbar .nav-item .icon {
    display: none;
}
#navbar .icon .input {
    right: 0;
    width: 87%;
    top: 0px;
    display: none;
    left: 52px;
}
}
@media only screen and (min-width: 800px) and (max-width: 820px) {
#navbar .icon .input {
    right: 0;
    width: 85%;
    top: 0px;
    display: none;
    left: 53px;
}
#navbar .nav-item .icon {
    display: none;
}
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
#navbar .icon .input {
    right: 0;
    width: 80%;
    top: 0px;
    display: none;
    left: 76px;
}
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
    #navbar .icon .input {
    right: 0;
    width: 70%;
    top: 0px;
    left: 52px;
}
}
@media only screen and (min-width: 390px) and (max-width: 393px) {
    #navbar .icon .input {
    right: 0;
    width: 70%;
    top: 0px;
    left: 52px;
}
}
@media only screen and (min-width: 500px) and (max-width: 540px) {
     #navbar .icon .input {
    right: 0;
    width: 80%;
    top: 0px;
    left: 52px;
}   
}
@media only screen and (min-width: 413px) and (max-width: 414px) {
    #navbar .icon .input {
    right: 0;
    width: 75%;
    top: 0px;
    left: 52px;
}
}
@media only screen and (min-width: 410px) and (max-width: 412px) {
    #navbar .icon .input {
    right: 0;
    width: 75%;
    top: 0px;
    left: 52px;
}
}
@media only screen and (min-width: 200px) and (max-width: 280px) {
    #navbar .icon .input {
    right: 0;
    width: 62%;
    top: 0px;
    left: 52px;
}
}
#button {
  display: inline-block;
  background-color: #00b7f0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


input[type="search"]::-webkit-search-cancel-button {
  display: none;
}