:root {
  --body-color1:#12aaeb;
    --body-color2:#043140;
  --body-color3:#f6ba18;
  --body-color4:#212831;
    --body-color:#666666;
    --hover-color:#f6ba18;
   --head-font: "Open Sans", serif;
   --head-font1:"Open Sans", serif;
    --body-font: "Open Sans", serif;
  
   
   }
   @font-face {
    font-family: 'Calibri Light';
    font-style: normal;
    font-weight: normal;
    src: local('Calibri Light'), url('calibril.woff') format('woff');
    }

   #hm{
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            background: #fff !important; 
    
        }
    
    #hm.sticky {
          position:fixed; top:0; z-index:1998; width:100%; 
          animation: drop-in 1s ease 200ms backwards;
        } 

        #hm.sticky .top-div1, #hm.sticky .top-div2{display: none;}
        .logo-div1{display: none; padding-top: 10px; padding-bottom: 10px; width: 7%;}
        #hm.sticky .logo-div1{display: block; }

@keyframes drop-in {
  from {
   opacity: 0;
   transform: translateY(-100px);
  }
  to {
   opacity: 1;
   transform: translate(0px);
  }
 }

        body{
          font-family: var(--body-font);
         color:var(--body-color);
            text-align: justify;
            font-size: 14px;
  line-height: 22px;
          }
    
        .container {
          max-width: 1200px;
          width: 100%;
        }
        a, a:hover, a:focus{outline: none; text-decoration: none;}
        a {
          color: var(--body-color2);
          text-decoration: none;
        }
        img{display: block;}
      
        h1, h2, h3, h4, h5{font-family: var(--head-font);}

@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 57px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #0d6efd;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    z-index: 2001;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
.dropdown-item{background: var(--body-color2); color:#fff; font-size: 13px; text-transform: uppercase; border-bottom: 1px solid #222; padding: 8px 20px; }
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
  color: #fff;
  background-color: var(--body-color3);
}


