@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    font-family: Roboto, sans-serif;
}

/* // */

h2 {
    color: #363636;
    font-family: 'Titillium Web', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

p {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}


h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #F2EDE7;
}

h4 {
    color: #363636;
    font-family: Titillium Web;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 67.5px;
}

h6 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}


.btn-box a {
    text-align: center;
    /* width: 165px; */
    display: inline-block;
  padding: 10px 45px;
  background-color: #004ff9;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #008142;
  text-decoration: none;
  /* text-wrap: nowrap; */
  }

  .btn-box a:hover {
    background-color: transparent;
    color: #f93c03;
    border: 1px solid #f93c03;
    border-radius: 0;
    transition: .5s;
  }

/* // */

/* nav menu */
.navbar {
    /* background-color: #f1b3b3; */
    height: 80px;
    /* margin: 20px;
    border-radius: 16px;
    padding: 0.5rem; */
}

.navbar .navbar-brand img{
    max-width: 400px;
    margin-left:-15% ;
    max-height: 79px;
}

.navbar-expand-lg .navbar-nav{
    margin-right: -6%;
}

.navbar-nav .nav-item .nav-link{
    padding: 0 13px;
    color:#000000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.nav-link .active{
    color: #333;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    position: relative;
}

.login_btn {
    background-color:hotpink;
    color: #fff;
    border-radius: 25px;
    padding: 7px 25px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s background-color;
    margin-right: 14px;
}
.login_btn:hover{
    background-color: rgb(0, 229, 255);
    color: #000;
}


.navbar-toggler {
    border: none;
    font-size: 1.25rem;
}

    .navbar-toggler:focus, .btn-close:focus {
        box-shadow: none;
        outline: none;
        color: #000000 !important;
    }

#home {
    color: #000000;
}

.nav-link {
    color: #000;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
/* #home:hover {
    color: #000;
} */

.nav-link:hover, .nav-link.active {
    color: #ff0000 !important;
}


/* dropdown menu hover effect on effect css start */
#nav_object {
    position: relative;
}

/* .dropdown{

        padding: 0 20px;
        } */

.dropdown-menu li a {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    /* border-bottom: 1px solid #7d8d89; */
}

.dropdown-menu {
    /* border-bottom: 2px solid yellow; */
    border-radius: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a:hover {
    background-color:#fd7e14;
    color: #fff;
    /* transition: 0.1s ease; */
}

#nav_object {
    position: relative;
}

/* sidebar menu styling */
@media (max-width:991px) {
    .sidebar {
        background-color: rgba(255,255,255,0.15);
        backdrop-filter: blur(10px);
    }

    .nav-item {
        padding: 10px 0;
    }

    #home:hover {
        color: #fff;
    }

    .nav-item a:hover {
        color: #fff;
    }
}
/* end of sidebar menu styling */

/* end of mouse hover of dropdown menu */

@media(min-width:991px) {
    .nav-link::before {
        content: "";
        position: absolute;
        border-radius: 3px;
        bottom:-18%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 4px;
        background-color:#004ff9;
        visibility: hidden;
        transition: 0.3s ease-in-out;
        z-index: 10000;
    }

    .nav-link:hover::before, .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}

@media (max-width:768px){
    navbar {
        background-color: #000;
    }

    .navbar .navbar-brand img {
        max-width: 300px;
        margin-left: 0%;
        max-height: 65px;
    }

    .navbar-nav .nav-item .nav-link{
        color:#ffffff;
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 400;
    }
    #home {
        color: #ffffff;
    }
 }
/* end nav menu */


/* slider carousel indecator style */
.carousel-inner .carousel-item img{
    max-height: 650px;
}

.carousel-item{
    background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)) !important;
}

.buton a{
    text-decoration: none;
    border-radius: 45px;
    background-color: #008142;
    color: #ffffff;
    text-align: right;
    padding: 18px 40px 17px;

}

.buton a:hover{
    background-color: #f93c03;

}

