

@charset "UTF-8";
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Volkhov:ital@1&display=swap");
@font-face {
  font-family: 'AcademiaSSK';
  src: url('../fonts/AcademiaSSK.eot');
  src: url('../fonts/AcademiaSSK.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AcademiaSSK.woff2') format('woff2'),
      url('../fonts/AcademiaSSK.woff') format('woff'),
      url('../fonts/AcademiaSSK.ttf') format('truetype'),
      url('../fonts/AcademiaSSK.svg#AcademiaSSK') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kruti100';
  src: url('../fonts/KrutiDev100.eot');
  src: url('../fonts/KrutiDev100.eot?#iefix') format('embedded-opentype'),
      url('../fonts/KrutiDev100.woff2') format('woff2'),
      url('../fonts/KrutiDev100.woff') format('woff'),
      url('../fonts/KrutiDev100.ttf') format('truetype'),
      url('../fonts/KrutiDev100.svg#KrutiDev100') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* RESET CSS */
body {
  line-height: 1.7rem;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  overflow-x:hidden;
}
.container{
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 25px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

p {
  color: #7B7B7B;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}
a{
  outline: 0;
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #525252;  
}

blockquote {
  font-size: 18px;
  border-left: 5px solid #655E7A;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #655E7A;
  border-radius: 4px;
  padding: 4px 0;
}
.navbar-toggle .icon-bar i {
  color: #fff;
  padding: 0px 9px;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.btn-main, .btn-small, .btn-transparent {
  background: #655E7A;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #353240;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 1px solid #655E7A;
  background: #655E7A;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #655E7A;
}
.btn-transparent:hover {
  background: transparent;
  color: #655E7A;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
/*TITLES*/


.page-title {
  padding: 100px 0;
}
.page-title .block {
  text-align: center;
}
.page-title .block h1 {
  color: #fff;
  font-weight: 200;
  letter-spacing: 6px;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.page-title .block p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 70px 0;
}

.social-media-icons ul li {
  display: inline-block;
}
.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}
.social-media-icons ul li .twitter {
  background: #00aced;
}
.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}
.social-media-icons ul li .googleplus {
  background: #dd4b39;
}
.social-media-icons ul li .dribbble {
  background: #ea4c89;
}
.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

.overly, .slider, .page-title {
  position: relative;
}
.overly:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d192c;
  opacity: 0.8;
}

/*-- Header Start  --*/

.header-top{
  background: url("../img/header_bg.png") repeat-x 0 0;
  /*background: rgb(0,58,85);
background: linear-gradient(180deg, rgba(0,58,85,1) 0%, rgba(0,130,163,1) 100%);*/
  min-height: 64px;
}
.krupasindhu .header-top{
  background: url("../img/header_krupa_bg.png") repeat-x 0 0;
  min-height: 64px;
  /*background: rgb(55,3,2);
  background: linear-gradient(180deg, rgba(55,3,2,1) 0%, rgba(166,22,22,1) 100%);*/
}
.gruhamath .header-top{
  background: url("../img/header_gruhamath_bg.png") repeat-x 0 0;
  min-height: 64px;
/*background: rgb(241,78,15);
background: linear-gradient(180deg, rgba(241,78,15,1) 2%, rgba(255,171,0,1) 100%); */
}

.header-top .left-side{
  display: block;
  padding-top: 27px;
}
.header-top .right-side{
  display: block;
  padding-top: 32px;
}
.header-top .left-side .link1{
  font-family: "AcademiaSSK", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
} 
.header-top .right-side .akhil_parivar_title{
  font-family: "Kruti100", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
}
.header-top .left-side .link1:hover,
.header-top .left-side .link1:focus,
.header-top .right-side .akhil_parivar_title:hover,
.header-top .right-side .akhil_parivar_title:focus{
  transition: 0.3s;
  color: #fff;
  text-shadow: 1px 0px 10px rgba(231,218,58,1);
  
}

header {
  background: #fff;
  padding: 20px 0;
}
header .navbar {
  margin-bottom: 0px;
  border: 0px;
}
.navigation {
  background: #c9c9c9;
  padding: 0;
}

.navigation .navbar {
  margin-bottom: 0px;
  border: 0px;
}
.navigation .navbar-brand {
  padding-top: 5px;
}

.navigation .navbar-toggler:focus {
  outline: 0;
}
.navigation .navbar {
  background: none;
  border: 0px;
  width: 100%;
}
.navigation .navbar .navbar-toggler{
  font-size: 26px;
  margin: 5px 0;
}
.navigation .navbar .navbar-nav {
  padding: 0;
}
.navigation .logoWrap{
  position: absolute;
  top: -58px;
  right: 0;
  z-index: 9999;
  text-align: center;
  margin: 0 auto;
  left: 0;
}
.navigation .logoSpace{
  min-width: 225px;
  position: relative;
}
.navigation .navbar .navbar-nav .nav-item:first-child{
  margin-left: 32px;
}

.navigation .navbar .navbar-nav .nav-item.mobile-link{
  display: none;
}
/* Sub Menu */
ul.navbar-nav > .nav-item > .sub-menu-block { 
  font-size: 22px;
  line-height: 25x;
  font-family: 'AcademiaSSK', sans-serif;
  visibility: hidden;
  background-color: #f9f9f9;
  position: absolute;
  margin-top: 0px;
  padding: 40px 20px 20px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index : 20;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;
    
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  
}
  
ul.navbar-nav > .nav-item:hover > .sub-menu-block{ 
  background-color: #f9f9f9; 
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
  
ul.navbar-nav > .nav-item > .sub-menu-block > * {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
  
ul.navbar-nav > .nav-item:hover > .sub-menu-block > * {
  opacity: 1;
}
ul.navbar-nav > .nav-item > .sub-menu-block ul li{
  margin:5px 0;
}
ul.navbar-nav > .nav-item:hover > .sub-menu-block > ul li .subLink{
  font-size: 22px;
  line-height: 20x;
  font-family: 'AcademiaSSK', sans-serif;
  
}
.navigation .navbar .navbar-nav > li > a {
  transition: 0.3s;
  padding:3px 16px;
  text-decoration: none;
}
.navigation .navbar .navbar-nav .nav-item > a {
  font-family: "AcademiaSSK", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  transition: 0.3s;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-decoration: none;
}
.navigation .navbar .navbar-nav > li > a:hover, .navigation .navbar .navbar-nav > li > a:focus,
.navigation .navbar .navbar-nav > li.active a.nav-link{
  color: #ef6029;
  background: rgba(225, 216, 114, 0.6);
  
}
.home-banner {
  position: relative;
  margin-top: 1px;
}

.home-banner .carousel .carousel-indicators .active,
.sub-banner-slide .carousel .carousel-indicators .active {
  background-color: #ef6029;
}
.home-banner .carousel .carousel-control-prev,
.home-banner .carousel .carousel-control-next{
  z-index: 15;
}
.home-banner .carousel .carousel-inner .undga_title1{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 45px;
  z-index: 3;
  text-align: center;
}
.home-banner .slider_banners{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 15px;
  max-width: fit-content;
  z-index: 999;
  text-align: center;
}
.home-banner .slider_banners .banner:first-child{
  margin-right: 2px;
}
.home-banner .slider_banners .banner{
  float: left;
}
.home-banner .slider_banners .banner a{
  transition: .5s;
  display: inline-block;
}
.home-banner .slider_banners .banner a:hover,
.home-banner .slider_banners .banner a:focus{
  transform: scale(1.1);
  /*-webkit-box-shadow: 0px 6px 4px -1px rgba(0,0,0,0.31);
  -moz-box-shadow: 0px 6px 4px -1px rgba(0,0,0,0.31);
  box-shadow: 0px 6px 4px -1px rgba(0,0,0,0.31);*/
}
.home-banner .slider_banners .banner a img{
  width: 100%;
  height: auto;
}
.home-banner .carousel .carousel-inner .carousel-item{
  min-height: 415px;
}
.home-banner .carousel .carousel-inner .carousel-item img{
  margin-top: 45px;
}
.home-banner .carousel .carousel-inner .carousel-item.slide1{
  background: url('../img/header_img1.jpg') no-repeat center top;
  background-size: cover;
}
.home-banner .carousel .carousel-inner .carousel-item.slide2{
  background: url('../img/header_img2.jpg') no-repeat center top;
  background-size: cover;
}
.home-banner .carousel .carousel-inner .carousel-item.slide3{
  background: url('../img/header_img3.jpg') no-repeat center top;
  background-size: cover;
}
.home-banner .carousel .carousel-inner .carousel-item.slide4{
  background: url('../img/header_img4.jpg') no-repeat center top;
  background-size: cover;
}
.home-banner .carousel .carousel-inner .carousel-item.slide5{
  background: url('../img/header_img5.jpg') no-repeat center top;
  background-size: cover;
}

.home-banner .carousel .carousel-inner .carousel-item:nth-of-type(odd) img,
.sub-banner-slide .carousel .carousel-inner .carousel-item:nth-of-type(odd) img {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}
.home-banner .carousel .carousel-inner .carousel-item:nth-of-type(even) img,
.sub-banner-slide .carousel .carousel-inner .carousel-item:nth-of-type(even) img {
  animation: bgburnsWest 25s linear infinite alternate;
  -webkit-animation: bgburnsWest 25s linear infinite alternate;
}
.home-banner .carousel a{
  font-size: 40px;
}

.sub_banner {
  font-family: "AcademiaSSK", sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 40px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background-color: #ef6029;
  display: inline-block;
  margin-top: 7px;
  padding: 50px 0;
  width: 100%;
  text-align: center;
}


.subpage-banner {
  position: relative;
  margin-top: 1px;
}
.subpage-banner {
  min-height: 307px;
}
.subpage-banner{
  background: url('../img/header_img1.jpg') no-repeat center top;
  background-size: cover;
}
.subpage-banner .bottom-band{
  background-color: #ef6029;
  opacity: 0.7;
  display: block;
  height: 50px;
}
.subpage-banner .slide{
  font-family: "AcademiaSSK", sans-serif;
  color: #0b3a57;
  font-size: 33px;
  line-height: 45px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  display: block;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  min-height: 257px;
  position: relative;
}

/*.subpage-banner .slide p{
  font-family: "AcademiaSSK", sans-serif;
  color: #0b3a57;
  font-size: 33px;
  line-height: 45px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-align: center;
  font-style: normal;
  position: relative;
  margin-bottom: 0px;
}*/
.subpage-banner .slide .slide-content{
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.subpage-banner .slide .slide-content .quote-sign{
  font-family: "AcademiaSSK", sans-serif;
  color: #0b3a57;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  font-style: italic;
  position: relative;
}
.subpage-banner .slide .slide-content .quote-sign::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  background-color: #0b3a57;
  height: 2px;
  width: 22px;
}
.subpage-banner .slide .slide-content .quote-sign::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  background-color: #0b3a57;
  height: 2px;
  width: 22px;
}

/*FOOTER*/
.footer {
  background: #0082a3;
  padding: 40px 0;
  color: #003a55;
}
.footer .footer-address p {
  font-size: 13px;
  line-height: 25px;
  color: #003a55;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-logo{
  font-size: 35px;
  font-weight: 600;
  font-family: 'AcademiaSSK';
  letter-spacing: 0.5rem;
  line-height: 40px;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.51);
}
.footer .footer-content{
  font-size: 15px;
  line-height: 25px;
  text-align:start;
  color: #003a55;
}
.footer .footer-menu {
  padding-bottom: 25px;
}
.footer .footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer h4{
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer .footer-menu ul li a {
  display: inline-block;
  font-size: 15px;
  color: #003a55;
}
.footer .footer-menu ul li a:hover {
  color: #fff;
}
.footer .social-menu ul li {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
}
.footer .social-menu ul li a img{
  width: 100%;
}
.footer .social-menu ul li a.color img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  }
  
.footer .social-menu ul li a.color img:hover{
  filter: grayscale(0%);
  filter: gray;
  -webkit-filter: grayscale(0%);
  filter: none;
  transition: 1s ease;
}
.footer .footer-address p{
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-address p.copyright{
  font-size: 12px;
}

.footer .copyright a {
  font-weight: 600;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #655E7A;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
.scroll-to-top:hover {
  background-color: #333;
}
.floatingBtn{
  position: fixed;
  top: 30vh;
  z-index: 888;
  right: 0;
  left: auto;
}




/* SUB PAGES CSS */
.section-title {
  margin: 40px 0;
  padding: 25px;
  background-color: #deedff;
  -webkit-box-shadow: 4px 5px 8px -3px rgba(0,0,0,0.30);
  -moz-box-shadow: 4px 5px 8px -3px rgba(0,0,0,0.30);
  box-shadow: 4px 5px 8px -3px rgba(0,0,0,0.30);
}
.spl-section-title {
  padding: 25px;
  text-align: center;
}
.spl-title-logo{
  border: 1px solid rgba(209, 208, 208, 0.5);
  border-radius: 50%;
  width: 253px;
  margin: 0 auto;
  height: 154px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: rgb(246,242,242);
  background: radial-gradient(circle, rgba(246,242,242,1) 0%, rgba(217,217,217,1) 100%);
  -webkit-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
-moz-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
}
.spl-title-logo.gruhamath{
  border: 1px solid rgba(209, 208, 208, 0.5);
  border-radius: 50%;
  width: 330px;
  margin: 0 auto;
  height: 177px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: rgb(246,242,242);
  background: radial-gradient(circle, rgba(246,242,242,1) 0%, rgba(217,217,217,1) 100%);
  -webkit-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
-moz-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.33);
}
.spl-title-logo img{
  border-style: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 29%;
  margin: 0 auto;
}
.section-title h2 {
  font-family: "AcademiaSSK", sans-serif;
  text-transform:none;
  font-size: 42px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.section-title h2::before{
  content:'';
  width: 7px;
  height: 100%;
  left: -12px;
  top: 0;
  background-color: #428bca;
  position: absolute;
}
.section-title h2 > span{
  font-size: 80px;
  line-height: 80px;
}
.section-title p {
  font-style: italic;
  color: #4d4d4d;
  font-family: "Volkhov", serif;
}
.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section p,
.section .content {
  color: #4d4d4d;
  font-family: "roboto", serif;
  font-size: 18px;
  line-height: 22px;
}

.section p a:link,
.section .content a:link {
  text-decoration: underline;
}
.section p a:hover, .section p a:focus,
.section .content a:hover,
.section .content a:focus {
  text-decoration: none;
}
.section .content .address{
  font-family: "roboto", serif;
  font-size: 20px;
  line-height: 28px;
}

.section .spl-content{
  background: rgb(100,199,255,0.5);
  background: linear-gradient(180deg, rgba(100,199,255,0.5) 0%, rgba(233,250,255,0.5) 100%);
  border-radius: 10px;
  -webkit-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.22);
  -moz-box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.22);
  box-shadow: -1px 6px 35px -14px rgba(0,0,0,0.22);
  padding: 30px;
}
.section .spl-content.gruhamath{
  background: rgb(255,159,90);
  background: linear-gradient(180deg, rgba(255,159,90,0.5046219171262255) 0%, rgba(255,229,171,0.499019676229867) 100%);
}
/* CONTACT US PAGE */
.contact {
  padding: 0px 0;
}

.contact .heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.contact .heading p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin: 20px 0 60px;
  padding: 0;
}

.contact .form-control {
  padding: 25px;
  font-size: 15px;
  margin-bottom: 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 10px;
}

.contact button.btn {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  background: #ff9100;
  color: #ffffff;
}

.contact .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.contact .title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 40px;
}

