@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

body {
    margin: 0px;
    padding:0px;
    color: #000000;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
} 

html{
  scroll-behavior: smooth;
}

.banner-img{
    width: 100%;
  height: 75vh;
  background: url("../img/bg-img.jpg");
  background-size: cover;
  position: relative;
}

#wrapper 
    {  
    width:980px;  
    text-align:left;   
    margin-left:auto;  
    margin-right:auto;  
    background-color: #FFFFFF; 
}
.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}
h1 
    { 
    font-size: 2.2em; 
} 
     
h2 
    { 
    font-size: 2.0em;     
} 
     
h3 
    { 
    font-size: 1.8em; 
} 
     
h4 
    { 
    font-size: 1.6em;     
} 
     
h5 
    { 
    font-size: 1.4em;     
} 
     
p 
    { 
    font-size: 1.2em;     
}
a {
    color: #0d6efd;
    text-decoration: none;
}
.navbar-dark .navbar-brand {
    color: #ffb549 !important;
}


.news marquee {
    font-size: 16px;
    margin-top: 12px
}

.news-content p {
    margin-right: 41px;
    display: inline;
    color: #fac500;
    text-transform: uppercase;
}
/*---- tophead ---*/

.top-head {
    padding: 0px 0px;
    margin: 0px;
    display: block;
    background: #5247cd;
}


.top-head h1 {
    color: #761d18;
    font-size: 36px;
    font-weight: bold;
    padding: 7px 0px;
}
	.site-header.style-1 .extra-cell {
    display: flex;
    align-items: center;
}
.extra-cell {
   /* display: inline-flex;*/
    align-items: center;
    padding: 0px 0px;
    /*float: right;*/
}

.extra-icon-box {
    padding-left: 65px;
    min-height: 50px;
    position: relative;
    display: flex;
    align-items: start;
    width: 270px;
    flex-direction: column;
}
.extra-icon-box i {
    width: 50px;
    height: 50px;
    background: #015ca8;
    text-align: center;
    line-height: 43px;
    color: #fff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    box-shadow: 5px 5px 30px -15px #2698bf;
    font-size: 22px;
}

.extra-icon-box img{
	max-width: 80%;
}
.extra-icon-box span {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    color: #444443;
}

.extra-cell ul {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.extra-cell ul li {
    float: left;
    margin: 6px 0px;
    padding: 0;
    font-size: 14px;
    padding: 10px 10px;
}
.extra-cell ul li::last-child{
    padding-right:0px !important ;
}
.extra-cell ul li i {
    color: #ffffff;
    font-size: 13px;
    padding-right: 10px;
}
.extra-cell ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}
.extra-icon-box .title {
    font-size: 22px;
    color: #0095da;
    font-weight: bold;
}

.don-btn {
    padding: 5px 5px;
    display: inline-flex;
    border-radius: 0px;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    align-items: center;
    overflow: hidden;
    background: #a69ff6;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 8px 0px;
    /* text-transform: uppercase; */
}
.don-btn a {
    color: #fff;
    padding: 5px;
}
.don-btn:hover {
 background: #1abcff;
    color: #003060;
}

.parent-btn{
    background: #dc3545;
    color:#003060;
}
.parent-btn:hover{
    color: #ffb549;
    background: #003060;

}
 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
    

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

.dropdown-item {
    white-space: break-spaces !important;
    font-size: 14px;
        text-align: left;
}
.logo-head {
    display: block;
    width: 100%;
}
.web-logo {
   margin: 0;
   padding: 0;
}

.web-logo img {
    max-width: 10%;
    width: 100%;
    background: #ffffff;
    margin-top: -56px;
}
.web-logo h1 {
    color: #5247cd;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.navbar {
    background: #06004a;
}
.banner-video {
    position: relative;
    background-color: black;
    height: 90vh;
    /* min-height: 49rem; */
    width: 100%;
    overflow: hidden;
}
.banner-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000003d;
    opacity: 0.5;
    z-index: 1;
}
.banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.banner-video source {
    height: 100%;
    width: 100%;
}
.banner-text h1{
font-size: 30px;
}
.banner-text{
    background: #0000003b;
    padding: 32px 30px;
    margin: 0 auto;
    z-index: 1;
    border: 13px solid #dc3545a3;
}
/*--- breadcumb---*/
.breadcrumb-banner {
    background: url(../img/inner-banner-1.jpg) no-repeat #000;
    background-size: 100%;
    padding: 99px 0px;
    margin: 0px;
    height: 300px;
    position: relative;
}

