@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
body{
	padding: 0;
	margin: 0;
	font-family: "Catamaran", sans-serif;
	line-height: 26px;
	font-size: 16px;
}
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
.menu-btn{
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	background:#2F3192;
	padding: 10px 15px 5px 15px;
	border-radius: 3px;
	border: 1px solid #ffffff;
}
.menu-btn img{
	height: 35px;
	width: 35px;
	background-size: cover;
	margin-bottom: 5px;
}
.close-btn
{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.side-bar
{
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	height: 100%;
	overflow-y: auto;
	background:#2F3192;
	transition: 0.6s ease;
	transition-property: right;
  z-index: 99999;
}
.side-bar.active
{
	right: 0;
}
.side-bar .menu
{
	width: 100%;
	margin-top: 60px;
}
.side-bar .menu .item
{
	cursor: pointer;
}
.side-bar .menu .item a 
{
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 28px;
}
.side-bar .menu .item a:hover
{
	background: #00ADEF;
	transition: 0.4s;
}
.side-bar .menu .item i 
{
	margin-right: 14px;
}
.side-bar .menu .item a .dropdown
{
	position: absolute;
	right: 14px;
	transition: 0.4s;
}
.side-bar .menu .item a .dropdown.rotate
{
	transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu
{
	display: none;
	background: rgba(255, 255, 255, 0.1);
}
.side-bar .menu .item .sub-menu a 
{
	padding-left: 60px;
}
.top-head{
	position: relative;
}
.top-head2{
	position: absolute;
	width: 100%;
	z-index: 99;
}
.so-logo img{
	background: #ffffff;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
h1{
	  font-family: "Encode Sans", sans-serif;
}
h2{
	  font-family: "Encode Sans", sans-serif;
	  font-size: 42px;
	  line-height: 30px;
	  font-weight: 900;
	  color: #043A84;
}
h3{
	  font-family: "Encode Sans", sans-serif;
	  font-weight: 600;
	  font-size: 35px;
	  line-height: 45px;
}
h4{
	  font-family: "Encode Sans", sans-serif;
	  font-size: 21px;
	  line-height: 31px;
	  font-weight: 600;
}
h5{
	  font-family: "Encode Sans", sans-serif;
	  font-size: 18px;
	  line-height: 28px;
	  font-weight: 600;
}
h6{
	  font-family: "Encode Sans", sans-serif;
}
p{
	  font-family: "Catamaran", sans-serif;
	  line-height: 26px;
	  font-size: 16px;
	  font-weight: 400;
	  text-align: justify;
	  margin-bottom: 0;
	  padding-bottom: 20px;
}
.ku{
	  font-family: "Caveat", cursive;
	  font-size: 16px;
}
.announc{
	position: relative;
}
.announc2{
	background: radial-gradient(at bottom left, #11ACDF 39%, #1D87C4 64%);
	padding: 10px 20px 10px 20px;
	border-bottom-left-radius: 8px;
}
.announc2 h3{
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	padding-bottom: 0;
	margin-bottom: 4px;
	padding-top: 4px;
}
.text-white{
	color: #ffffff !important;
}
.announc3{
	background: linear-gradient(120deg, #F78B3C 33%, #E9574A 57%);
	padding: 10px 20px 3px 20px;
	border-bottom-right-radius: 8px;
}
.announc3 marquee{
	color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-top: 7px;
}
.pt-50{
	padding-top: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.bor-8{
	border-radius: 8px;
}
.about-sec{
	position: relative;
}
.about-sec2{
	height: 150px;
	width: 147px;
	background-size: cover;
	background-image: url(../images/a2.png);
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
.about-sec3{
	position: relative;
}
.about-sec5 h3{
	color: #043A84;
	font-family: "Encode Sans";
	font-size: 42px;
	line-height: 52px;
	font-weight: 900;
	text-transform: uppercase;
}
.about-sec5 h4{
	font-family: "Encode Sans";
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
    color: #043A84;
    padding-bottom: 10px;
}
.about-sec6{
	width: 80px;
	background: #043A84;
	height: 1px;
}
.box-ss{
	background: #FDF5D7;
	padding: 10px;
}
.box-ss{
	font-family: "Caveat";
    font-size: 28px;
    font-weight: 400;
    line-height: 1em;
    color: #E63232;
}
.btn-ss .btn{
	background: linear-gradient(90deg, #516DD9 35%, #3DB3E7 89%);
	font-family: "Catamaran";
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 5px 5px 10px -1px #e8e8e8;
    border-style:0;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    transition: all 0.5s ease-in-out 0s;
}
.btn-ss .btn:hover{
	background: linear-gradient(90deg, #3DB3E7 35%, #516DD9 89%);
	font-family: "Catamaran";
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 5px 5px 10px -1px #e8e8e8;
    border-style:0;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    transition: all 0.5s ease-in-out 0s;
}
.ppbox{
	position: relative;
	background-image: url("../images/a2.jpg") !important;
	border-radius: 8px;
	padding: 20px;
}
.ppbox2{
	position: relative;
	background-image: url("../images/a3.jpg");
	border-radius: 8px;
	padding: 20px;
}
.fou2 .founder-box{
	position: absolute;
	bottom: -90px;
	border-radius: 4px 4px 4px 4px;
	background:linear-gradient(180deg, #516DD9 0%, #3DB3E7 100%);
	border:1px solid #ffffff;
	padding: 20px 70px 20px 20px;
	right: 30px; 
}
.founder-box{
	position: absolute;
	bottom: -90px;
	border-radius: 4px 4px 4px 4px;
	background:linear-gradient(128deg, #FF521D 0%, #F4A307 100%);
	border:1px solid #ffffff;
	padding: 20px 70px 20px 20px;
	right: 30px; 
}
.founder-box img{
	height: 45px;
	width: 45px;
	background-size: cover;
	position: absolute;
	right: -21px;
	top: 19px;
}
.founder-box h4{
	font-family: "Caveat";
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
}
.founder-box p{
	font-family: "Encode Sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
  text-align: left;
}
.pb-80{
	padding-bottom: 80px;
}
#news-slider{
    margin-top: 0px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.why:hover .zoom{
  transform: scale(1.1);
transition: all 0.5s ease-in-out 0s;
}
.why .zoom{
  transform: scale(1.0);
transition: all 0.5s ease-in-out 0s;
}
.why h4{
	text-align: center;
	color: #043A84;
}
.why2{
	padding: 10px;
}
.why{
	box-shadow: 1px 1px 10px 3px rgb(75 45 45 / 28%);
	border-radius: 20px;
}
.zoom2{
	overflow: hidden;
}
.why2 p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.whyss .owl-controls .owl-buttons .owl-prev{
	display: none;
}
.whyss .owl-controls .owl-buttons .owl-next{
	display: none;
}
.spacex{
  padding-top: 20px;
}
.spacex1{
  padding-top: 1px;
}
.spacex2{
  padding-top: 2px;
}
.spacex3{
  padding-top: 3px;
}
.spacex4{
  padding-top: 4px;
}
.spacex5{
  padding-top: 5px;
}
.spacex6{
  padding-top: 6px;
}
.spacex7{
  padding-top: 7px;
}
.spacex8{
  padding-top: 8px;
}
.spacex9{
  padding-top: 9px;
}
.spacex10{
  padding-top: 10px;
}
.spacex11{
  padding-top: 11px;
}
.spacex12{
  padding-top: 12px;
}
.spacex13{
  padding-top: 13px;
}
.spacex14{
  padding-top: 14px;
}
.spacex15{
  padding-top: 15px;
}
.spacex16{
  padding-top: 16px;
}
.spacex17{
  padding-top: 17px;
}
.spacex18{
  padding-top: 18px;
}
.spacex19{
  padding-top: 19px;
}
.spacex20{
  padding-top: 20px;
}
.spacex21{
  padding-top: 21px;
}
.spacex22{
  padding-top: 22px;
}
.spacex23{
  padding-top: 23px;
}
.spacex24{
  padding-top: 24px;
}
.spacex25{
  padding-top: 25px;
}
.spacex26{
  padding-top: 26px;
}
.spacex27{
  padding-top: 27px;
}
.spacex28{
  padding-top: 28px;
}
.spacex29{
  padding-top: 29px;
}
.spacex30{
  padding-top: 30px;
}
.spacex31{
  padding-top: 31px;
}
.spacex32{
  padding-top: 32px;
}
.spacex33{
  padding-top: 33px;
}
.spacex34{
  padding-top: 34px;
}
.spacex35{
  padding-top: 35px;
}
.spacex36{
  padding-top: 36px;
}
.spacex37{
  padding-top: 37px;
}
.spacex38{
  padding-top: 38px;
}
.spacex39{
  padding-top: 39px;
}
.spacex40{
  padding-top: 40px;
}
.spacex41{
  padding-top: 41px;
}
.spacex42{
  padding-top: 42px;
}
.spacex43{
  padding-top: 43px;
}
.spacex44{
  padding-top: 44px;
}
.spacex45{
  padding-top: 45px;
}
.spacex46{
  padding-top: 46px;
}
.spacex47{
  padding-top: 47px;
}
.spacex48{
  padding-top: 48px;
}
.spacex49{
  padding-top: 49px;
}
.spacex50{
  padding-top: 50px;
}
.spacex51{
  padding-top: 51px;
}
.spacex52{
  padding-top: 52px;
}
.spacex53{
  padding-top: 53px;
}
.spacex54{
  padding-top: 54px;
}
.spacex55{
  padding-top: 55px;
}
.spacex56{
  padding-top: 56px;
}
.spacex57{
  padding-top: 57px;
}
.spacex58{
  padding-top: 58px;
}
.spacex59{
  padding-top: 59px;
}
.spacex60{
  padding-top: 60px;
}
.spacex61{
  padding-top: 61px;
}
.spacex62{
  padding-top: 62px;
}
.spacex63{
  padding-top: 63px;
}
.spacex64{
  padding-top: 64px;
}
.spacex65{
  padding-top: 65px;
}
.spacex66{
  padding-top: 66px;
}
.spacex67{
  padding-top: 67px;
}
.spacex68{
  padding-top: 68px;
}
.spacex69{
  padding-top: 69px;
}
.spacex70{
  padding-top: 70px;
}
.spacex71{
  padding-top: 71px;
}
.spacex72{
  padding-top: 72px;
}
.spacex73{
  padding-top: 73px;
}
.spacex74{
  padding-top: 74px;
}
.spacex75{
  padding-top: 75px;
}
.spacex76{
  padding-top: 76px;
}
.spacex77{
  padding-top: 77px;
}
.spacex78{
  padding-top: 78px;
}
.spacex79{
  padding-top: 79px;
}
.spacex80{
  padding-top: 80px;
}
.spacex81{
  padding-top: 81px;
}
.spacex82{
  padding-top: 82px;
}
.spacex83{
  padding-top: 83px;
}
.spacex84{
  padding-top: 84px;
}
.spacex85{
  padding-top: 85px;
}
.spacex86{
  padding-top: 86px;
}
.spacex87{
  padding-top: 87px;
}
.spacex88{
  padding-top: 88px;
}
.spacex89{
  padding-top: 89px;
}
.spacex90{
  padding-top: 90px;
}
.spacex91{
  padding-top: 91px;
}
.spacex92{
  padding-top: 92px;
}
.spacex93{
  padding-top: 93px;
}
.spacex94{
  padding-top: 94px;
}
.spacex95{
  padding-top: 95px;
}
.spacex96{
  padding-top: 96px;
}
.spacex97{
  padding-top: 97px;
}
.spacex98{
  padding-top: 98px;
}
.spacex99{
  padding-top: 99px;
}
.spacex100{
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .spacex{
  padding-top: 0px;
}
.spacex1{
  padding-top: 0px;
}
.spacex2{
  padding-top: 0px;
}
.spacex3{
  padding-top: 0px;
}
.spacex4{
  padding-top: 0px;
}
.spacex5{
  padding-top: 0px;
}
.spacex6{
  padding-top: 0px;
}
.spacex7{
  padding-top: 0px;
}
.spacex8{
  padding-top: 0px;
}
.spacex9{
  padding-top: 0px;
}
.spacex10{
  padding-top: 0px;
}
.spacex11{
  padding-top: 0px;
}
.spacex12{
  padding-top: 0px;
}
.spacex13{
  padding-top: 0px;
}
.spacex14{
  padding-top: 0px;
}
.spacex15{
  padding-top: 0px;
}
.spacex16{
  padding-top: 0px;
}
.spacex17{
  padding-top: 0px;
}
.spacex18{
  padding-top: 0px;
}
.spacex19{
  padding-top: 0px;
}
.spacex20{
  padding-top: 0px;
}
.spacex21{
  padding-top: 0px;
}
.spacex22{
  padding-top: 0px;
}
.spacex23{
  padding-top: 0px;
}
.spacex24{
  padding-top: 0px;
}
.spacex25{
  padding-top: 0px;
}
.spacex26{
  padding-top: 0px;
}
.spacex27{
  padding-top: 0px;
}
.spacex28{
  padding-top: 0px;
}
.spacex29{
  padding-top: 0px;
}
.spacex30{
  padding-top: 0px;
}
.spacex31{
  padding-top: 0px;
}
.spacex32{
  padding-top: 0px;
}
.spacex33{
  padding-top: 0px;
}
.spacex34{
  padding-top: 0px;
}
.spacex35{
  padding-top: 0px;
}
.spacex36{
  padding-top: 0px;
}
.spacex37{
  padding-top: 0px;
}
.spacex38{
  padding-top: 0px;
}
.spacex39{
  padding-top: 0px;
}
.spacex40{
  padding-top: 0px;
}
.spacex41{
  padding-top: 0px;
}
.spacex42{
  padding-top: 0px;
}
.spacex43{
  padding-top: 0px;
}
.spacex44{
  padding-top: 0px;
}
.spacex45{
  padding-top: 0px;
}
.spacex46{
  padding-top: 0px;
}
.spacex47{
  padding-top: 0px;
}
.spacex48{
  padding-top: 0px;
}
.spacex49{
  padding-top: 0px;
}
.spacex50{
  padding-top: 0px;
}
.spacex51{
  padding-top: 0px;
}
.spacex52{
  padding-top: 0px;
}
.spacex53{
  padding-top: 0px;
}
.spacex54{
  padding-top: 0px;
}
.spacex55{
  padding-top: 0px;
}
.spacex56{
  padding-top: 0px;
}
.spacex57{
  padding-top: 0px;
}
.spacex58{
  padding-top: 0px;
}
.spacex59{
  padding-top: 0px;
}
.spacex60{
  padding-top: 0px;
}
.spacex61{
  padding-top: 0px;
}
.spacex62{
  padding-top: 0px;
}
.spacex63{
  padding-top: 0px;
}
.spacex64{
  padding-top: 0px;
}
.spacex65{
  padding-top: 0px;
}
.spacex66{
  padding-top: 0px;
}
.spacex67{
  padding-top: 0px;
}
.spacex68{
  padding-top: 0px;
}
.spacex69{
  padding-top: 0px;
}
.spacex70{
  padding-top: 0px;
}
.spacex71{
  padding-top: 0px;
}
.spacex72{
  padding-top: 0px;
}
.spacex73{
  padding-top: 0px;
}
.spacex74{
  padding-top: 0px;
}
.spacex75{
  padding-top: 0px;
}
.spacex76{
  padding-top: 0px;
}
.spacex77{
  padding-top: 0px;
}
.spacex78{
  padding-top: 0px;
}
.spacex79{
  padding-top: 0px;
}
.spacex80{
  padding-top: 0px;
}
.spacex81{
  padding-top: 0px;
}
.spacex82{
  padding-top: 0px;
}
.spacex83{
  padding-top: 0px;
}
.spacex84{
  padding-top: 0px;
}
.spacex85{
  padding-top: 0px;
}
.spacex86{
  padding-top: 0px;
}
.spacex87{
  padding-top: 0px;
}
.spacex88{
  padding-top: 0px;
}
.spacex89{
  padding-top: 0px;
}
.spacex90{
  padding-top: 0px;
}
.spacex91{
  padding-top: 0px;
}
.spacex92{
  padding-top: 0px;
}
.spacex93{
  padding-top: 0px;
}
.spacex94{
  padding-top: 0px;
}
.spacex95{
  padding-top: 0px;
}
.spacex96{
  padding-top: 0px;
}
.spacex97{
  padding-top: 0px;
}
.spacex98{
  padding-top: 0px;
}
.spacex99{
  padding-top: 0px;
}
.spacex100{
  padding-top: 0px;
}
}
.why-choose{
	background-image: url("../images/b1.jpg");
	background-size: cover;
}
.why-choose .btn-ss .btn{
	box-shadow: 0 0 0;
}
.redssss .btn-ss .btn{
	background: linear-gradient(90deg, #E53131 27%, #F19913 64%);
	font-family: "Catamaran";
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0 0 0;
    border-style:0;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    transition: all 0.5s ease-in-out 0s;
}
.redssss .btn-ss .btn:hover{
	background: linear-gradient(90deg, #F19913 27%, #E53131 64%);
	font-family: "Catamaran";
	font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    box-shadow: 0 0 0;
    border-style:0;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    transition: all 0.5s ease-in-out 0s;
}
.inff{
	background-image: url("../images/b2.jpg");
	background-size: cover;
	background-position: center bottom;
}
.fdsss img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.fdsss{
	position: relative;
}
.fdsss2{
	width: 100%;
	position: absolute;
	bottom: -30px;
}
.fdsss h4{
	background: #ffffff;
	padding: 15px;
	color: #333333;
	bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.academic{
	background-image: url("../images/a7.png");
	background-size: cover;
	background-position: center top;
}
.cuuri:hover .zoom{
  transform: scale(1.1);
transition: all 0.5s ease-in-out 0s;
}
.cuuri .zoom{
  transform: scale(1.0);
transition: all 0.5s ease-in-out 0s;
}
.zoom2{
	overflow: hidden;
}
.cuuri2{
	padding: 20px;
	background: #ffffff;
}
.cuuri2 h4{
	text-align: center;
	color: #E4322C;
	font-size: 21px;
	line-height: 31px;
}
.cuuri2 img{
	height: 30px;
	width: 30px;
	float: right;
	color: red;
}
.cuuri2 a{
	font-size: 18px;
	line-height: 28px;
	color: #E4322C;
	text-decoration: none;
	font-weight: 700;
}
.fsdgsdf img{
	border-radius: 8px;
}
.facts{
	background-image: url("../images/b5.jpg");
	background-size: cover;
	background-position: center bottom;
	padding-top: 50px;
	padding-bottom: 100px;
}
.factss{
	border: 2px dashed #ffffff;
	padding: 20px;
	border-radius: 20px;
}
.factss img{
	width: 80px;
	height:80px;
	background-size: cover;
}
.factss h3{
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}
.factss p{
	font-size: 21px;
	line-height: 31px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top: 5px;
}
.sdfdsfrrr .owl-controls .owl-buttons .owl-prev{
	display: none;
}
.sdfdsfrrr .owl-controls .owl-buttons .owl-next{
	display: none;
}
.wedfs .why2{
	background:linear-gradient(128deg, #FF521D 0%, #F4A307 100%);
	color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.wedfs .why2 h4{
	color: #ffffff;
}
.pb-30{
	padding-bottom: 30px;
}
.top-foo{
background: #FFFFFF;
background: linear-gradient(180deg,rgba(255, 255, 255, 1) 4%, rgba(168, 226, 245, 1) 100%);
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px;
}
}
.llsss{
	background:#ffffff;
	padding: 30px 20px 30px 20px;
}
.llsss img{
	height: 80px;
}
.foot-contact{
	padding: 0;
	margin: 0;
}
.foot-contact li i{
	float: left;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	width: 30px;
}
.foot-contact li{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding-bottom: 10px;
	list-style: none;
}
.foot-contact li a{
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
}
.foot-contact li p{
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
}
.vv1{
	padding-left: 30px;
}
.aaffff{
	padding: 0;
	margin: 0;
}
.aaffff li{
	list-style: none;
	font-size: 16px;
	line-height:26px;
	font-weight: 500;
	padding-bottom: 10px;
}
.aaffff li i{
	color: #333333;
	font-size: 18px;
	padding-right: 7px;
}
.aaffff li a{
	text-decoration: none;
	color: #333333;
}
.sdffhhh h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #043A84;
}
.sdffhhh{
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.top-foo2{
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-foo2 p{
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.socail{
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 10px;
}
.socail li{
	list-style: none;
	display: inline;
	margin-right: 10px;
}
.socail li a{
	color: #ffffff !important;
}
.socail li i{
	font-size: 18px;
}
.sssgg1{
	background:#0862F7;
	padding: 7px 12px 2px 12px;
	color: #ffffff !important;
	border-radius: 50%;
}
.sssgg2{
	background:#C71F1E;
	padding: 7px 9px 2px 10px;
	color: #ffffff !important;
	border-radius: 50%;
}
.sssgg3{
	background:#0C61BF;
	padding: 7px 12px 2px 12px;
	color: #ffffff !important;
	border-radius: 50%;
}
.daasdaasd img{
  float: left;
  width: 230px;
  height: 215px;
  margin-right: 20px
}
.scrr{
  position: relative;
}
.scrr2{
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 45%;
}
.scrr2 img{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
.mob-menu .top-head2{
  position: relative;
  background:#2F3192; 
}
.mob-menu .so-logo img{
  box-shadow: 0 0 0;
  height: 80px;
}
.mob-menu .menu-btn{
  top: 5px;
right: 5px;
padding: 10px 10px 5px 10px;
}
.mob-menu .menu-btn img{
  height: 25px;
width: 25px;
}
.mob-menu2 .announc2{
  border-radius: 0;
}
.mob-menu3 h3{
  padding-top: 20px;
}
.mob-menu3 .daasdaasd img{
  width: 150px;
height: 140px;
}
.mob-menu3 .founder-box{
  padding: 20px 20px 20px 20px;
}
.mob-menu3 .founder-box h4{
  font-size: 25px;
  line-height: 35px;
}
}
.bru-sec13 .bru-sec{
  background: url("../images/h12.jpg");
  background-size: cover;
}
.bru-sec12 .bru-sec{
  background: url("../images/h11.jpg");
  background-size: cover;
}
.bru-sec11 .bru-sec{
  background: url("../images/h10.jpg");
  background-size: cover;
}
.bru-sec10 .bru-sec{
  background: url("../images/h9.jpg");
  background-size: cover;
}
.bru-sec9 .bru-sec{
  background: url("../images/h8.jpg");
  background-size: cover;
}
.bru-sec8 .bru-sec{
  background: url("../images/h7.jpg");
  background-size: cover;
}
.bru-sec7 .bru-sec{
  background: url("../images/h6.jpg");
  background-size: cover;
}
.bru-sec6 .bru-sec{
  background: url("../images/h5.jpg");
  background-size: cover;
}
.bru-sec5 .bru-sec{
  background: url("../images/h3.jpg");
  background-size: cover;
}
.bru-sec3 .bru-sec{
  background: url("../images/h2.jpg");
  background-size: cover;
}
.bru-sec{
  background: url("../images/h1.jpg");
  background-size: cover;
}
.bru-sec2{
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgba(51,51,51,0.3);
} 
.bru-sec h3{
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px #333333;
}
.bru-sec ul{
  padding: 0;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px #333333;
}
.bru-sec ul li{
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 600;
  list-style: none;
  display: inline;
  padding-right: 10px;
}
.bru-sec ul li a{
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}
.new-list li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image: url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 500 !important;
}
.new-list {
    padding: 0;
    margin: 0;
}
.fb-boss{
  padding: 10px;
  background: linear-gradient(128deg, #FF521D 0%, #F4A307 100%);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fb-boss p{
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
}
.fb-boss h5{
  color: #ffffff;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0px;
  text-align: center;
}
.bor-88{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.viss{
  padding: 20px;
  border-radius: 8px;
}
.viss h4{
  text-align: center;
}
.viss p{
  padding-bottom: 0;
  margin-bottom: 0;
}
.viss2{
background: #ffeecc;
}
.viss3{
background: #eefbff;
}
.viss5{
background: #ffeefb;
}
.viss6{
background: #f6fed5;
}
.inner-hass{
  background: #f2f2f2;
}
.viss99 .viss{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.table-act{
  background: linear-gradient(90deg, #516DD9 35%, #3DB3E7 89%);
  font-weight: bold;
  color: #ffffff;
}
.sfdsf .btn-success{
  background: linear-gradient(90deg, #516DD9 35%, #3DB3E7 89%);
    padding: 10px 20px 10px 20px;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.sdfsf{
  background: linear-gradient(90deg, #516DD9 35%, #3DB3E7 89%);
  padding: 20px;
  border-radius: 8px;
}
.sdfsf h4{
  color: #ffffff;
  font-size: 21px;
  line-height: 31px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sdfsf .foot-contact li{
  color: #ffffff;
}
.sdfsf .foot-contact li a{
  color: #ffffff;
}
.sdfsf .foot-contact li i{
  color: #ffffff;
}
.d-maps{
  margin-bottom: -10px;
}
.sdffdsfttt .btn-success{
  background: linear-gradient(90deg, #E53131 27%, #F19913 64%);
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.link1{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: none;
}