.contact .content .info {
  margin-top: 30px;
}
.contact .content .info i {
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #02434b;
  margin-right: 20px;
  text-align: center;
  width: 20px;
}
.contact .content .info h4 {
  font-size: 16px;
  line-height: 1.4;
}

.contact .content .info h4 span {
  font-size: 16px;
  font-weight: 300;
  color: #494949;
}
.contact .content .title .icon{
  width: 100%;
}








/* X-LARGE DEVICE*/
@media (min-width: 992px) {
  .home-banner .carousel .carousel-inner .undga_title1 .desktop{
    display: inline-block;
  }
  .home-banner .carousel .carousel-inner .undga_title1 .mobile{
    display: none;
  }
}



/* LARGE DEVICE*/
@media (max-width: 992px) {
  .page-title .block h1 {
    font-size: 32px;
  }
  .header-top .left-side{
    display: block;
    padding-top: 5px;
    text-align: center;
  }
  .header-top .left-side .link1{
    display: none;
  }
  .header-top .right-side{
    display: block;
    padding-top: 3px;
    text-align: center;
  }
  .navigation .navbar .navbar-nav {
    text-align: center;
  }
  .navigation .navbar .navbar-nav .nav-item{
    margin-left: 10px;
  }
  .navigation .navbar .navbar-nav .nav-item.mobile-link{
    display: block;
  }
  .navigation .navbar .navbar-nav .nav-item{
    display: none;
  }
  .navigation .logoSpace{
    display: none;
  }

  .header-top .logoSpace{
    width: 100%;
    position: relative;
  }
  .header-top .logoSpace .logoWrap{
    position: absolute;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 33px;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
  }
  .header-top .logoSpace .logoWrap img{
    width: 100%;
  }

  .navigation .navbar .navbar-collapse{
    position: absolute;
    left: auto;
    right: auto;
    top: 48px;
    background:#fff;
    z-index: 8888;
    width: 100%;
  }
  .navigation .navbar .navbar-nav .nav-item{
    margin: 0px;
  }
  .navigation .navbar .navbar-nav .nav-item a{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: #d8d7d1;
    color: #000;
  }
  .navigation .navbar .navbar-nav .nav-item:first-child {
    margin: 0 10px;
  }
  .navigation .navbar .navbar-nav .nav-item:last-child{
    border-bottom: 0px;
    background-color: #3b5998;
  }
  .navigation .navbar .navbar-nav .nav-item:last-child a{
    color: #fff;
  }
  .navigation .navbar .navbar-nav .nav-item .dropdown-menu{
    padding: 0;
    border: 0px;
    margin-left: 15px;
  }
  .home-banner .carousel .carousel-inner .carousel-item img{
    width: 90%; 
    height: auto;
    margin-top: 85px !important;
   }
   .home-banner .carousel .carousel-inner .undga_title1 .desktop{
     width: 80%;
     height: auto;
   }
  .home-banner .carousel .carousel-inner .undga_title1 .mobile{
    display: none;
  }

  .footer {
    padding: 40px 0 0 0;
  }
  .floatingBtn{
    position: fixed;
    top: auto;
    bottom: 10px;
    z-index: 888;
    right: 0;
    left: auto;
  }
}