.bread-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 36px 11px 117px;
    margin-bottom: 0px;
    list-style: none;
    background: #dc3545;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bread-nav:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0px;
    border-top: 50px solid #ffffff;
    border-bottom: 0px solid #1abcff00;
    border-right: 9px solid #ffffff;
    top: 0px;
    left: auto;
    right: 0px;
}
.bread-nav li {
    padding: 10px 10px 0px 0px;
    font-size: 13px;
    color: #fcfcfc;
    font-weight: 100;
    position: relative;
}
.bread-nav li a {
    color: #003060;
    text-decoration: none;
    font-weight: 600;
}
/*.bread-nav li ::after {
    position: absolute;
   font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f054";
    font-size: 11px;
    color: #464545;
    top: 13px;
    padding-left: 11px;
}*/
.comingsoon{
    padding: 150px 0px ;
    margin: 50px 0px;
}
/*--- feature ---*/
.features-1 {
    display: block;
    padding: 0px 0px;
    margin: 0px;
    margin-top: -46px;
    position: absolute;
    width: 100%;
}
.heading-sec {
    margin: 0px auto 7em;
    padding: 20px 0px;
}
.f-box {
    background: #ffb549;
    border-radius: 0px;
    padding: 10px;
    /* margin: 0px 10px; */
    box-shadow: 0px 3px 12px 0px #6c6c6c38;
    display: flex;
    position: relative;
}

.f-iocn img{
	max-width: 100%;
}
/*.f-iocn .img-0{
    opacity: 1;

}
.f-iocn .img-1{
   opacity: 0;
     display: none ;
}*/
.f-content {
    padding: 40px 10px 30px 32px;
}

/*.heading-sec p{
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	    font-family: 'Open Sans', sans-serif;
}
.heading-sec h1{
	font-size: 50px;
	font-weight: bold;
	color: #005aaa;	
	    font-family: 'Open Sans', sans-serif;
}*/
.f-content h2 {
    font-weight: 800 !important;
    color: #323232;
    font-size: 30px;

}

.f-content p {
  font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-align: center;

}
.man-img-box {
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px #4b4b4b2b;
    margin: 10px 0px;
    position: relative;
}
.managment-details h6 {
    padding: 30px 10px 20px;
    text-align: center;
    color: #727272;
    font-size: 17px;
}
.contact-bg p {
    font-size: 16px;
    color: #555656;
    text-align: justify;
    line-height: 3;
}
/*---about us---*/
.about-us {
   padding: 50px 0px 50px 0px;
    margin: 0px;
     background:#fff;
    background-position: center;
    background-size: 100%;
}
.title-for-all {
    font-size: 40px;
    color: #5247cd;
    font-weight: 800;
    position: relative;
    padding-bottom: 16px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.title-for-all span{
		color: #5247cd;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 80px;
	}

.about-us p {
    font-size: 16px;
    color: #555656;
    text-align: justify;
    line-height: 36px;
}
.about-us h6{
    font-size: 20px;
    color: #464545;
    font-weight: 600;
    position: relative;
    padding-bottom: 16px;
    font-family: 'Raleway', sans-serif;
}
.ab-btn {
    border: 1px solid #dc3545;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #dc3545;
    box-shadow: 0px 4px 11px 0px #00000042;
}
.ab-btn:hover {
    background: none;

}
.ab-btn4 {
    border: 3px solid #ffb549 ;
    color: #ffeda8;
    background: #ffb549 ;
    width: 100%;
}
.ab-btn4:hover{
 background: none !important;   
 color: #ffb549 !important;
}
.about-us ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.about-us ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #555656;
    position: relative;
    padding-left: 40px;
}
/*.about-us ul li:before{
    content: '\f105';
    position: absolute;
    font-size: 10px;
    font-family: 'Font Awesome 5 free';
    height: 7px;
    width: 7px;
    border: 2px solid #5247cd;
    border-radius: 100px;
    left: 0px;
    top: 10px;
    background: #5247cd;
    
}
.about-us ul li i {
    color: #812b19;
    font-size: 16px;
    }*/

  /* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  border-radius: 10px;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
  height: 100%;
  width: 100%;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}
 
/*--- counter--*/
.counter-bg{
    padding: 50px 0px ;
    margin: 0px;
    background: url(../img/counter-bg.jpg) no-repeat;
    background-size:cover;


}


