* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.bg-primary2{background: #02006D;}
.bg-info2{background: #3db2d5;}
.text-primary2{color: #02006D;}
/* .bg-dark2{background: #232936;}  */
.bg-dark2{background: #670B0B;} 

.nav-link {color: rgb(255, 255, 255) !important;}
.bg-danger2 {background: #670B0B;}
.bg-warning2{background: #670B0B;}
.bg-dark2{background: #670B0B;}
.bg-dark5{background: #ffb607;}
.bg-dark3{color:  #ffb607;}
.bg-dark4{color:  #ffffff;}
.double {border-style: double;}

a{text-decoration: none;}
a:hover{
    color:rgb(224, 79, 79) !important;
    transition: 0.5s;
}

p{
    font-size: 16px;
    
    color: #ffffff;
}
/* navnit css box style*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .our-section-col2 {
        height: auto !important;
    }
  }


/* Tophead Section Start */
.head-top {
    height: 40px;
    padding-top: 0px;

}

.head-top ul li {
    display: inline-block;
    height: 8%;
    font-size: 1vmax;
}

.b1 {
    width: 10%;
    height: 50px;
    float: left;
    color: white;
    padding-top: 7px;
}

.b2 {
    width: 65%;
    text-align: center;
    float: left;
    color: white;
    padding-left: 10px;
}

.b3 {
    width: 25%;
    float: right;
    size: 10px;
    padding-top: 5px;
    padding-right: 5px;
}

.b3 p {
    float: right;

    padding-left: 1.2vw;
    align-items: center;
}

.b3 a {
    color: white;

}

/* Tophead Section End */

/*Nav Section Start*/


.dropdown:hover .dropdown-menu {
    left: 0px;
    top: 43px;
    border: none;
    display: block;
    width: 250px;
    border-radius: 0;
}

.dropdown-item {
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;

}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background: #ffb607;

}



/*Nav Section End*/

/* Slider Section Start */
.carousel-caption{
    bottom: 27rem;
}
.carousel-caption h5, .carousel-caption p{
    font-size: 60px;
    font-weight: bold;
    font-family:'Times New Roman', Times, serif;
}
.carousel-caption p{
    font-size: 18px;
}
.carousel-item:first-child{
    animation: slideup 0.8s;
}
.carousel-item:nth-child(2){
    animation: slidedown 0.9s;
}
/* .carousel-indicators{
    margin-bottom: 10rem;
} */
.carousel-dark .carousel-indicators [data-bs-target]{
    width: 20px;
    height: 20px;
    bottom: 200px;
    border-radius: 50%;
}


@keyframes slideup {
    0%{
        transform: translateY(350px);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes slidedown {
    0%{
        transform: translateY(-350px);
    }
    100%{
        transform: translateY(0px);
    }
}
/* Slider Section End */

/* our Section Start */
.college-info{
    background-color: #670B0B;
    color: #ffffff;
    text-align: center;
    height: 50px;
}

.college-info1{
    height: 198px;
    background-color: #ffb607
}
.our-section-col1-col3{
    height: 250px;
}
.our-section-img .img-fluid{
    height: 121px;
     width: 120px;
     background-color: rgb(19, 55, 236);
     float: left;
      margin-left: -12px;
}
.our-section-col2{
    float: left;
    height: 250px;
}


/* our Start End */

/*--Domestic Section Start---*/
.domestic
{
  background: #b6792e;
}
.domestic img:hover
{
  transition: 0.3s ease-out all;
  transform: scale(1.1);
}
/* .solutionbox
{
  width: 136px;
} */
.domestic .solutionbox h5
{
  font-size: 18px;
  text-align: center;
}
.domestic .solutionbox a
{
  font-size: 13px;
  color: #fff;
}
/*--Domestic Section End---*/

/*--World Section Start---*/
.getbtn:hover
{
  background-color: #9a0101;;
}
.world h1
{
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0px 0px 5px #ffffff;
}
.world p
{
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-shadow: -1px 0px 5px #ffffff;
}
/*--World Section End---*/
/*  Testimonials with Flip Animation start*/

.card {
    width: 100%;
    height: 350px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.card .box {
    position: absolute;
    color: #262626;
    width: 100%;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: white;
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
}
.card .box.front{
    background-image: url(img/pattern.png);
    background-repeat: repeat;
}
.card .box.front,
.card .box.back {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .box.front img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid #262626;
	margin-bottom: 25px;
}

.card:hover .box.front {
    transform: rotateY(180deg);
}
.box.front h2 {
	font-family: 'Bebas Neue', cursive;
}
.box.front h4 {
	font-size: 18px;
	letter-spacing: 2px;
}
.socials i {
	margin: 0 15px;
}
.card .box.back {
    position: absolute;
    background: #670B0B;
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.card .box.back .fa-quote-left {
	position: absolute;
	top: 25px;
	left: 180px;
	font-size: 3.2rem;
}

.card:hover .box.back {
    transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

/* Testimonials with Flip Animation end */

/* Footer Section Start */

#lin li a{color: white;}

footer .opening li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
}
.abc{
    border: none !important;
}
footer .social{
    font-size: 20px;
    padding: 10px 17px;
    border-radius: 50%;
}
/* Footer Section End */




 

