/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media (max-width: 360px) and (min-width: 360px){

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #top .text-content h3{
    font-size: 20px;
  } 
  #top .text-content h5{
    font-size: 20px;
  } 


  #vision .section-heading h2 {
    font-size: 20px;
  }
  #vision .section-heading h6 {
    font-size: 20px;
    font-weight:bold;
  }
  #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
     font-weight:bold;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
     font-weight:bold;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  
  #banner01 .section-heading h6 {
    font-size: 22px;

  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }

   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 20px;
    }
    #banner03 .section-heading h6 {
    font-size: 22px;
    }
  #banner03 .section-heading h2 {
    font-size: 20px;
    }

  
}

@media (max-width: 375px) and (min-width: 375px)
 {
   .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 12px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #top .text-content h3{
    font-size: 22px;
  } 
  #top .text-content h5{
    font-size: 22px;
  } 


  #vision .left-text-content .section-heading h2 {
    font-size: 19px;
  }
  #vision .left-text-content .section-heading h6 {
    font-size: 19px;
  }

  #about .left-text-content .section-heading h2 {
    font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
    font-size: 20px;
  }

  #work .left-text-content .section-heading h2 {
    font-size: 19px;
  }
  #work .left-text-content .section-heading h6 {
    font-size: 19px;
  }

  

  #banner01 .container .section-heading h2 {
    font-size: 18px;
   }
  #banner01 .container .section-heading h6 {
    font-size: 18px;
   }
  
  #banner02 .container .section-heading h2 {
    font-size: 18px;
   }
  #banner02 .container .section-heading h6 {
    font-size: 18px;
   }

  #banner03 .container .section-heading h2 {
    font-size: 18px;
   }
  #banner03 .container .section-heading h6 {
    font-size: 18px;
   }

}

@media (max-width: 385px) and (min-width: 384px){

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 18px;
    
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  #top .text-content h3{
    font-size: 24px;
  } 
  #top .text-content h5{
    font-size: 22px;
  } 


  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
   #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
   #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
   #work .left-text-content .section-heading h6 {
     font-size: 20px;
  }
   #work .left-text-content .section-heading h2 {
     font-size: 18px;
  }

  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }

   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 20px;
    }

  #banner03 .section-heading h6 {
    font-size: 22px;
  }
  #banner03 .section-heading h2 {
    font-size: 20px;
  }
  
}

@media (min-width: 390px) and (max-width: 390px)  {
 
 .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #top .text-content h3{
    font-size: 20px;
  } 
  #top .text-content h5{
    font-size: 20px;
  } 

  #vision .left-text-content .section-heading h2 {
    font-size: 16px;
  }
  #vision .left-text-content .section-heading h6 {
    font-size: 16px;
  }
  #about .left-text-content .section-heading h2 {
    font-size: 16px;
  }
  #about .left-text-content .section-heading h6 {
    font-size: 16px;
  }
  #work .left-text-content .section-heading h2 {
    font-size: 16px;
  }
  #work .left-text-content .section-heading h6 {
    font-size: 16px;
  }

  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }

  #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }

  #banner03 .section-heading h6 {
    font-size: 22px;
    }
  #banner03 .section-heading h2 {
    font-size: 22px;
    }

}

@media (min-width: 393px) and (max-width: 393px)  {
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #service .section-heading h2 {
    font-size: 18px;
  }
  #about .section-heading h2 {
    font-size: 24px;
  }
  #work .section-heading h2 {
    font-size: 18px;
  }
  
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner02 .section-heading h6 {
    font-size: 21px;
  }
  #banner03 .section-heading h6 {
    font-size: 22px;
  }

}

@media (max-width: 402px) and (min-width: 402px){

 .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
   #banner03 .section-heading h6{
    font-size: 20px;
  }
 #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}