.counter-bg h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
}
.counter-bg h1:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 54px;
    background: #fff200;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
}
.counter-bg  h1:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 46px;
    background: #fff200;
    bottom: 4px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
}
.counter-bg  h1 span{
        color: #fff200;
  }
.counter-box {
    display: block;
    background: #c92422;
    padding: 50px 20px 50px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    margin: 0px 26px;
}
.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 39px;
    margin: 0px;
    color: #5247cd;
    line-height: 1;
    padding: 10px 0px;
}
.counter {
    display: block;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
}
.c-icon {
    position: absolute;
    margin: 0px auto;
    right: 0;
    left: 0;
    text-align: center;
    padding: 14px;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 100px;
    bottom: -52px;
    border: 1px solid #5247cd;
}
.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
.counter-2 {
    margin: 60px 0px;
}

/*--- evolution---*/
.evolution-sec {
    display: block;
    padding: 75px 0px;
    margin: 0px;
    background-size: 100% 100%;
    background: #fff;
}

.princi-bg{
box-shadow: 5px 7px 20px #0000002e;
border-radius: 47px;
padding: 5em;
background: url(../img/quote-bg.png) top right no-repeat #fff;
background-size: auto 92%;
}
.signature{
    font-family: 'Dancing Script', cursive;
    font-size: 45px !important;
    color: #c92422 !important;
    line-height: 32px !important;

}
.evolution-sec img{
     max-width: 100%;
     border-radius: 60px;
}
.evolution-sec p {
    font-size: 14px;
    color: #555656;
    line-height: 3;
}
.evolution-sec2{
    background: #fff !important;
}
.ab-btn2 {
    border-radius: 0;
    border: 1px solid #c92422;
    padding: 11px 26px;
    font-size: 16px;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
    color: #ffffff;
    background: #c92422;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ab-btn2:hover {
    color: #ffffff;
    background: #5247cd;
    border: 1px solid #f3f2ee;
}

//*--- owl --- carousel--*//
MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/*-- gallery---*/
.Gallery-sec{
    background: url(../img/about-bg.png) no-repeat #e9e9e921;
    display: block !important;
    padding: 50px 0px;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;

}