/* MEDIUM DEVICE*/
@media (max-width: 768px) {
  .navigation .navbar .navbar-collapse{
    padding-top: 20px;
  }
  .header-top .logoSpace{
    width: 100%;
    position: relative;
  }
  .header-top .logoSpace .logoWrap{
    width: 15%;
  }
  .header-top .logoSpace .logoWrap img{
    width: 100%;
  }
  .home-banner .carousel .carousel-inner .undga_title1 .desktop{
    display: inline-block;
  }
  .home-banner .carousel .carousel-inner .undga_title1 .mobile{
    width: 40%;
    display: none;
  }
  .home-banner .carousel .carousel-inner .carousel-item img{
   width: 75%; 
   height: auto;
   margin-top: 46px !important;
  }
  .home-banner .slider_banners{
    width: auto;
  }
  .home-banner .slider_banners .banner{
    width: 50%;
  }
  .home-banner .slider_banners .banner:first-child{
    width: 38%;
    margin-left:3.1rem;
    text-align: right;
  }

  .subpage-banner .slide{
    font-size: 24px;
    line-height: 30px;
  }

  .contact .content .title .icon{
    width: 50%;
    margin-bottom: 30px;
  }
  .footer {
    padding: 40px 0 20px 0;
  }

}


/* SMALL DEVICE*/
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
  .header-top .logoSpace .logoWrap{
    width: 30%;
  }
  .home-banner .carousel .carousel-inner .undga_title1 .mobile{
    width: 60%;
    display: inline-block;
  }
  .home-banner .carousel .carousel-inner .undga_title1 .desktop{
    display: none;
  }
  .home-banner .slider_banners{
    width: auto;
  }
  .home-banner .slider_banners .banner{
    width: 46%;
  }
  .home-banner .slider_banners .banner:first-child{
    width: 35%;
    margin-left:2.1rem;
    text-align: right;
  }
  .section .spl-content{
    padding: 20px;
  }
}



@media only screen and (max-width: 1100px) and (min-width: 1080px)  {
  .navigation .logoSpace{
    min-width: 183px;
    position: relative;
  }
  .navigation .navbar .navbar-nav .nav-item{
    margin-left: 6px;
  }
  .navigation .navbar .navbar-nav .nav-item a{
    font-size: 18px !important;
  }
  .navigation .navbar .navbar-nav .nav-item:first-child{
    margin-left: 25px;
  }
}