.top-div1{padding-top: 0px; padding-bottom: 0px; background:var(--body-color1); color:#fff}
.topbar-left .welcome-text {
  font-style: italic;
  color: #ffffff;
  padding: 8px 0;
  font-weight: 600;
}
.topbar-right{column-gap: 20px;}
.topbar-right .topbar-menu{margin: 0; padding: 8px 0;}
.topbar-right .topbar-menu li {
  list-style: none;
  float: left;
  color: #ffffff;
  padding: 0 0px;
  font-size: 12px;
}

.topbar-right .topbar-menu li::before {
  content: '|';
  padding: 0 10px;
}
.topbar-right .topbar-menu li:last-child::after {
  content: '|';
  padding: 0 10px;
}
.topbar-right .topbar-menu li a {
  color: #ffffff;
}

.topbar-right .topbar-menu li a:hover {
  color: var(--hover-color);
}

.topbar-right .topbar-sosmed{margin: 0; padding: 0;}
.topbar-right .topbar-sosmed li {
  list-style: none;
  float: left;
  font-size: 18px;
  padding: 0 10px;
}
.topbar-right .topbar-sosmed li a {
  color: #ffffff;
}
.topbar-right .topbar-sosmed li a:hover {
  color: var(--hover-color);
}
.top-div2{padding-top: 10px; padding-bottom: 10px;}
.contact-info{column-gap: 60px;}
.box-icon-1 .icon {
  display: inline-block;
  color: var(--body-color1);
  font-size: 36px;
  line-height: 43px;
  
}
.box-icon-1{column-gap: 20px;}
.box-icon-1 .body-content, .box-icon-1 .body-content a {
  
  color: #666666;
}
.box-icon-1 .body-content .heading, .box-icon-1 .body-content .heading a {
  color: #333333;
  font-weight: 600;
}

.top-div3{background: var(--body-color2);}

.menu-div .navbar-nav .nav-item .nav-link{padding: 10px 20px; color:#fff; text-transform: uppercase;}

.menu-div .navbar-nav .nav-item .nav-link {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
  position: relative;
  line-height: 19px;
}

/* .menu-div .navbar-nav .nav-item .nav-link:before {
	position: absolute;
	top: 70%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 13pt;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.menu-div .navbar-nav .nav-item .nav-link:hover:before, .menu-div .navbar-nav .nav-item .nav-link:focus:before, .menu-div .navbar-nav .nav-item.active .nav-link:before {
	color: var(--body-color1);
	text-shadow: 10px 0 var(--body-color1), -10px 0 var(--body-color1);
} */

.menu-div .navbar-nav .nav-item .nav-link:hover, .menu-div .navbar-nav .nav-item .nav-link:focus, .menu-div .navbar-nav .nav-item.active .nav-link {
	color: var(--body-color3);
}



.btn-enroll a {
  background-color: var(--body-color3);
  color: #ffffff;
  padding: 15px 30px;
  border: 0;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; text-transform: uppercase;
display: inline-block;
margin: 0;
transition: all .5s ease;
}

.btn-enroll a:hover{background: var(--body-color1);}



@media(max-width:769px)
{
  .offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    height: 100%;
  }
  .column-drop{display: block;}
}

.banner-div1 {
  position: relative;
  z-index: 2;  }
  .banner-div1 .carousel-item{background: #0d0d0d; }
  .banner-div1 img {
    width: 100%;  position: relative; /*opacity: .3;*/ }


    .banner-div1 .carousel-indicators {
      bottom: 0px;
      right: auto;
      margin-left: 2%; }
    .banner-div1 .carousel-indicators li {
      background: var(--body-color2);
      width: 11px;
      height: 11px;
      border-radius: 50%;
      opacity: 1;
      border: 3px solid #5a5a5a; }
    .banner-div1 .carousel-indicators .active {
      width: 11px;
      height: 11px;
      background: #5a5a5a;
      border: 3px solid var(--body-color2) }
    .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
      top: 0%; }
    .banner-div1 .carousel-control-prev {
      background: url(../images/banner-arrow-left.png) no-repeat left center;
      left: 2%;
      opacity: 1; width: 12%;}
    .banner-div1 .carousel-control-next {
      background: url(../images/banner-arrow-right.png) no-repeat right center;
      right: 2%;
      opacity: 1;
      z-index: 100; width:12%; }
  
      .banner-div1 .carousel-caption{
  left: 20%;
  text-align: left;
  right: auto;
  top:20%;
  bottom: auto;


  width: 40%;
  padding-top: 0;
  
      }
  
     
  .banner-div1 .carousel-caption h5{margin: 0; font-size: 2.857em;
 font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px; text-rendering: optimizeLegibility; color:#fff}
    .banner-div1 .carousel-caption p{font-size: 18px; color: #ffffff; line-height: normal;}
    .home-contact{margin-top: 40px;}
    .home-contact a{background-color: var(--body-color1); font-size: 14px;
      color: #ffffff;
      padding: 15px 35px;
      border: 0;
      font-weight: 600; border-radius: 3px; transition: all .5s ease; }
      .home-contact a:hover{background: var(--body-color2);}



.box-icon-2 {
  margin-bottom: 40px;
  display: flex;
  column-gap: 20px;
}

.box-icon-2 .icon {

  color: var(--body-color1);
  font-size: 36px;
  line-height: 43px;
 
}

.box-icon-2 .body-content {
  
  color: #666666;
}
.box-icon-2 .body-content .heading {
  color: #333333;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: normal;
}

.wel-div1 .container {
  border-bottom: 1px solid #eee;
  padding-top: 80px; padding-bottom: 40px;
}

.wel-div2 .container{border-bottom: 1px solid #eee; padding-top: 80px; padding-bottom: 80px;}

.section-heading {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  color: var(--body-color1);
  margin-bottom: 20px;
}
ul.checklist {
  margin: 0;
}

ul.checklist li {
  list-style: none;
  margin: 10px 0 25px 0px;
}
ul.checklist li::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 20px;
  color: var(--body-color1);
  margin-left: -35px;
  margin-right: 15px;
}
.know-more{margin-top: 50px;}

.know-more a{font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 35px;
  border: 0;
  font-weight: 600;
  background-color: var(--body-color3); border-radius: 4px; text-transform: uppercase; transition: all .5s ease;}
  .know-more a:hover{background:var(--body-color2)}

  .wel-div3 .container{border-bottom: 1px solid #eee; padding-top: 80px; padding-bottom: 80px;}

  .box-image-1 {
    position: relative;
   
  }

  .box-image-1 .image {
    overflow: hidden;
    background-color: #000;
  }

  .box-image-1 .image img {
    opacity: .9;
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
  }
  .box-image-1:hover .image img {
    opacity: .4;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: none;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .box-image-1 .description {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .box-image-1 .blok-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
  }
  .wel-div3 .know-more{margin-top: 10px;}
  .wel-div3 .know-more a{ background: var(--body-color1);}
  .wel-div3 .know-more a:hover{background: var(--body-color3);}

  .wel-div4 .container{border-bottom: 1px solid #eee; padding-top: 80px; padding-bottom: 80px;}
  
  dl.hiw {
    width: 100%;
  }
  dl.hiw dt {
    width: 30px;
    float: left;
  }
  dl.hiw dt .fa {
    font-size: 24px;
    color: #12aaeb;
  }
  dl.hiw dd {
    margin-left: 60px;
    margin-bottom: 40px;
  }

  dl.hiw dd h4 {
    clear: none;
    font-size: 1.286em;
  line-height: normal;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #676767;
  }

.wel-div5 .container{padding-top: 80px;}

  .people, .user-pic {
    display: block;
    max-width: 100%;
  }

  .box-testimony {
    position: relative;
    box-sizing: border-box;
  }

  .box-testimony::before {
    content: "\f10e";
    color: #f6ba18;
    font-family: FontAwesome;
    font-size: 60px;
    float: left;
    line-height: initial;
  }

  .box-testimony .quote-box {
    margin-left: 80px;
  }

 
  .box-testimony .quote-box blockquote {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-left: 0;
    font-style: italic;
    color: #686868;
  }

  blockquote::before, blockquote::after, q::before, q::after {
    content: "";
  }

  .box-testimony .quote-box .quote-name {
    margin-top: 30px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #12aaeb;
  }

  .box-testimony .quote-box .quote-name span {
    font-size: 12px;
    font-style: italic;
    color: #666666;
    font-weight: normal;
    display: block;
  }

  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #e3e3e3;
    margin: 0 3px;
  }
  .owl-dots .owl-dot.active {
    background-color: var(--body-color1)
  }
  .owl-dots .owl-dot:focus {
    outline: none;
  }
.banner-page{
  padding-top: 80px;
  padding-bottom: 80px;
}
  .banner-page.about {
    background: url("../images/slide2-2.jpg") bottom center no-repeat;
    height: 250px;
  display: block;
  }
  .banner-page .title-page {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 2.857em;
  line-height: normal;
  font-weight: 700;
  margin-top: 10px;
  }
  .banner-page .breadcrumb {
    padding: 0;
    margin: 0;
   justify-content: center;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
  }
  .breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }
  .banner-page .breadcrumb > .active, .banner-page .breadcrumb > li + li::before, .banner-page .breadcrumb a {
    color: #f6ba18;
  }  

  .about-div1 .container{padding-top: 60px; padding-bottom: 60px;}


  .flip-box {
    background-color: transparent;
    width: 100%;
    height: 285px;
    margin-top: 25px;
    /* border: 1px solid #f1f1f1; */
    /*perspective: 1000px;*/ /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-box-front {
    background-color: #bbb;
    color: black;
  }
  
  /* Style the back side */
  .flip-box-back {
     background: var(--body-color2);
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
    
  } 

  .flip-box-front h2{margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  }
  .flip-box-front img{width: 100%; height: 285px; object-fit: cover;}

  .flip-box-back h2{margin: 0; font-size: 28px; margin-bottom: 10px; }


.offer-div1{margin-bottom: 30px;}


.title-agent {
  margin: 0;
  font-weight: 700;
  color: var(--body-color2);
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.services-div1 .know-more a {
  background: var(--body-color1);
}

.services-div1 .know-more a:hover {
  background: var(--body-color3);
}

.form2{margin-top: 20px;}
.form2 .form-group {
  margin-top: 15px;
  }
  .form2 input.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  background-clip: padding-box;

  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form2 textarea.form-control
{
  display: block;


  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  background-clip: padding-box;

  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

  .form2 .btn1 {
  color: #fff;
  margin-top: 15px;
  border-radius: 5px !important;
  background: var(--body-color1);
  box-shadow: none !important;
  border: none !important;
  padding: 10px 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s ease;
  }
  .form2 .btn1:hover{background:var(--body-color2)}

  .form2 .form-control::placeholder{color:#b1b1b1}

  .widget-title {
    font-size: 24px;
    font-weight: 700;
    color: #043140;
    margin-bottom: 40px;
  }



.footer-div1{/*background: var(--body-color2);*/ padding-top: 60px; padding-bottom: 30px; color:#fff; position: relative; line-height: 30px; position: relative; background: var(--body-color4); text-align: justify;}
/* .footer-div1:before{content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -21%;
  left: 0%;
  background: url(../images/design3.png) no-repeat top left;} */
.footer-div1 a{color:#fff}





.foot-flex{column-gap: 30px; justify-content: space-between; }
.foot-col1, .foot-col2, .foot-col3, .foot-col4{width:33%;}
.foot-col2{width: 27%;}
.foot-col1, .foot-col3{width: 36%;}

.footer-div1 h5{margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0;
  color:#fff; position: relative;}
  .footer-div1 h5::after {
    content: '';
    display: block;
    width: 35px;
    border-bottom: 1px solid #12aaeb;
    margin-top: 20px;
  }

  .footer-item .list {
    margin: 0;
    padding: 0;
  }
  .footer-item .list li {
    list-style: none;
    margin: 14px 0;
  }
  .footer-item .list li::before {
    content: '\f105';
    font: normal normal normal 16px/1 FontAwesome;
    color: #12aaeb;
    margin-right: 10px;
  }
  .footer-item .list li a {
    color: #ffffff;
  }
  .footer-item .list li a:hover {
    color: #f6ba18;
  }
  .list-info {
    margin: 0;
    padding: 0;
  }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
  }
  .list-info li .info-icon {
    display: inline-block;
    color: #12aaeb;
    font-size: 16px;
    float: left;
  }
  .list-info li .info-text {
    margin-left: 30px;
  }
  .footer-item .footer-sosmed {
  
    
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
  }

  .footer-item .footer-sosmed a .item {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    margin: 0 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #1C222A;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
  }

  .footer-item .footer-sosmed a .item:hover {
    background-color: #f6ba18;
  }
  .fcopy {
    padding: 30px 0;
    color: #999999;
    font-size: 14px;
    background-color: #1C222A;
  }

.foot-phil{font-size: 19px;}
.foot-mail{margin-top: 15px;}
.foot-mail a{/*color:var(--body-color1);*/ color:#fff; font-size: 18px;}

.foot-copy{border-top: 1px solid #fff; margin-top: 20px; padding-top: 20px;}








@media(max-width:1025px)
{
  .foot-col2 {
    width: 20%;
  }
  .list-info li .info-text{margin-left: 20px;}
  .logo-div1{width: 9%;}
}

@media(max-width:981px)
{

.logo-div{width: 15%;}
.contact-info {
  column-gap: 30px; font-size: 13px;}
  .box-icon-1 {
    column-gap: 10px;
  }
  .banner-div1 .carousel-caption{width: 50%;}
  .box-testimony .quote-box blockquote {
    font-size: 15px;
    line-height: 24px;}
  .footer-div1 h5{font-size: 18px;}
  
  
}

@media(max-width:769px)
{
.top-div1{text-align: center; padding-bottom: 10px;}
.topbar-right .topbar-menu, .topbar-right .topbar-sosmed{justify-content: center;}
.topbar-right .topbar-sosmed{margin-top: 10px;}
.logo-div{width: auto;}
.logo-div img{margin-left: auto; margin-right: auto;}
.box-icon-1{margin-top: 10px; text-align: center;}
.top-div3 .btn-enroll{display: none;}


  .navbar-toggler{position: fixed; top: 5px; right: 20px; background-color: var(--body-color3);
    --bs-navbar-toggler-icon-bg: url("../images/hamburger-icon.svg");}
  .offcanvas.offcanvas-top{height: 100%; background: var(--body-color2) !important;}
  .menu-div .navbar-nav .nav-item .nav-link {
    color:#fff
  }
  .menu-div .navbar-nav .nav-item .nav-link:hover, .menu-div .navbar-nav .nav-item .nav-link:focus, .menu-div .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background: var(--body-color1);
  }
  .menu-div .navbar-nav .nav-item .nav-link::before{display: none; content: none;}
  .nav-fill .nav-item{width: 100%;}
  .dropdown-item{text-align: center; font-size: 12px; background: #33778e;}
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
    color: #fff;
    background-color: #1b6b8c;
  }
  .menu-div .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    border-bottom: 1px solid #1c5163;
  }

  .banner-div1 .carousel-caption h5{font-size: 2.1em;}
  .wel-div1 .container{padding-top: 30px; padding-bottom: 0px;}
.wel-div2 .container{padding-top: 30px; padding-bottom: 50px; text-align: center;}
.wel-div2 img{margin-left: auto; margin-right: auto; margin-top: 30px;}
.wel-div3 .container{padding-top: 30px; padding-bottom: 50px;}
.section-heading{text-align: center;}
.wel-div4 .container{padding-top: 30px; padding-bottom: 30px; text-align: center;}
.wel-div4 img, .wel-div5 img{margin-left: auto; margin-right: auto;}
dl.hiw dt {
  width: 100%;
  float: none;
}
.wel-div5 .container{padding-top: 30px;  text-align: center;} 
.box-testimony::before{float: none;}
.box-testimony .quote-box{margin-left: 0;}
.footer-div1{text-align: center; padding-top: 20px; padding-bottom: 20px;}
.foot-col1, .foot-col2, .foot-col3, .foot-col4{width: 100%;}
.footer-div1 h5::after{left: 50%; position: relative; transform: translateX(-50%);}
.footer-item .list{display: flex; justify-content: center; column-gap: 20px; flex-wrap:wrap; line-height: normal;}
.footer-item .list li{margin: 5px 0;}
.list-info li{display: flex; justify-content: center;} 
.list-info li .info-icon{float: none;}
.footer-item .footer-sosmed{justify-content: center;}

#hm.sticky .logo-div img{width: 70%;}

footer{text-align: center;}

.social-link{justify-content: center;}
.footer-div1 h5{margin-top: 20px;}
.home-high1{padding-bottom: 0px;}
.fcopy{margin-bottom: 40px;}
.call-div {
  position: fixed;
  bottom: 0;
  text-align: center;
  background: var(--body-color1);
  width: 100%;
  padding: 10px;
  font-weight: 600;
}
#hm.sticky .menu-logo{display: block !important; }
.logo-div1 {
  width: 100%;
}
#hm.sticky .logo-div1 img{margin-left: auto; margin-right: auto; width: 15%;}
.banner-page{padding-top: 40px; padding-bottom: 40px; }
.banner-page.about{height: auto;}
.about-div1 .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-div1, .services-div1{text-align: center;}
.services-div1{padding-top: 20px;}
.user-pic{margin-left: auto; margin-right: auto;}
.widget.contact-info-sidebar{margin-top: 30px;}
.widget-title{margin-bottom: 20px;}
}


@media(max-width:501px)
{
  #hm.sticky .logo-div1 img{width: 30%;}
  .banner-div1 .carousel-caption h5 {
    font-size: 1.1em;
  }
  .banner-div1 .carousel-caption p {
    font-size: 13px;}
    .home-contact a{display: none;}
}