.img-box1 {
    /*width: 25%;*/
    display: flex;
    padding: 0px;
    margin: 0px;
    position: relative;
    max-width: 100%;
    height: 100%;
    position: relative;
}
.img-box1 img{
    width: 100%;
    height: 100%;
}
.img-box1 .plus-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.img-box1:hover .plus-icon {
    opacity: 1;
}
.img-box1 .plus-icon ul {
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    margin: auto;
}
.img-box1 .plus-icon ul li {
    display: block;
    margin: 0 5px;
        text-align: center;
}
.img-box1 .plus-icon ul li i {
    color: #ffffff;
    font-size: 12px;
    border-radius: 100px;
    /* border: 4px solid #ffb549; */
    padding: 20px;
    background: linear-gradient(45deg, #680a0a, #f58d95);
    box-shadow: -1px 3px 20px #00000057;
}

.img-caption figcaption h3 {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
}
.img-caption figcaption {
    background: #761d0c;
    padding: 10px;
}


.gallery-title {
     font-size: 36px;
     color: #FFA500;
     text-align: center;
     font-weight: 500;
     margin-bottom: 70px
 }

 .gallery-title:after {
     content: "";
     position: absolute;
     width: 22.5%;
     left: 38.5%;
     height: 45px;
     border-bottom: 1px solid #5e5e5e
 }

 .filter-button {
    font-size: 15px;
    border: 1px solid #ffeda8;
    border-radius: 5px;
    text-align: center;
    color: #FFA500;
    background: #761d0c;
    margin: 0px 5px 31px 5px;
    padding: 8px 12px;
}

 .filter-button:hover {
     border: 1px solid #ffeda8;
     text-align: center;
     color: #761d0c;
     background-color: #ffeda8
 }

 .btn-default:active .filter-button:active {
     background-color: #ffeda8;
     color: white
 }

 .port-image {
     width: 100%
 }

 .gallery_product {
     margin-bottom: 30px
 }

  .gallery_product img {
     box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
     border-radius: 5px
 }

/*-- call to actoion--*/
.cta {
    overflow: hidden;
    background: linear-gradient(1deg, #ff7070, #ab0101 );
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}
.cta h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.ab-btnn-0 {
    display: block;
    padding: 19px 60px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 100px;
    box-shadow: -1px 4px 20px 0px #00000063;
    transition: all 0.35s;
    text-transform: uppercase;
    border: #fff solid 5px;
   margin: 20px 0px;

}
.ab-btnn-0:hover {
    color: #fcfcfc;
    background:linear-gradient(1deg, #66078a, #5247cd);
}

/*---blog--*/
.blog-sec {
    padding: 50px 0px;
    margin: 0px;
    background:linear-gradient(180deg, #f2f9ff 57%, #ffffff 43%);
}
.blog-sec .card {
  width: 100%;
   height: 420px;
    background: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    overflow: hidden;
    border-radius: 29px;
    box-shadow: 0px 0px 3px 0px #00000038;
}

.blog-sec .card .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%
}

.blog-sec .card:hover {
    color: #fff;
    transform: scale(1.025);
  /* box-shadow: rgb(0 0 0 / 24%) 0px 5px 10px; */
    border-bottom: 5px solid #b61010 !important;
}

.blog-sec .card .pic {
    position: relative
}

.pic img {
    width: 100%;
    height: 228px;
}

.blog-sec .card p{
    font-size: 12px;
    color: #919191;
}

.blog-sec .card .content {
    padding: 0 20px;
    text-align: left;
}

.blog-sec .card .content .btn {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    background-color: #1b9ce300;
    border-radius: 0;
    font-size: 11px;
    border: none;
}

.blog-sec .card .content .btn .fas {
    font-size: 10px;
    padding-left: 5px
}

.blog-sec .card .content .foot .admin {
    color: #1b9ce3;
    font-size: 12px
}
.blog-sec .card:hover .content h5 {
    color: #b61010;
}
.blog-sec .card:hover .foot .admin {
    color: #fff
}

.blog-sec .card .content .foot .icon {
    font-size: 12px
}
.blog-sec .blog-item {
    background: #ffffff00;
    margin: 11px 5px !important;
    min-height: 445px;
}
.blog-sec .blog-item:hover{
    box-shadow: none !important;
}
.blog-sec .blog-item:hover a{
    color: #b61010;
}
.blog-sec .content h5 {
    color: #212529;
    font-size: 22px;
    font-weight: 600;
}

/*====== Features ======*/
#services {
    display: flex;
    padding: 50px 0px;
    margin: 0;
}

.card-items .card {
    position: relative;
    display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 100px;
    box-shadow: 1px 4px 9px 0 rgb(0 0 0 / 24%);
    margin: 15px 10px;
    width: 85%;
    /* min-height: 78px; */
}
.card-items .card-body {
    /* flex: 5px; */
    padding: 1rem 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.card-items .card .card-body i {
    /* border-radius: 6px; */
    font-size: 45px;
    color: #003060;
    /* width: 30%; */
    /* height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    /* line-height: 68px; */
}
.card-items .card .card-body img{
    max-width: 100%;
    width: 100%;
 
}
.card-items .card .card-body .card-title {
    margin-bottom: 0.75rem;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #003060;
    font-weight: bold;
}
.card-items .card .card-body .card-text{
    font-size: 12px;
}
.nav-tabs {
     border-bottom:none !important; 
}

.card-items .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #5247cd;
    background-color: #c92422;
    border: 1px solid #c92422;
    height: 100%;
    width: 100%;
}
.card-items .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .card-title {
    color: #fff;
}
.card-items .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .card-body i{
    color: #fff;
}
.card-items .nav-link {
    color: #003060;
    width: 100%;
    border: none;
    border-radius: 100px;
    border: 1px dashed #003060;
}

/*---footer --*/

#footer {

    padding: 0 0px;
    color: #fff;
    font-size: 14px;
     background:url(../img/footer-bg.jpg) no-repeat fixed; 
    background-size: cover;
    border-top: 2px solid #fff;
}

#footer .footer-top {
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    padding: 60px 0 30px 0;
   
}
.bottom-foot{
        background: #00254a;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 28px 0px 0px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #545454;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s
}

