@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'just_lovelyregular';
    src: url('justlovely-webfont.html') format('woff2'),
         url('justlovely-webfont-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'just_lovelyslanted';
    src: url('justlovelyslanted-webfont.woff2') format('woff2'),
         url('justlovelyslanted-webfont.html') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
ul li{
	padding: 0;
	margin: 0;
}
.top-sec{
	background: #083D77;
	padding-top: 7px;
	padding-bottom: 7px;
}
.sdds img{
	width: 25px;
	height: 25px;
}
.sdds ul li img{
	margin-right: 5px;
}
.sdds{
	padding-top: 5px;
}
.sdds ul{
	padding: 0;
	margin: 0;
}
.sdds ul li{
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	display: inline;
	margin-right: 15px;
}
.sdds ul li a{
	text-decoration: none;
	color: #ffffff;
}
.top-sec2 img{
	width: 380px;
}
.ddd2:hover .dropdown-menu {
	display:block;
}
.sdds2 ul{
	padding: 0;
	margin: 0;
	text-align: right;
}
.sdds2 ul li{
	display: inline;
	list-style: none;
	padding-right: 10px;
	text-transform: uppercase;
}
.sdds2 ul li a{
	text-decoration: none;
	color: #ffffff;
}
.sdds2 ul li a.btn-success{
	transform: skewX(-10deg);
	background: #e97725;
	border-color: #e97725;
	transition: all 0.5s ease-in-out 0s;
}
.sdds2 ul li a.btn-success:hover{
	transform: skewX(-10deg);
	background: #86bc42;
	border-color: #86bc42;
	transition: all 0.5s ease-in-out 0s;
}
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link{
	color: #1E9AD6;
}
.navbar-light .navbar-nav .nav-link{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}
}
.banner-sec{
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	position: relative;
	z-index: 9;
}
.top-sec2{
	position: relative;
	z-index: 999999;
	padding-top: 5px;
    padding-bottom: 5px;
}
.tresec2{
	background-image:url("../images/u1.jpg");
	background-size: cover;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
}
.tresec2over{
    background-image: url("../images/a3.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 101% auto;
    opacity: 1; 
    height: 70px;
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: -1px;
}
.tresec3{
	padding: 30px 30px 30px 30px;
	position: relative;
	z-index: 9999;
}
.ssdf{
	width: 60px;
	height: 60px;
}
.tresec3 h4{
	color: #333333;
	font-size: 25px;
	line-height:35px;
	 font-family: "Open Sans", sans-serif;
	 font-weight: 700;
	 padding-bottom: 0;
	 margin-bottom: 0;
	 text-transform: uppercase;
}
.tresec3 h4 span{
	font-weight: 500;
}
.tresec5{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(51,51,51,0.3);
}
.tresec3 p{
	text-align: justify;
}
.tresec3 a img{
	width: 35px;
	height: 35px;
}
.tresec2:hover{
	background: #CAEEFD;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 0.5s ease-in-out 0s;
}
.tresec2:hover .tresec2over{
	background: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.tresec6 .tresec2{
	background-image:url("../images/u2.jpg");
	background-size: cover;
	transition: all 0.5s ease-in-out 0s;
}
.tresec6:hover .tresec2{
	background: #DAD2F9;
	transition: all 0.5s ease-in-out 0s;
}
.tresec7 .tresec2{
	background-image: url(../images/u3.jpg);
    background-size: cover;
	transition: all 0.5s ease-in-out 0s;
}
.tresec7:hover .tresec2{
	background: #FBD3F6;
	transition: all 0.5s ease-in-out 0s;
}
.evesns-sec{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bor-20{
	border-radius: 20px;
}
.bor-3{
	border-radius: 3px;
}
.evesns-sec h3{
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	color: #083D77;
	margin-bottom: 0;
	text-transform: uppercase;
}
.evesns-sec h3 span{
	font-weight: 400;
}
.sdfssg{
	border-top:2px solid #e97725;
	padding-top: 20px;
}
.sdfssg h4 a{
text-decoration: none;
color: #083D77;
}
.sdfssg h4{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
.dsssdf{
	padding-bottom: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pb-30{
	padding-bottom: 30px;
}
p{
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.abt-sec{
	position: relative;
	background-image: url("../images/v1.jpg");
	background-size: cover;
	background-position: top center;
}
.abt-sec h2{
	color: #083D77;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.abt-sec h2 span{
	font-weight: 400;
}
.bsdfsdss .btn-success{
	background: #083D77;
	border-color: #083D77;
	border-radius: 30px 30px 30px 30px;
	padding: 15px 30px 17px 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	transform: scale(1.0);
	text-transform: uppercase;
	transition: all 0.5s ease-in-out 0s;
}
.bsdfsdss:hover .btn-success{
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
	background: #e97725;
	border-color: #e97725;
}


.bsdfsdss2 .btn-success{
	background: #ffffff;
	border-color: #ffffff;
	border-radius: 30px 30px 30px 30px;
	padding: 15px 30px 17px 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	transform: scale(1.0);
	transition: all 0.5s ease-in-out 0s;
	color: #333333;
	text-transform: uppercase;
}
.bsdfsdss2:hover .btn-success{
	transform: scale(0.9);
	transition: all 0.5s ease-in-out 0s;
	background: #86bc42;
	border-color: #86bc42;
	color: #ffffff;
}

.whysc{
	background-image: url("../images/a2.jpg");
	background-size: cover;
	position: relative;
}
.fac-sec{
	position: relative;
}
.whysc2{
	background: rgba(15,161,171,0.8);
	padding-top: 30px;
	padding-bottom: 30px;
}
.whysc h2{
	font-size: 45px;
	line-height: 55px;
	color: #ffffff;
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.whysc p{
	color: #ffffff;
}
.why1{
	position: relative;
}
.why2{
	position:absolute;
	top: -100px;
}
.why2 img{
	border-radius: 20px;
}
.pt-20{
	padding-top: 20px;
}
.whuiss{
	height: 2px;
	background: #ffffff;
	width: 75px;
}
.sdfggg{
	position: relative;
	padding-top: 210px;
}
.nummb{
	background: #ffffff;
	border: 2px dashed #e97725;
	border-radius: 50%;
	height: 120px;
	width: 120px;
}
.eeff1 .nummb{
	border: 2px dashed #0D75AC;
}
.eeff2 .nummb{
	border: 2px dashed #86BC42;
}
.eeff3 .nummb{
	border: 2px dashed #BC4286;
}
.nummb img{
	height: 70px;
	width: 70px;
	margin-top: 15px;
	margin-left: 18px;
}
.eeff1 .nummb img{
margin-top: 19px;
margin-left: 24px;
}
.eeff2 .nummb img{
margin-top: 20px;
margin-left: 22px;
}
.eeff3 .nummb img{
margin-top: 22px;
margin-left: 27px;
}
.nummb2{
	background: #ffffff;
	padding: 10px;
	border-radius: 50%;
	height: 140px;
	width: 140px;
}
.sdffssdfss{
	position: relative;
}
.sdffssdfss2{
	float: left;
	margin-right: 20px;
}
.sdffssdfss3{
	padding-left:15px; 
}
.sdffssdfss3 h5{
	font-size: 45px;
	line-height: 55px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
	padding-top: 25px;
}
.sdffssdfss3 p{
	font-size: 21px;
	line-height: 31px;
	color: #ffffff;
}
.fac-sec h3{
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.fadds{
	height: 2px;
	width: 75px;
	margin: 0 auto;
	background: #e97725;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bor-8{
	border-radius: 8px;
}
.sdfsggghf{
	position: relative;
}
.sdfsggghf2{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.sdfsggghf2 h4{
	background: rgba(255,255,255,0.7);
	padding: 10px;
	color: #333333;
	text-align: center;
	margin-bottom: 0;
}
.extrasec{
	position: relative;
	background-image: url("../images/a3.jpg");
	background-size: cover;
	position: relative;
}
.extrasec2{
	background: rgba(45,62,80,0.9);
	padding-top: 30px;
	padding-bottom: 30px;
}
.extrasec h3{
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}
.post-slide{
    margin: 20px 15px 20px;
    padding-top: 1px;
}
.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;
    }
}
.dsfsfgggsee{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
.dsfsfgggsee2{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.dsfsfgggsee2 h4{
	background: #e97725;
	border-radius: 20px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}
.dsfsfgggsee img{
	border-radius: 20px;
}
.extrasec2 .owl-buttons{
	display: none;
}
.zoom:hover {
  transform: scale(1.1);
transition: all 0.5s ease-in-out 0s;
}
.zoom{
  transform: scale(1.0);
transition: all 0.5s ease-in-out 0s;
}
.top-footer{
	background: #083D77;
}
.top-footer h3{
	text-transform: uppercase;
	font-size: 21px;
	line-height: 31px;
	color: #ffffff;
	font-weight: 600;
}
.sfsf{
	height: 2px;
	width: 75px;
	background: #ffffff;
}
.top-footer p{
	color: #ffffff;
}
.sadsdgddgb ul{
	padding: 0;
	margin: 0;
}
.sadsdgddgb ul li{
	list-style: none;
	color: #ffffff;
	padding-bottom: 10px;
}
.sadsdgddgb ul li i{
	font-size: 18px;
	padding-right: 7px;
}
.sadsdgddgb ul li a{
	color: #ffffff;
	text-decoration: none;
}
.foot-contact{
	padding: 0;
	margin: 0;
}
.foot-contact p{
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
.foot-contact li{
	padding-bottom: 10px;
	list-style: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}
.foot-contact li i{
	font-size: 18px;
	line-height: 28px;
	width: 30px;
	color: #ffffff;
	float: left;
}
.foot-contact li a{
	text-decoration: none;
	color: #ffffff;
}
.vv1{
	padding-left: 30px;
}
.foot2{
	background: #0D75AC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sdfg{
	width: 150px;
	height: 150px;
}

.custom-social-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.facebook-view-button,
.instagram-view-button,
.youtube-view-button,
.linkedin-view-button {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
}

/* Facebook Button */
.facebook-view-button {
  background-image: url('../images/o1.svg');
  background-color: #1877F2;
}

/* Instagram Button */
.instagram-view-button {
  background-image: url('../images/o2.png');
  background-color: #E1306C;
}

/* YouTube Button */
.youtube-view-button {
  background-image: url('../images/o3.png');
  background-color: #FF0000;
}

.wats{
	position: relative;
}
.wats2{
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 99;
}
.wats2 img{
	height: 60px;
	width: 60px;
}


@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    line-height: 3rem;
  }
  .navbar .dropdown-menu {
    line-height: initial;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu {
    margin-top: -0.5rem;
  }

  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -0.5rem;
    left: 100%;
    margin-left: 0;
  }
}
.dropdown-menu{
	border-radius: 0 !important;
	margin: 0;
	padding: 0;
}
.dropdown-item{
	padding: 7px 20px;
	width: 230px;
}
.bru-sec{
	background-image: url("../images/k1.jpg");
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.bru-sec3 .bru-sec{
	background-image: url("../images/k2.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec5 .bru-sec{
	background-image: url("../images/k3.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec6 .bru-sec{
	background-image: url("../images/k5.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec7 .bru-sec{
	background-image: url("../images/k6.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec8 .bru-sec{
	background-image: url("../images/k7.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec9 .bru-sec{
	background-image: url("../images/k8.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec10 .bru-sec{
	background-image: url("../images/k9.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec11 .bru-sec{
	background-image: url("../images/k10.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec12 .bru-sec{
	background-image: url("../images/k11.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec13 .bru-sec{
	background-image: url("../images/k12.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec14 .bru-sec{
	background-image: url("../images/k13.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec15 .bru-sec{
	background-image: url("../images/k14.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec16 .bru-sec{
	background-image: url("../images/k15.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec17 .bru-sec{
	background-image: url("../images/k16.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec18 .bru-sec{
	background-image: url("../images/k17.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec19 .bru-sec{
	background-image: url("../images/k17.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec20 .bru-sec{
	background-image: url("../images/k18.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec21 .bru-sec{
	background-image: url("../images/k19.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec22 .bru-sec{
	background-image: url("../images/k20.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec23 .bru-sec{
	background-image: url("../images/k21.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec25 .bru-sec{
	background-image: url("../images/k22.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec26 .bru-sec{
	background-image: url("../images/k23.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec27 .bru-sec{
	background-image: url("../images/k25.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec28 .bru-sec{
	background-image: url("../images/k26.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec29 .bru-sec{
	background-image: url("../images/k27.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec30 .bru-sec{
	background-image: url("../images/k28.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bru-sec31 .bru-sec{
	background-image: url("../images/k29.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec32 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec33 .bru-sec{
	background-image: url("../images/k30.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec34 .bru-sec{
	background-image: url("../images/k31.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec35 .bru-sec{
	background-image: url("../images/k32.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec36 .bru-sec{
	background-image: url("../images/k33.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec37 .bru-sec{
	background-image: url("../images/k34.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec38 .bru-sec{
	background-image: url("../images/k35.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec39 .bru-sec{
	background-image: url("../images/k36.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec50 .bru-sec{
	background-image: url("../images/k37.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.bru-sec51 .bru-sec{
	background-image: url("../images/k38.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.ffggf .bru-sec25 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.ffggf .bru-sec26 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec27 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec5 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec16 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec17 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec18 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec50 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec7 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec22 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec39 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec33 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec34 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec35 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec36 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec5 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec6 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.ffggf .bru-sec37 .bru-sec{
	background-image: url("../images/fd.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}


.bru-sec2{
	padding-top: 250px;
	padding-bottom: 50px;
	background: rgba(51,51,51,0.3);
}
.bru-sec2 h3{
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	color: #ffffff;
	text-shadow: 2px 2px #333333;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.bru-sec2 ul{
	text-align: center;
}
.bru-sec2 ul li{
	display: inline;
}
.bru-sec2 ul li a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}
.bru-sec2 ul li{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-shadow: 2px 2px #333333;
	color: #ffffff;
	padding-right: 10px;
}
.rsdds{
	color: #e97725;
}
.new-list2 li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    background-image: url(../images/lis2.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list2 {
    padding: 0;
    margin: 0;
}
.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;
}
.abbas{
	background: #e97725;
	padding: 20px;
	border-radius: 20px;
}
.abbasb{
	background: #0D75AC;
	padding: 20px;
	border-radius: 20px;
}
.abbasb2{
	background: #86bc42;
	padding: 20px;
	border-radius: 20px;
}
.abbasb3{
	background: #c34b95;
	padding: 20px;
	border-radius: 20px;
}
.abbasb58{
	background:url(../images/x2.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb59{
	background:url(../images/x3.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb60{
	background:url(../images/x5.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb61{
	background:url(../images/x6.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb62{
	background:url(../images/x7.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb63{
	background:url(../images/x8.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}
.abbasb64{
	background:url(../images/x9.jpg);
	background-size: cover;
	padding: 20px;
	border-radius: 20px;
}

.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;
}
}
.sdff{
	border: 1px solid #dddddd;
}
.ourmis{
	background: #ffffff;
	border-radius: 20px;
	padding: 20px;
}
.ourmis h5{
	color: #e97725;
	font-size: 21px;
	line-height: 31px;
}
.sdfdsfsdd h4{
	margin-bottom: 0;
}
.sdfdsfsdd p{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.bor-20sd{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.sdfdsfsdd{
	padding: 10px;
	background: #0D75AC;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.asdsad {
    border: 1px solid #dddddd;
    padding: 20px;
    border-radius: 8px;
    background: url("../images/u1.jpg");
    background-size: cover;
}
.asdsad img {
    width: 200px;
    height: 200px;
}
.asdsad h5 {
    font-size: 21px;
    padding-bottom: 10px;
    color: #333333;
    font-weight: 500;
    text-align: center;
}
.doc-bor {
    background: #333333;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}
.asdsad p {
    text-align: center;
    padding-top: 10px;
    color: #083D77 !important;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.doc-bor {
    background: #e97725;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}
.asdsad p.dsfgpp {
    text-align: center;
    padding-top: 0px;
    color: #333333 !important;
    font-size: 16px;
    line-height: 26px;
}
.asdsad img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.smardd{
	box-shadow: 0px 14px 18px 0px rgb(0 129 201 / 40%);
	position: relative;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.smardd2{
	padding: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.smardd img{
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.smardd2 h4{
	text-align: center;
}
.table-act{
	background: #e97725 !important;
	font-weight: bold !important;
	color: #ffffff !important;
}
.table-titl3{
	background: #e97725 !important;
	font-weight: bold !important;
	color: #ffffff !important;
}
.table-act2{
	background: #0D75AC !important;
	font-weight: bold !important;
	color: #ffffff !important;
}
.consdf{
	padding: 20px;
	background: #083D77;
	border-radius: 20px;
}
.consdf h4{
	color: #ffffff;
	padding-bottom: 10px;
}
.sfdsf a{
	background: #e97725;
	padding: 10px 20px 10px 20px;
	border:0;
}
.d-maps{
	margin-bottom: -10px;
}
.sdfsfsdf img{
	border-radius: 20px;
}

.scasdfs{
	text-align: center;
	color: #0D75AC;
	padding-top: 10px;
}
.posdfsd a{
	background: #e97725;
	font-size: 18px;
	line-height: 28px;
	border:0;
}
.ddfsdggg{
	font-size: 18px;
	line-height: 28px;
}
.posdfsd a:hover{
	background: #0D75AC;
	font-size: 18px;
	line-height: 28px;
	border:0;
}
.sfsdfdsfd h4{
	padding-bottom: 0;
	margin-bottom: 0;
	color: #ffffff;
}
.sfsdfdsfd .smardd2{
background: #0D75AC;
padding: 10px;
	color: #ffffff !important;
}

.contact_icon {
    background-color: #00A651;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    position: relative;
}

.floating_btn {
    position: fixed;
    bottom: 40px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.contact_icon img{
    width: 32px;
    height: 32px;
}
.top-footersdf{
	background-image: url("../images/s2.png");
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}
.dsssdf a:hover{
	color: #e97725;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#1E9AD6;
}
.seee1{
	position: relative;
}
.seee2{
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	z-index: 99;
	background: linear-gradient(to bottom,  rgba(51,51,51,0.9) 0%,rgba(51,51,51,0.01) 100%) !important;
}
.seee3{
	position: relative;
	z-index: 9;
}
.losdd img{
	width: 350px;
	padding: 10px;
	border-radius: 8px;
	background: #ffffff;
}
.adsdff{
	position: absolute;
	right: 120px;
    top: 35px;
}
.adsdff a{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px #333333;
}
.adsdff ul{
	padding: 0;
	margin: 0;
}
.adsdff ul li{
	display: inline;
	list-style: none;
	padding-right: 20px;
}
.menurig{
	position: relative;
}
.soccsdf{
	position: relative;
}
.soccsdf2{
	position: fixed;
	z-index: 9999;
	left: 20px;
	bottom: 100px;
}
.soccsdf img{
	width: 45px;
	height: 45px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	border-radius: 50%;
}
.soccsdf ul{
	padding: 0;
	margin: 0;
}
.soccsdf ul li{
	padding-bottom: 10px;
	list-style: none;
}
.carousel-control-next, .carousel-control-prev{
	width: 5%;
}


.mnu-btn {
    color: #fff;
    margin-left: 20px;
    position: relative;
}
.mnu-btn label {
    display: flex;
    flex-direction: column;
    width: 55px;
    height: 60px;
    cursor: pointer;
}
.mnu-btn label span {
    background: #fff;
    border-radius: 10px;
    height: 5px;
    margin: 7px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.mnu-btn span:nth-of-type(1) {
    width: 100%;
}
.mnu-btn span:nth-of-type(2) {
    width: 100%;
}
.mnu-btn span:nth-of-type(3) {
    width: 75%;
}
.pb-120{
	padding-bottom: 120px;
}
.foos-sec{
	background-image: url("../images/w1.jpg");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.foos-sec2{
	background: rgba(51,51,51,0.7);
	padding-top: 0px;
	padding-bottom: 0px;
}
.foos-sec3{
	background-image: url("../images/l2.png");
	background-size: cover;
	background-position: top center;
	position: relative;
}
.bulid{
	position: relative;
}
.bulid2{
	position: absolute;
	top: -59px;
}
.foos-sec2 h3 {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 600;
}
.sesddd{
	padding-top: 50px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.adsdff{
	display: none;
}
.seee2 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  z-index: 99;
  background: #fff !important;
}
.losdd img {
  width: 230px;
  padding: 0;
  border-radius: 8px;
  background: #ffffff;
}
.mnu-btn label span {
  background: #333;
  margin: 4px 0;
}
.mnu-btn label {
  display: flex;
  flex-direction: column;
  width: 45px;
  height: 60px;
  cursor: pointer;
}
.menu-btn{
	right: 0px !important;
}
.mnu-btn{
	margin-left: 0;
}
.bulid{
	display: none;
}
}
.ddf1 .smardd2{
	background: url("../images/u1.jpg");
	background-size: cover;
}
.ddf2 .smardd2{
	background: url("../images/u3.jpg");
}
.ddf1 .smardd2 h4.rsdds{
	color: #333333 !important;
}
.ddf2 .smardd2 h4.rsdds{
	color: #333333 !important;
}
.sdfsdf h4{
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
}
.blsdd img{
	width: 80px;
	height: 80px;
	border: 1px dashed #dddddd;
	padding: 10px;
	border-radius: 8px;
}
.iuud .tresec3 h4{
	 font: 400 50px "just_lovelyslanted", serif;
	 text-transform: capitalize;
	 line-height: 45px;
	 padding-top: 10px;
}
.ourcc{
	position: relative;
}
.whuiis .abt-sec{
	background-image: none !important; 
	background: #ffffff;
}
.sdfssp11 .tresec3 h4{
font: 400 50px "just_lovelyslanted", serif;
text-transform: capitalize;
line-height: 45px;
padding-top: 0px;
}
.st1 .tresec2{
	 background-image: url(../images/x2.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st1 .tresec2:hover{
	background: #849DF7;
}
.st2 .tresec6 .tresec2{
	 background-image: url(../images/x3.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st2 .tresec6:hover .tresec2{
	background: #BDA5FB;
}
.st3 .tresec7 .tresec2{
	 background-image: url(../images/x5.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st3 .tresec7:hover .tresec2{
	background: #EAA1FB;
}
.st5 .tresec7 .tresec2{
	 background-image: url(../images/x6.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st5 .tresec7:hover .tresec2{
	background: #A6DFF3;
}
.st6 .tresec2{
	 background-image: url(../images/x7.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st6 .tresec2:hover{
	background: #A5FBBC;
}
.st7 .tresec6 .tresec2{
	 background-image: url(../images/x8.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st7 .tresec6:hover .tresec2{
	background: #B5FAA1;
}
.st8 .tresec2{
	 background-image: url(../images/x9.jpg);
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.st8 .tresec2:hover{
	background: #DEF89D;
}

.tresec2over2{
    background-image: url("../images/a6.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 101% auto;
    opacity: 1; 
    height: 70px;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: -22px;
}
.st1 .tresec2:hover .tresec2over2, 
.st2 .tresec2:hover .tresec2over2,
.st3 .tresec2:hover .tresec2over2,
.st5 .tresec2:hover .tresec2over2,
.st6 .tresec2:hover .tresec2over2,
.st7 .tresec2:hover .tresec2over2,
.st8 .tresec2:hover .tresec2over2{
	background: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.kks{
	margin-left: 10px;
	margin-right: 10px;
}