@media (max-width: 412px) and (min-width: 412px){

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #top h3 {
    font-size: 24px;
  }
  #top h5 {
    font-size: 24px;
  }
  #vision .left-text-content .section-heading h2 {
    font-size: 17px;
  }
  #vision .left-text-content .section-heading h6 {
    font-size: 16px;
  }

  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
   #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h2 {
     font-size: 20px;
  }

  #banner01 .section-heading h6 {
    font-size: 22px;

  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }


  #banner02 .section-heading h6 {
    font-size: 22px;

  }
  #banner02 .section-heading h2{
    font-size: 20px;
  }

  #banner03 .section-heading h6 {
    font-size: 22px;

  }
  #banner03 .section-heading h2{
    font-size: 20px;
  }
}

@media (max-width: 414px) and (min-width: 414px){
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 14px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 24px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }

  #top .text-content h3{
    font-size: 24px;
  } 
  #top .text-content h5{
    font-size: 24px;
  } 

  #vision .left-text-content .section-heading h2 {
    font-size: 18px;
  }
  #vision .left-text-content .section-heading h6 {
    font-size: 18px;
  }

  #about .left-text-content .section-heading h2 {
     font-size: 18px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #work .left-text-content .section-heading h2 {
     font-size: 18px;
  }
  #work .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  
  
  #banner01 .section-heading h6 {
    font-size: 24px;
    word-spacing: 6px;
  }
  #banner01 .section-heading h2{
    font-size: 24px;
  }

  #banner02 .section-heading h6 {
    font-size: 24px;
  }
  #banner02 .section-heading h2{
    font-size: 24px;
  }
  #banner03 .section-heading h6 {
    font-size: 24px;
  }
  #banner03 .section-heading h2{
    font-size: 24px;
  }

}

@media (max-width: 420px) and (min-width: 420px){

 .header-area .main-nav .logo {
    font-size: 14px;
    float: left;
    line-height: 40px;

  }
  .header-area .main-nav .nav li a {
     font-size: 9px;
     line-height: 0px;
     height: 1px;
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 20px;
  }
 #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #work .left-text-content .section-heading h2 {
     font-size: 18px;
  }
}

@media (max-width: 428px) and (min-width: 428px) {
  
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #top .text-content h3{
    font-size: 30px;
  } 
  #top .text-content h5{
    font-size: 30px;
  } 
  #vision .section-heading h2 {
    font-size: 22px;
  }
  #vision .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
 
  #banner03 .section-heading h6{
    font-size: 20px;
  }
  #banner03 .section-heading h2{
    font-size: 20px;
  }

 #about .left-text-content .section-heading h2 {
     font-size: 22px;
  }
   #about .left-text-content .section-heading h6 {
     font-size: 22px;
     font-weight:bold;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 22px;
     font-weight:bold;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 22px;
  }
}

@media (max-width: 430px) and (min-width: 430px) {
  
.header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #top .text-content h3{
    font-size: 25px;
  } 
  #top .text-content h5{
    font-size: 25px;
  } 
  #vision .left-text-content .section-heading h2 {
    font-size: 18px;
  }
  #vision .left-text-content .section-heading h6 {
    font-size: 18px;
  }

  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
 
  #banner03 .section-heading h6{
    font-size: 20px;
  }
  #banner03 .section-heading h2{
    font-size: 20px;
  }

  #about .left-text-content .section-heading h2 {
     font-size: 18px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }
}

@media (max-width: 440px) and (min-width: 440px){

 .header-area .main-nav .logo {
    font-size: 14px;
    float: left;
    line-height: 40px;
  }
  .header-area .main-nav .nav li a {
     font-size: 9px;
     line-height: 0px;
     height: 1px;
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
   #banner03 .section-heading h6{
    font-size: 20px;
  }
   #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
   #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}


@media (max-width: 768px) and (min-width: 768px){

  .header-area .main-nav .logo {
    font-size: 16px;
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 20px;
  }
  #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}

@media (max-width: 810px) and (min-width: 800px){

   .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 14px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 30px;
    
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 34px;
  }
  #banner01 .section-heading h2 {
    font-size: 34px;
  }
  #banner02 .section-heading h6 {
    font-size: 34px;
    }
  #banner02 .section-heading h2 {
    font-size: 34px;
    }
  #banner03 .section-heading h6{
    font-size: 34px;
  }
  #banner03 .section-heading h2{
    font-size: 34px;
  }
 
 #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}