#footer .footer-top .social-links a:hover {
    background: #e96b56;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 12px;
    position: relative;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 28px 0px 0px;
}

#footer .footer-top .footer-links ul i {
   padding-right: 13px;
    color: #d03131;
    font-size: 9px;
    line-height: 1;

}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #a3a3a3
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    margin: 0px 0px 13px;
    text-transform: lowercase;
    display: inline-flex;
    display: block;
    text-align: start;
    font-size: 14px;
}
#footer .footer-top .footer-contact i {
    padding-right: 13px;
    color: #d03131;
    line-height: 1;
    border: 1px dashed #d03131;
    padding: 10px;
    margin-right: 9px;
}
/* footer social icons */
ul.social-network {
    list-style: none;
    display: flex;
    /* margin-left: 0 !important; */
    padding: 0;
    margin: 30px 0px;
}
ul.social-network li {
    display: inline;
    margin: 0 0px;
}
.social-circle li a {
    display: flex;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;

}
.social-circle li i {
    margin: 0;
    /* line-height: 50px; */
    text-align: center;
    background: #d03131;
    color: #fff !important;
    width: 75%;
    height: 75%;
    font-size: 15px;
    padding: 12px 0px;
    border-radius: 100px;
    text-align: center;
}
 .copyright {
    text-align: center;
    padding: 15px 0px;
     color: #8d8d8d;
     font-size: 12px;
}