.carousel-indicators[data-bs-target]
{
    border-radius: 50%;
    width: 15px;
    height: 15px; 
  }
  
  
  
  .carousel .carousel-indicators button {
   width: 20px;
   height: 20px;
   border-radius: 100%;
   display:block;
  }
  /* / slider carousel indecator style */
  
  /* slider button */
  .carousel-control-next-icon
  {
     position:absolute;
     width: 40px;
     height:40px;
    background-color:#000;
    border-radius:100px;
    color:White; 
    font-size:5px;  
  }
  
  .carousel-control-prev-icon 
  {
     position:absolute;
     width: 40px;
      height:40px;
    background-color:#000;
    border-radius:100px;
    color:#dadada; 
    font-size:5px;  
  }
  @media(min-width:1200px){
    .carousel-control-prev-icon {
        top:350px;
    }
    .carousel-control-next-icon{
        top: 350px;
    }
  }
  
  @media(max-width:991px){
    .carousel-control-prev-icon {
        top:90px;
    }
    .carousel-control-next-icon{
        top: 90px;
    }
  }
  /* /slider button */

  /*  floating button  */
  .box_right_fixed_payment{
    position: fixed;
    background-color: #004ff9;
    right: -51px;
    top: 35%;
    z-index: 999;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    overflow: hidden;
    transform: rotate(270deg);
  }

  .box_right_fixed_payment .payment-text{
    display: block;
    line-height: 1;
    padding: 16px 10px;
    width: 100%;
    color: #fff;
    text-decoration: none;
  }

  .box_right_fixed_call{
    position: fixed;
    background-color:#004ff9;
    right: -31px;
    top: 57%;
    z-index: 999;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    overflow: hidden;
    transform: rotate(270deg);
    padding: 4px;
}

  .box_right_fixed_call .call-text{
    display: block;
    line-height: 1;
    padding: 16px 10px;
    width: 100%;
    color: #fff;
    text-decoration: none;
  }

  
  /*  floating button end  */

  /*  about welcome section */
  .wel_first h6{
    color: #b6b4b4;
    font-style: normal;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
  }

  .wel_first h2{
    color: #363636;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
  }

  .wel_first .red-heading-txt{
    color: #EA3D0F !important;
  }

  p {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
}
  /*  about welcome section end */

  /* section3 */

  h2{
    color: #363636;
    font-family: 'Titillium Web', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
  }

  .red-heading-text{
    color: #EA3D0F !important;
  }

  p{
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}