@media (max-width: 820px) and (min-width: 820px){

  .header-area .main-nav .logo {
    font-size: 16px;
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 20px;
  }
 #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}
@media (max-width: 834px) and (min-width: 834px){

  .header-area .main-nav .logo {
    font-size: 16px;
  }
.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #vision .section-heading h2 {
    font-size: 17px;
  }
  #vision .section-heading h6 {
    font-size: 16px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 20px;
  }
 #about .left-text-content .section-heading h2 {
     font-size: 20px;
  }
  #about .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 20px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }
}

@media (max-width: 859px) and (min-width: 859px){

.header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 22px;
    
  }

.header-area .main-nav .logo {
    font-size: ;
    float: left;
    line-height: 4px;
  }
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 14px;
    padding-top: 10px;
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #top .text-content h3{
    font-size: 30px;
  } 
  #top .text-content h5{
    font-size: 25px;
  } 
  #vision .section-heading h2 {
    font-size: 18px;
  }
  #vision .section-heading h6 {
    font-size: 18px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;

  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
 #banner03 .section-heading h6{
    font-size: 20px;
  }
  #banner03 .section-heading h2{
    font-size: 20px;
  }

 #about .left-text-content .section-heading h2 {
     font-size: 18px;
  }
   #about .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }
}

@media (max-width: 932px) and (min-width: 932px) {
  

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #17202a!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #17202a !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #17202a!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  
  .header-area .main-nav .nav li a {
     font-size: 8px;
     line-height: 20px;
     height: ;
  }
   .header-area .main-nav .logo {
    font-size: 1px;
  }

.img-fill img {
     width: 100%;
    height: auto;
    object-fit: cover;
  }
  #top .text-content h3{
    font-size: 30px;
  } 
  #top .text-content h5{
    font-size: 25px;
  } 
  #vision .section-heading h2 {
    font-size: 18px;
  }
  #vision .section-heading h6 {
    font-size: 18px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;

  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  
  #banner03 .section-heading h6{
    font-size: 20px;
  }
  #banner03 .section-heading h2{
    font-size: 20px;
  }

 #about .left-text-content .section-heading h2 {
     font-size: 18px;
  }
   #about .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h6 {
     font-size: 18px;
  }
  #focus .left-text-content .section-heading h2 {
     font-size: 18px;
  }

}

@media (max-width: 1728px) and (min-width: 1200px) {
     #top .text-content h3{
    font-size: 30px;
  } 
    #top .text-content h5{
    font-size: 30px;
  } 

  #vision .section-heading h2 {
    font-size: 22px;
  }
  #vision .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #about .section-heading h2 {
    font-size: 22px;
  }
  #about .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #focus .section-heading h2 {
    font-size: 22px;
  }
  #focus .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #banner01 .section-heading h6 {
    font-size: 22px;
  }
  #banner01 .section-heading h2{
    font-size: 20px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 22px;
    font-weight:bold;
  }
  #banner03 .section-heading h2{
    font-size: 22px;
  }
}




@media (max-width: 1920px) and (min-width: 1920px) {
    #top .text-content h3{
    font-size: 30px;
  } 
    #top .text-content h5{
    font-size: 30px;
  } 

  #vision .section-heading h2 {
    font-size: 22px;
  }
  #vision .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #about .section-heading h2 {
    font-size: 22px;
  }
  #about .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #focus .section-heading h2 {
    font-size: 22px;
  }
  #focus .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    letter-spacing: 5px;
  }
  #banner01 .section-heading h6 {
   font-size: 22px;
    font-weight:bold;
  }
  #banner01 .section-heading h2{
    font-size: 22px;
  }
   #banner02 .section-heading h6 {
    font-size: 22px;
    font-weight:bold;
    }
  #banner02 .section-heading h2 {
    font-size: 22px;
    }
  #banner03 .section-heading h6{
    font-size: 22px;
    font-weight:bold;
  }
  #banner03 .section-heading h2{
    font-size: 22px;
  }

}