.credits {
    padding: 0px 0px;
    text-align: center;
    font-size: 12px;
    color: #9f9f9f;
}
.credits img{
    max-width: 70px;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ddd;
    color: #33b4ed;
    width: 50px;
    height: 50px;
    line-height: 44px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 100px;
}
.scroll-top-wrapper:hover {
    background-color: #ffffff;
    color: #000d16;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
/*--- inner pages ---*/


/*--- campus--*/

.campus-bg {
    background: #dc35450d;
    padding: 0px;
    display: flex;
}
.img-cmp{
    height: 100%;
}
.img-cmp img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.campus-text{
    position: relative;
}
.campus-text:before{
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    width: 150px;
    height: 10px;
    background: #dc3545;
}
.campus-text:after{
  content: '';
    position: absolute;
    top: 0;
    right: 12px;
    width: 10px;
    height: 150px;
    background: #dc3545;
}

/*-- manegement--*/

.man-img-box {
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px #4b4b4b2b;
    margin: 10px 0px;
    display: inline-block;
    text-align: center;
}

.managment-details h6 {
    padding: 30px 10px 20px;
    text-align: center;
    color: #727272;
    font-size: 19px;
    display: inline-block;
}
/*==== curriculum===*/
.featurette{
    border: 1px dashed #ddd;
    padding: 0px;
    min-height: 322px;
     box-shadow:-1px 1px 6px #ddd;
    transition: all 0.5s ease;
}
.featurette img{
    height: 100%;
    width: 100%;
}
.featurette:hover{
    box-shadow: 4px 11px 13px #ddd;
}
/*---contact us --*/
.contact-bg{

   display: flex; 
}
.card-3 {
    padding: 40px;
    height: 386px;
    border: none;
    -webkit-box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    -moz-box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    box-shadow: 0px 1px 9px 3px rgba(219, 210, 219, 1);
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin: 0px 15px;
    background: #fff;
}
.card-3 i {
    color: #5247cd;
    font-size: 58px;
    font-family: 'Font Awesome 5 free';
    margin-bottom: 20px;
}
.card-3 h5 {
    color: #414141;
    font-size: 20px;
    font-weight: 600;
}
.card-3 p{
    color: #484848;
    font-size: 14px;

}

/*-- contact -form ---*/

.login-block {
    display: block;
    padding: 50px 0px;
    background:#fdfdfd;
}
.login-block .auth-box {
    margin: 20px auto 20px;
    max-width: 80% !important;
    padding: 30px;
    box-shadow: 0px 0px 20px #ddd;
}

.contact-us{
        font-size: 24px;
    font-weight: 300;
}


}
.auth-box{
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,.1), 0 11px 6px -7px rgba(43,43,43,.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,.1), 0 11px 6px -7px rgba(43,43,43,.1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card-block {
    padding: 1.25rem;
}


.form-group {
    margin-bottom: 1.25em;
}

.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.btn-md-cc {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px;
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    border-radius: 2px;
    text-transform: capitalize;
    width: 100%;

}



.blog-item2{
    margin: 20px 0px !important;
}


.form {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.contact-info-form {
    background: linear-gradient(33deg, #003060, #1abcff);
    position: relative
}


/*--- media query ------*/
@media (max-width: 1199.98px) { 
.top-head h1 {
    font-size: 30px;
}
.web-logo:before {
    left: -123px;
}
.web-logo:after {
    border-bottom: 143px solid transparent;
    border-left: 31px solid #761d0c;
}
.f-box2 P {
    font-size: 14px;
}
.card {
    width: 284px;
}
.navbar-nav .nav-link {
    padding-right: 14px !important;
    font-size: 12px; 
}
.banner-video {
    height: 75vh;
}
}   
@media (max-width:991.98px) {
    .banner-video {
    height: 58vh;
}
    .new-f-box {
    width: 33%;
}
 .dropdown-menu.show {
    display: block;

}

.carousel-caption h1 {font-size: 39px !important;}
.carousel-caption p { font-size: 14px!important;}
    .carousel-caption {
    top: 69px !important;

}
.carousel-item {
    height: 40rem !important;
}
a.btn.slid-btn 
{
    bottom: 5em !important;
    right: 4em !important;
}
    .about-us {
    padding: 50px 0px 50px 0px;
}
 .web-logo img {
    margin-top: 0px;
        max-width: 20%;
}
.extra-cell {
    display: inline-flex;
    align-items: center;
}
.don-btn{
    margin: 13px 9px 0px;
}
    .main_services{
   display: block !important;
}

.f-box { margin-bottom: 2em !important;}
.features-1 {
    display: block;
    padding: 0px 0px;
    margin: 0px !important;
    position: relative;
}
.heading-sec h1,.about-us h1,.mission-sec h1,.evolution-sec h1,.vision h1, .vision h1,.counter-bg h1,.team-sec h1    {font-size: 35px;}
.card {
    width: 100% !important;
}
.blog-item { margin: 0px 18px !important;}
.f-box-2 { margin: 146px 0px 0;}
.f-content-2 h2 { font-size: 22px;}
.f-content-2 p { font-size: 15px; line-height: 29px;}
.counter-box { padding: 50px 20px 50px;  margin: 0px 0px;}
.don-detail { margin-bottom: 20px;}
    .breadcrumb-banner {
    padding: 18px 0px;
    height: 156px;
}
.features-1 span {
    bottom: 118px;
}

}

@media (max-width: 767.98px) {
    .extra-cell {
    display: block;
    align-items: center;
}
.don-btn {
    padding: 12px 13px !important;
    display: block;
    font-size: 19px;
}
    .navbar-nav li:before{
        display: none;
    }
    .new-feed {
    background: #ebf9ff;
  
}
    .cnt223 {
    min-width: 529px !important;
    width: 508px !important;
    margin: 127px auto !important;
}
    .web-logo {
    margin: 0px 0px 0px;
    padding: 0px 0px;
}
    .nn_title h5 {
    font-size: 13px;
    margin: 13% 0;
}
    .bread-nav:after {
        display: none;
    }
    .bread-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 2px 2px 7px;
}
   #mycarousel2 .carousel-item2 {
    height: 48rem !important;
}
 .title-for-all {
    font-size: 40px;

}
.carousel-indicators {
    margin-bottom: 0em !important;
  }
    .carousel-item {
    height: 31rem !important;
}
 .web-logo:before {
    left: -125px !important;
}
    .Philosophy-sec {
    background-size: 100% 100vh;
}
.features-1 span {
   top: 257px;
   bottom: auto;
}
    a.img-box1 {
    width: 100%;

}
.evolution-sec {
    background-size: cover !important;}
.bottom-foot .credits, .bottom-foot .copyright {text-align: center;}
.vision {
    background: url(../img/vision.png) no-repeat;
    background-position: top center !important;
    background-size: auto !important;
}
.vision-para-box {
    background: #0095da7a;
    padding: 63px 40px 63px 19px;
    width: 100%;
}
.mission-sec h1 {margin-top: 41px;}
/*.carousel-caption {
    background-size: 50% !important;}
}
*/
@media (max-width: 575.98px) {
.banner-text h1 {
    font-size: 22px;
}
.banner-text {
    padding: 10px 30px;
    border: 7px solid #dc3545a3;
}
    .banner-video {
    height: 29vh;
}
    .web-logo h1 {
    font-size: 16px;
}

    .f-box {
    margin-bottom: 1em !important;
}
    .features-2 .f-box {
    margin-bottom: 6em !important;
}
     .cnt223 {
    min-width: 258px !important;
    width: 258px !important;
}
    .carousel-item {
    height: 16rem !important;
}
    .web-logo:before {
    left: -12px !important;
}
    .carousel-caption h1 {
    font-size: 32px !important;
}
.carousel-caption p {
display: none;
}
   .process-left:after{
    display: none;
   }
   .process-right:after{
    display: none;
   }
    .features-1 span {
    top: 192px;
    bottom: auto;
}
    .breadcrumb-banner {
    background: url(../img/inner-banner.jpg) no-repeat #000;
        height: 126px;
    background-size: cover;
}
.extra-cell {
    float:none; 
}
.extra-icon-box {
    width: 100%;
}
.carousel-caption{
    background: none !important;
    padding-top:0 !important; 
  padding-bottom:0 !important;
}
a.btn.slid-btn {
    top: 2em;
    right: 53px !important;
    margin: auto;
    width: 200px;
}
a.btn.slid-btn{
    display: none;
}
.navbar {
     margin-bottom: 0px !important; 
}
.heading-sec h1, .about-us h1, .evolution-sec h1, .features-2 .heading-sec h1 {
    font-size: 24px;
}
.about-us p {
    font-size: 13px;
    line-height: 24px;
}
.ab-btn {
    padding: 6px 25px;
    font-size: 14px;
}
.don-detail h2 {font-size: 31px;}
}

@media (max-width: 400px){
.notice-lg i {
    font-size: 57px;
}
    .carousel-caption h1 {
    font-size: 30px !important;
}

.extra-cell ul li {
    font-size: 14px;
    padding: 10px 6px;
    float: none;
}
.ab-btn2 {
    padding: 2px 27px;}
.bread-nav li {
    font-size: 14px;
}
.bread-nav li ::after {
    top: 15px;
    }
    .carousel-item {
    height: 15rem !important;
}
a.btn.slid-btn{
    display: none;
}
.carousel-indicators {
    margin-bottom: 1rem !important;
}
.carousel-caption h1 {
    font-size: 24px !important;
}
.don-btn {
    font-size: 14px;
}
.title-for-all {
    font-size: 31px;
    }
}
@media (max-width: 320px){
    .carousel-caption p {
    font-size: 25px !important;}
    }
}

.card{
	max-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	background-color: #ffffff;
	color: White;
	font-weight: bolder;
	margin: auto;
    margin-top:5% !important;

}

.alert-primary{
	background-color: #dc3545;
	border-color: #dc3545;
  text-align: left;
}

.mr-3{
	margin-right: 3% !important;
}

.mt-3{
	margin-top: 3% !important;
}

.input-group {
	margin-left: -1px;
	display: flex;
}

.input-group-text {
    display: flex;
    background-color: #5247cd;
}

.btn-primary {
    color: #fff;
    background-color: #5247cd;
    border-color: #5247cd;
	border: none;
}

.btn-primary:hover{
	background-color: #988fff;
  color: #000;
}

.btn-primary:hover {
	background-color: #988fff;
}

.input-group-text:hover{
	background-color: #988fff;
}

.Downloads:hover{
  background-color: #988fff !important;
  color: #000 !important;
}