/* // */
.section3 {
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box {
    position: relative;
    margin-bottom: 10%;
    overflow: hidden;
    height: 90%;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.h_50 {
    height: 45% !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box:hover .sec3_box_img img {
    object-fit: cover;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box a {
    text-decoration: none;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_img {
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 60%;
    opacity: 0.9;
    background: linear-gradient(359deg, #000806db 18.75%, rgb(0 0 0 / 5%) 70.82%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_txt p.hide_p {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_txt p.big {
    font-size: 28px;
    font-weight: 500;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    line-height: 1;
    font-family: 'Titillium Web', sans-serif;
}

.section3 .sec3_box .sec3_box_txt p {
    color: #fff;
    line-height: 1.5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

/* .section3 .sec3_box .sec3_box_txt p.sm {} */

.section3 .sec3_box a:hover p.hide_p {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box a:hover .sec3_box_img:before {
    opacity: 0.9;
    opacity: 0.9;
    background: #EA3D0F;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    height: 100%;
}

.section3 .sec3_box a:hover .sec3_box_img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    height: auto;
}

/*.section3 .sec3_box.sws{display:none;}*/
.green_before_bg {
    position: relative;
}

.green_before_bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    opacity: 0.7;
    opacity: 0.7;
    background: linear-gradient(343deg, #001008 33.44%, #ff7613 115.41%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 60%;
    opacity: 0.9;
    background: linear-gradient(359deg, #000806db 18.75%, rgb(0 0 0 / 5%) 70.82%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.yellow_before_bg {
    position: relative;
}

.yellow_before_bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    opacity: 0.8;
    opacity: 0.8;
    background: linear-gradient(0deg, #ff7613 0%, #ff7613 100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.section3 .sec3_box .sec3_box_img img {
    width: 100%;
}

*+p {
    margin-top: 15px;
}


   /* section3 end */

   /* partner style */
   .section4 a img {
    max-width: 150px;
    border-radius: none;
    /* margin: 0 auto; */
    /* display: block; */
}
   /* partner style end */

   /* counteerr section 5 */
   .counteerr .counteerr-img img{
    /* overflow: hidden; */
    /* position: relative; */
    /* transform: scale3D(1.2, 1.2, 2); */
    /* transition: 0.5s; */
	/* opacity: .5; */
    width: 100%;
   }

   .counteerr {
    position: relative;
}

.box_style {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.box_style:hover {
    transform: scale(1.05);
    overflow: hidden;
    /* transform: scale3D(1.2, 1.2, 2); */
	/* opacity: .5; */

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 9999;
}

.color-white {
    color: #fff !important;
}

.box_style .box_style_txt {
    position: absolute;
    overflow: hidden;
    bottom: 20px;
    left: 20px;
    right: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.box_style .box_style_txt h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.box_style.yellow_before_bg .box_style_txt h2 {
    color: #fff;
}

.box_style .box_style_txt p {
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.box_style {
    margin-bottom: 30px;
}

.box_style .box_style_txt h2 {
    font-size: 50px;
}

.heading_style {
    padding: 0 15px;
}

   /* counteerr section 5 end */


   /*  arrow with details */
   .xavier_sch .slick-arrow, .infra_fact .slick-arrow, .sec6_slider .slick-arrow {
    top: -50px;
}

.xavier_sch .slick-arrow.slick-prev, .infra_fact .slick-arrow.slick-prev, .sec6_slider .slick-arrow.slick-prev {
    right: auto;
    left: 10px;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_arrow img {
    height: 24px;
}

.logo_with a {
    margin-bottom: 20px;
    margin: 10px 0;
}


.xavier_sch {
    margin-top: 70px;
}

.xavier_sch .xavier_sch_box {
    margin: 0 5px;
    height: 100%;
    background-color: #fff;
}

/*.xavier_sch .xavier_sch_box{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; cursor:pointer;}
.xavier_sch .xavier_sch_box:hover{transform:scale(1.2); transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; z-index:9999;}
*/
.xavier_sch .xavier_sch_box a {
    text-decoration: none;
}

.xavier_sch .xavier_sch_box a img {
    height: 300px;
    object-fit: cover;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_txt {
    width: 70%;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_txt p {
    font-size: 16px;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_arrow {
    margin-left: 20px;
    width: 30%;
    position: absolute;
    right: 20px;
    text-align: right;
}

.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_arrow img {
    max-width: 50px;
}


.xavier_sch .xavier_sch_box a .xavier_sch1 .xavier_sch_box_arrow img {
    height: 25px;
    margin-left: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.xavier_sch .xavier_sch_box a:hover .xavier_sch1 .xavier_sch_box_arrow img {
    margin-right: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.xavier_sch .slick-arrow {
    position: absolute;
    top: -100px;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: none;
}

.xavier_sch .slick-arrow.slick-prev {
    right: 7%;
    background: url("../images/arrow_right_yellow.png") 0 0 / 100% no-repeat;
    transform: rotate(178deg);
}

.xavier_sch .slick-arrow.slick-next {
    right: 0;
    background: url("../images/arrow_right_yellow.png") 0 0 / 100% no-repeat;
}

.xavier_sch .slick-arrow.slick-disabled {
    opacity: 0.5
}

.xavier_sch .slick-slide {
    padding: 0 7px;
}

.arrow_pic_style .arrow_pic_style-img a img{
    width: 100%;
}
   /*  arrow with details end */

   /* posibility section */
   .infra_fact {
    margin-top: 100px;
}




.infra_fact_box {
    margin: 0 5px;
    position: relative;
    display: block;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.infra_fact_box:hover {
    transform: scale(1.05);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
       /* top:-17px; */
    z-index: 99999;
}

.infra_fact_box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(359deg, #000806db 8.75%, rgb(0 0 0 / 0%) 70.82%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 999;
}

.infra_fact_box .infra_fact1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 9999;
}

.infra_fact_box .infra_fact1 p {
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.infra_fact.slick-slider .slick-list {
    overflow: inherit;
}

.infra_fact .slick-arrow {
    position: absolute;
    top: -100px;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 60px;
    height: 60px;
    border: none;
}

.infra_fact .slick-arrow.slick-prev {
    right: 7%;
    background: url("../images/arrow_right_yellow.png") 0 0 / 100% no-repeat;
    transform: rotate(178deg);
}

.infra_fact .slick-arrow.slick-next {
    right: 0;
    background: url("../images/arrow_right_yellow.png") 0 0 / 100% no-repeat;
}

.infra_fact .slick-arrow.slick-disabled {
    opacity: 0.5
}

.infra_fact .slick-slide {
    padding: 0 7px;
}

.posibility_sec .posibility_sec-img img{
    width: 100%;
}



  /* footer  */
  footer {
    background: #da6d00;
    /* background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8), url(../images/main_img/school-building.jpg));
    background-size: cover; */
    padding-bottom: 30px !important;
}

footer .footer_sec1 {
    display: flex;
    align-items: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 50px;
}

footer .footer_sec1 a {
    margin-right: 20px;
}

footer a:hover,
footer .footer_sec2 .f_box_1 p a:hover {
    color: #fff;
}

footer a:hover {
    opacity: 0.8;
}

footer a.yellow {
    color: #fff;
    text-shadow: 0.4000000059604645px 0px 0px #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    cursor: inherit;
}

footer a.yellow:hover {
    opacity: 1;
}

footer a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

footer .footer_sec2 {
    display: flex;
    align-items: inherit;
    margin-top: 0px;
}

footer .footer_sec2 .f_box_1 {
    width: 35%;
    padding-right: 40px;
}

footer .footer_sec2 .f_box_2 {
    width: 20%;
}

footer .footer_sec2 .f_box_3 {
    width: 20%;
}

footer .footer_sec2 .f_box_4 {
    width: 20%;
}

footer .footer_logo {
    max-width: 280px;
    display: inline-block;
    margin-bottom: 20px;
}

footer .footer_sec2 .f_box_1 p a {
    display: flex;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    align-items: self-start;
    text-align: left;
}

footer .footer_sec2 .f_box_1 p img {
    max-width: 20px;
    margin-right: 15px;
    margin-top: 4px;
}

footer .icon_social {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

footer .icon_social a {
    margin: 0 20px 0 0;
}

footer .icon_social a:hover {
    opacity: 0.5;
}

footer .icon_social a img {
    width: 45px;
    height: auto;
}

footer ul, footer ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    margin-bottom: 15px;
    display: inline-block;
}

footer .hr_divider {
    opacity: 0.1;
    background: #FFF;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

footer.footer_section {
    padding: 50px 0;
}

footer a.social {
    margin-left: 0;
}

footer a.social_icon img {
    max-width: 150px;
    padding-left: 0;
    margin-left: 0;
}

@media(max-width:768px)
{
    .info_sec{
        text-align: center;
    }

    .social_icon{
       padding-left: 97px;
    }
    
    .menu_sec{
        text-align: center;
    }
}
  /* footer  End */