@charset "utf-8";


span.transition-hover-content {
    top: inherit;
    bottom: 0;
}

.team_img {
  /* width: 130px; */
  border: 2px solid #d9d5d5;
  border-radius: 50%;
}
.bnr-sec:hover .carousel-control-next-icon{
	display:block;
}
.bnr-sec:hover .carousel-control-prev-icon{
  display: block;
}
.all-link a {
    width: 150px;
    height: 40px;
    text-align: center;
    border: 2px solid #2c4e86;
    display: inline-block;
    text-transform: capitalize;
    padding-top: 9px;
    color: #fff;
    background: #2c4e86;
    font-weight: normal;
}
.whatsapp_btn {
  position: fixed;
  bottom: 7em;
  right: 18px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}

.whatsapp_btn .icon_logo {
  position: relative;
  z-index: 100;
  padding: 5px;
  top: -9px;
  right: -7px;
}

.whatsapp_btn .icon_logo > a > img {
  width: 100%;
}

.whatsapp_btn .circle_waves {
  border-radius: 50%;
  background-color: rgb(60, 192, 78);
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: 4s cubic-bezier(0.36, 0.11, 0.89, 0.32) 0s infinite normal none running waves;
}

@keyframes waves {
  0% {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
  }

  100% {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}			  
.form-control {
  height: initial;
  padding: .375rem .75rem !important;
}
.join-team-btn{
	margin-top:20px;
}
.link-ic{
  background: #0073b1 !important;
  color: #fff !important;
}
.you-ic{
  background: #f70000 !important;
  color: #fff !important;
}
.twi-ic{
  background: #111111 !important;
  color: #fff !important;
}
.cl-1{color:#1a5b8c;}
.fs-52{font-size: 52px;}
.fs-18{font-size: 18px;}
.navbar-toggler{background-color: #fff;}
li{line-height: 24px;}
     /* Top-Banner */ 
     .banner-overlay .home-link{font-size: 20px; display: block; margin-top: 10px; }
     .banner-overlay .home-link a{ color: #fff;}
      /* End Top-Banner */
 
     /* Main Ser-section */
     .position{
      position: relative;
      top: -55px;
      background-color: #fff;
  }
  .ser-img{
      overflow: hidden;
  }
.ser-img img{
  width: 100%;
  height: 335px;
  object-fit: fill;

}
.ser-cont-item{
  padding: 52px 40px;
  /*display: inline-block;*/
  
}
.form-head{
  background: white;
  box-shadow: 2px 2px 5px #9b9696;
  padding: 20px;
}
.sub-heading-ser{
  Font-size: 20px;
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0;
  text-align: left;
}
.main_service_list .services-list-item-icon{position:relative;}

.ser-cont .description{
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  text-align: justify;

}
.read-more{
  color: #9d9d9d;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}
 .ser-img img:hover{
  transform: scale(1.05);
  transition: 0.5s ease-in;
}
.item-hover:hover .read-more{
  color: #fe9004;
}
.item-hover:hover .boder{
  border-bottom: 2px solid #072867;
}
.margin{
  margin-bottom: 45px;
}

.boder{
  position: relative;
}
.services-list-item-icon i{
  position: absolute;
  top: -50px;
  left: -85px;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  color: #fe9004;
  font-size: 40px;
}
.icon-right i {
  position: absolute;
  top: -40px;
  left: inherit;
  width: 70px;
  right: -85px;
  z-index: 10;
  height: 70px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  color: #fe9004;
  font-size: 40px;
}
.item-hover:hover .services-list-item-icon i{
  background-color: #072867;
  border: 1px solid #072867;
}
     /* End Ser-section */
 
     .About_content{
      border: 1px solid #fff;
      background-color: #fff;
      box-shadow: 0px 0px 2px 2px #f1f0f0;
    }


/* header Style */

.hm-serv {
    background: url(image/bs12.jpg) no-repeat #f1f1f1;
    background-size: cover;
    padding: 50px 0 50px;
    background-attachment: fixed;
    margin-top: -20px;
}
.serv-label{
  width:100%;
  padding: .375rem .75rem;
}
.hm-head {
    text-align: center;
    color: #faf8f8;
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-bottom: 80px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 30px;
}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
  margin-top: -50px;
}
.bgimg table{
  background: transparent !important;
}
.divider .fa {
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 37px;
    height: 36px;
    line-height: 37px;
    text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
  text-align: center;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  position: relative;bottom:0;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;transition: all 0.4s ease-in;
}
.divider .divider-one {
  background: #ffffff;
}
.divider .divider-two {
  background: #ffffff;
}
.divider .divider-three {
  background: #ffffff;
}

.divider .divider-one:hover{
  background: #efefef;
}
.divider .divider-two:hover{
  background: #efefef;
}

.divider .divider-three:hover {
  background: #efefef;
}

.divider a{color:#fff;}
.divider p{font-size:16px;}
/* divider section */

#EventCalenderControl #marquee1 a{ font-size: 13pt !important;}
.teamc {
    text-align: center;
    font-size: 14px;
    color: #ed920a;
}
.slide p {
    /* background: #00000085; */
    color: #ffffff;
    /* padding: 40px 20px; */
    text-align: left;
    font-size: 27px;
    /* margin-top: -111px; */
}
.slide p span{ 
    font-size: 27px;
}
.top {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#f9c001;
	z-index:9999;
}
.top .container {
    padding:0 15px;
}
.login-btn{ float:left; margin-right:10px; color:#222;}


.About{color:#333;/* padding:30px 20px; */margin-bottom: 50px;text-align: center;}
.About h2{/* width: 100%; */font-size:28px;line-height:30px;/* text-align:center; *//* border: 2px #1A5B8D dashed; */margin:10px auto;padding:3px 0;color:#222;font-family: "Open Sans", sans-serif;/* text-transform: capitalize; */position: relative;display: inline-block;}
.About h2::after {
    content: "";
    /* border-bottom: 3px solid orange; */
    display: inline-block;
    width: 150px;
    height: 3px;
    background: orange;
    bottom: -7px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.About h2:hover{/* background: #1a5b8c40; */}
.About p{ font-family: "Open Sans", sans-serif; text-align:center; font-size:15px; line-height:24px; color:#333;}
.hms {
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
}
.s-icon{text-align:center;border: solid 1px #e0e0e0; padding:10px;}
.s-icon i{ font-size:50px; color:#f69a11;}
.hms h3 a{ font-size:16px; text-decoration:none; text-align: center; color: #071041; text-transform: uppercase; font-weight:600; line-height:30px; letter-spacing:1;}

#HomepagecontentControl{ min-height: 350px !important;}
.heading-innerpage{background: #2c4e86;padding: 30px 30px 10px 30px;margin-bottom:20px;margin-top: 10px;}
.heading-innerpage h1{font-weight:600;Font-size: 30px;color:#fff;line-height:30px;text-align:left;/* border-left:3px #fff solid; *//* padding-left:20px; */}
.About b{/* font-weight:500; */color: #2c4e86;}
.About b:hover{font-weight:500;color: #1a5b8c;}
.body-Section{ color:#333; padding:20px 0;}
.body-Section h2{font-size:25px;line-height:30px;font-weight:normal;margin:0;padding:0;color:#333;text-transform: capitalize;font-family: "Open Sans", sans-serif;}
 p{font-family: "Open Sans", sans-serif;font-size:15px;line-height: 24px;color:#333;text-align: justify;}
.body-Section img{/* width:121px; *//* margin-top:5px; *//* margin-bottom:19px; *//* float:left; *//* margin-right:10px; *//* aspect-ratio: 16/7; */width: 100%;object-fit: cover;margin-bottom: 1rem;}
.body-Section a{font-weight:400;text-align:center;color: #1a5b8c;font-size: 14px;line-height:24px;padding:0 0 10px 0;}

.align-right{text-align:right}
.btn{font-weight: normal;text-align:center;color: #2c4e86;font-size: 14px;line-height:24px;padding:0;}

.services {padding:20px 0; margin:0;  background:url(image/serv-bg.jpg) center center no-repeat;}
.services h2{/* width:40%; */font-size: 28px;line-height:30px;font-weight:normal;/* text-align:center; *//* border: 2px #1a5b8c dashed; */margin:10px auto;padding:0;color:#171717;font-family: "Open Sans", sans-serif;text-transform: capitalize;}
.services h2:hover{/* background: #1a5b8c40; *//* color: #333; */}
.services p{font-family: "Open Sans", sans-serif;text-align:center; font-size:14px; line-height:24px; color:#fff; padding:5px 0;}
.services img{width:100%;width: 150px !important;height: 150px;border-radius: 50%;margin: auto;}
.services img:hover{/* border:1px solid #222; */border-radius:100%;transition:.9s;/* transform: rotateZ(360deg); */}
.serv{/* background: #1a5b8c; */text-align:center;padding: 17px;margin: 10px 10px 0 10px;/* border-right: 5px solid #fff; */min-height: auto;color: black;border: 1px solid white;border-radius: 2px;/* width: 63%; */box-shadow: 2px 2px 5px gray;display: inline-block;margin-bottom: 20px;min-height: 360px;}
.serv:hover{border: 1px solid #1a5b8c;}
.serv h3{font-size: 15px;line-height:30px;font-weight:normal;text-align:center;padding:0;color: #000;font-weight: 600;/* text-transform:uppercase; */font-family: "Open Sans", sans-serif;}
.serv P{font-family: "Open Sans", sans-serif;text-align: justify;font-size: 14px;line-height:24px;color: #000;}
.ser a { color: #0663a9 !important;}
.round-img{border-radius:60px; width:80px; height:80px; border:5px solid #c1c2c3;}
.round-img:hover{ border:5px solid #0663a9; transition:.9s; transform: rotateZ(-360deg);}

.col-md-3 {
    /*! width: 24%; */
    /*! margin-right:0.5%; */
	/*! margin-left: 0.5%; */
}


.container-max{ width:100%; margin:0 auto; padding:0; text-align:center;}
.container-mid{ width:1000px; margin:0 auto; padding:0;}
.clearfix{ clear:both;}
.quick-look-section-1{
    border: 1px solid 
    #D8D8D8;
    padding: 10px 30px;
    border-radius: 4px;
    position: relative;
    background: #f8f8f8;
    min-height: 315px;
    box-shadow: 2px 2px 5px #beb9b9;
    margin-top: 65px;
    }

.quick-look-section {
    border: 1px solid 
    #D8D8D8;
    padding: 30px;
    border-radius: 4px;
    position: relative;
	background:#2e5790;
	height:280px;
}
.quick-look-section-new {
    border: 1px solid 
    #D8D8D8;
    padding: 30px;
    border-radius: 4px;
    position: relative;
	background:#2e5790;
	/*height:330px;*/
	border-radius:20px;
	margin:15px;
}
.quick-look-section-services {  border: 1px solid 
    #D8D8D8;
    padding: 30px;
    border-radius: 4px;
    position: relative;
	background:#2e5790;
	/*height:330px;*/
	border-radius:20px;
	margin:15px; height:250px;}
.quick-look-section-new-1{ height:130px !important; border: 1px solid #D8D8D8;
    padding: 10px;
    border-radius: 4px;
    position: relative;
	background:#2e5790;
	/*height:330px;*/
	border-radius:20px;
	margin:15px;}
.quick-look-section-new-1 a{ line-height:50px; color:#fff; font-weight:normal;}
.quick-look-section-new-1 a:hover{color:#a8cf45;}
.quick-icon:hover{color:red;}
.quick-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
    text-align: center;
}
.quick-icon-new {
    position:relative;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
}
.quick-icon span:hover{ background:#fff; opacity:.5;}
.quick-icon span {
border: 1px solid #dde6f2;
display: inline-block;
border-radius: 90px;
width: 94px;
height: 94px;
background:#fff;
}
.quick-icon-ot img{ border: 1px solid #dde6f2;
display: inline-block;
border-radius: 90px;
width: 140px;
height: 140px;
background:#fff;
	
}
.quick-icon-ot img:hover{ background:#fff; opaity:.2;}
.quick-icon-ot {
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
    text-align: center;
}

.quick-icon-new span:hover{ background:#fff; opacity:.5;}
.quick-icon-new span {
    border: 1px solid #dde6f2;
display: inline-block;
border-radius: 90px;
width: 94px;
height: 94px;
background:
    #fff;
}
.quick-icon span i::before {
    font-size: 40px;
    color: #18ba60;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding-top: 36px;
    line-height: 22px;
}
.quick-icon-new span i::before {
    font-size: 40px;
    color: #18ba60;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding-top: 36px;
    line-height: 22px;
}
.fnt-pi-tle{margin-bottom:5px !important;font-size: 18px !important;}
.quick-look-item h2:hover{color: #4db33e;}
.quick-look-item h2 {
 margin-top: 60px !important;
 font-size: 15px;
 color: #2c4e86;
 font-weight: 600;
 text-align: center;
 display: block;
 margin-bottom: 15px;
 line-height: 25px;
 text-transform:uppercase;
}
.quick-look-item h6 {color: #110f0f;font-size: 15px;margin-bottom:16px !important;text-align: center;font-weight: 600;}
.quick-look-item p {
    font-size: 14px;
    color: #0b0a0a;
    line-height: 27px;
    font-weight:normal;
    text-align: justify;
}
.footer{
    margin-top: 0;
    background: #2c4e86;
    background-attachment: fixed;
    color: #333;
    background-size: cover;
    padding-top: 20px;
    /* border-top: 4px solid #f9c809; */
    /*! background: url(image/ft-bg.jpg) no-repeat; */
    background-attachment: fixed;
    background-size: cover;
    padding: 20px 10px 0px 10px;
    }
.gmap{ width:100%; float:left; min-height:200px;margin-top: 44px;}
.gmap h3{font-size:24px;line-height:36px;text-align:left;color: #fff;padding:5px 0px;font-family: "Open Sans", sans-serif;}
.follow{ width:100%;margin-top: 47px;}
.follow h3{font-size:24px;line-height:36px;text-align:left;color: #fff;padding:5px 0px;border-bottom: 1px #fff dashed;font-family: "Open Sans", sans-serif;}
.follow p{font-size:15px;line-height:30px;text-align:left;color:#fff;padding-bottom:5px;padding-left:5px;border-bottom: 1px #fff dashed;font-family: "Open Sans", sans-serif;}
.follow p:hover{background: #00000052;}
.follow p img{ float:left; margin-right:10px;}
.follow p a{ color:#fff; text-decoration:none;}

.use-links{ width:100%;margin-top: 45px;}
.use-links h3{font-size:24px;line-height:36px;text-align:left;color: #fff;padding:5px 0px;border-bottom: 1px #fff dashed;font-family: "Open Sans", sans-serif;}
.use-links ul{ list-style-type:none; margin:0; padding:0;font-family: "Open Sans", sans-serif;}
.use-links ul li{font-size:15px;line-height:36px;text-align:left;color:#fff;padding:0px;padding-left:5px;border-bottom: 1px #fff dashed;}
.use-links ul li:hover{background: #00000052;}
.use-links ul li:hover a{ color:#eee;}
.use-links ul li a{ color:#fff; text-decoration:none;}


.footer-sub{width:100%;line-height:40px;margin:0;background: #000;/* color: #fff; */}
.footer-sub p{color: #212121;font-family: "Open Sans", sans-serif;font-size:15px;font-weight:normal;text-align:left;line-height:36px;margin:0;}
.footer-sub b{font-weight:normal; float:right;}
.footer-sub b a{color: #1d1c1c;text-decoration:none;}



.carousel-control{ color:#000;}
.carousel-control.left,.carousel-control.right {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}

.Clients h2{ background:#eb9216; margin:0; padding:5px 5px;}

.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color:#222;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
}
.mark {
    padding: 12px 0;background:none;
	color:#f3bc0a;
}
.block-text p {
    color: #585858;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 20px;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
	border:1px #ccc solid;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #ffcc00;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.rel {
    position: relative;
}
.readmore{ width:100px; margin:0 auto; padding:5px; border:1px #222 solid; background:#222; line-height:24px; text-align:center;}
.readmore a{color:#fffafa; text-decoration:none; font-size:14px; font-weight:normal; text-transform:uppercase;}
.readmore:hover{ background:#0e867c; color:#222;}

/*contact*/
.map-cont{     margin-top: 20px;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
	/*! height: 430px; */
	
	}
	.map-cont img{
   /* margin-top: 60px; */
 }
.bx-rht-cont{    /*! width:40%; */
    /*! float: left; */
    /*! margin-left: 3%; */}
.bx-rht-cont h2{
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    }
.bx-rht-cont h2 span{    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #545252;}
	
.bx-rht-cont p{margin-bottom:5px;font-size:  15px;font-family: "Open Sans", sans-serif;text-align:  left;line-height:  25px;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{ margin: 0; font-size: 16px; text-transform:uppercase;}
.cont-page p{font-size:14px;     line-height: 24px !important;}

.bx-rht-cont h3{
    font-weight: bold;
    font-size: 19px;
    margin-top: 20px;
    text-align:  left;
    }

.cont-page h2 span{    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

/*contact*/


.carousel-control-next-icon,.carousel-control-prev-icon {
    /* filter: invert(1); */
    background-color: #ffa500;
    border-radius: 50%;
    display: none;
}



.carousel-indicators [data-bs-target] {
  
    background-color: #000000;
}

.carousel-indicators{
bottom:-40px;
}
/* div#WhatsNewControl_C_ctl00_Bulletin_Scroll {
    background: #00338d;
} */
#WhatsNewControl_C_ctl00_lbl_updated {
  color: #fff;
}
.footer-logo {
      font-size: 50px;
      font-weight: 900;
      color: #FFF;
      margin-bottom: 35px;
    }

    .footer-col-title {
      position: relative;
      display: block;
      margin-bottom: 25px;
      font-size: 18px;
      color: #fff;
    }

    .footer-col-title::after {
      width: 32px;
      height: 2px;
      background-color: rgb(255, 187, 0);
      content: "";
      display: block;
      bottom: -7px;
      left: 0;
      position: absolute;
    }

    .form-control,
    .form-control:focus {
      border-color: #c5c5c5;
      box-shadow: none;
      border-radius: 2px;
    }

    .subscribe-btn {
      border-radius: 2px;
      background: rgb(85 184 72);
      color: white;
      border-color: rgb(85 184 72);
      padding: 0px 5px;
    }

    .follow-us {
      font-size: 18px;
      font-weight: 500;
      color: #fff;
    }

    .social-media-icon {
      /* display: flex; */
      gap: 10px;
      /* margin-bottom: 22px; */
      color: #fff;
    }
.social-media-icon .fa{
  display: inline-block;
  font-size: 15px;
  padding: 10px 11px;
  border-radius: 30px;
  color: #000;
  }	


.footer-link{gap:30px;padding: 15px  0px;justify-content: center;}
.footer-link a{font-size: 15px;color: #fff;font-weight: 600;}

.carousel-item img {
    aspect-ratio: 16 / 5.5;
    object-fit: cover;
}

.carousel-item .row .col-md-3 {
    padding: 0 20px;
    height: 400px;
}



.Contact-form {
    box-shadow: none;
    border: none;
    border: 1px solid #d0d0d4;
    border-radius: 0;
    margin-bottom: 2rem;
    margin-top: 0px;
}
input[type="button"] {
    background: #55b848;
    border: 1px solid #55b848;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
}

.mission-vision {
    /* border: 2px solid #ddd; */
    /* border-radius: 5px; */
}

.owl-theme .owl-nav{
	    text-align: left !important;
}
.web-screen:hover .owl-nav button.owl-next{
   display:block;
}
.web-screen:hover .owl-nav button.owl-prev{
   display:block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: #ffa500!important;
	width: 40px;
	height: 40px;
	display: none;
	color:white !important;
	font-size:20px !important;
}

li.breadcrumb-item a,li.breadcrumb-item {
    color: #a4a4a4;
}
.breadcrumb-item.active {
    color: #ffffff;
}

button.owl-prev{
	position:absolute;
	left:0;
	top:40%;
}
button.owl-next{
	position:absolute;
	right:0;
	top:40%;
}

.vision-mission-page .fst-italic { font-size: 18px; line-height: 1.6; margin: 0 0 20px 0}
@media (max-width:425px) {
	.body-Section {
    color: #333;
    padding: 20px 10px;
}
	#WhatsNewControl{margin: 0 20px;}
	.footer{padding: 10px;}
	.hms{padding:10px;}
}


.footer-links{list-style-type:none;color:white;padding-left: 0;}
.footer-links li{position:relative;display:flex;align-items:baseline;gap:10px;line-height:30px;/* transition: .5s; *//* margin-bottom:1rem; */font-size: 14px;}

/* .footer-links li:hover{margin-bottom:1rem;} */
.footer-links li:hover{
	text-decoration:underline;
}
.footer-links li i{font-size:18px;}
.footer-links li a{color:white;font-size: 14px;}
.social-wrapper{display:flex;align-items:center;}
.social-links{background:#0073b1;color:white;padding:1rem 2rem;font-size:16px;}
.rights-reserved{font-size:16px;color:white; margin:0; vertical-align:middle;}
.social-media-icon{background:white;padding: 0.5rem 0rem;width: 61%;text-align: center;}



footer .social-lnk ul li{margin: 5px;}
footer .social-lnk ul li .fa{width:40px; height:40px; line-height:40px; background:#444; color:#fff; border:1px solid #fff; transition:.5s;}
footer .social-lnk ul li .fa:hover{background:#1e9bb2; color:#fff;}
.side-social-icn {width: auto;font-size: 18px;line-height: 28px;position: fixed !important;/* left: 50%; */top: 40%;z-index: 222;background: #fff!important;}
.side-social-icn img{max-width: 20px;}
.top {position: fixed; right: 18px;  bottom: 30px; text-align: center; color: #fff; background: #1e9bb2; padding: 10px 10px;    z-index: 99; border-radius: 50%;  border: 1px solid #fff; cursor: pointer;  opacity: 0; transition: ease-in 0.5s;}
.top.scll-top {  opacity: 1;  transition: ease-in 0.5s;  bottom: 50px;}
.top .fa {display: block !important;}

.linkedin-color, .fa-linkedin.blue-color {color:#0A66C2;}
.youtube-color, .fa-youtube-play.blue-color {color:#CD201F;}
.twitter-color, .fa-twitter.blue-color {color:#000;font-size: 20px !important;}
.instagram-color, .fa-instagram.blue-color {background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.facebook-color, .fa-facebook.blue-color {color:#4267B2;}
.fa-whatsapp.whatsapp-color{color:#25D366;}

.side-social-icn {}
.side-social-icn ul li{margin: 15px 3px;}
.scll-top .fa-arrow-up:before{
	font-size: 25px;
}
.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
.top.scll-top .fa{width: 22px;height: 22px;}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #224174;
    padding: 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}

#rights-reserved{
	background-color: #14315d6e;
	padding:.8rem;
}