@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
@font-face {/*
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: local('Saira-Regular'), url(../image/Saira-Regular.ttf) format('truetype');*/
}
*{font-family:Saira !important;}
.fa {font-family:fontawesome !important;}
body {
  font-family: "Saira", sans-serif;
  color: #444444;
  font-size:16px; line-height:23px;
}
.carousel {
    position: relative;
    padding: 15px 0;
}
a {
  color: #000;
  text-decoration: none;
}
.rd-mr:hover{background: #e32d00;color: #fff;}
  .rd-mr{
    display: inline-block;
    background: #003487;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin: 6px 0 10px 0;
  }
.about .content ul li, p{font-size: 14px;;line-height: 24px; }
a:hover {
  color: #5fae3f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}
.rotate {
  animation: rotation 100s infinite linear;
  position:
  absolute;
  top: 16%;
  right: 31%;
  /* left:0; */
  margin:0 auto;
}
.rotate img{
  margin:0 auto; opacity:.2;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.body-fx header {
        margin: 7px auto;
        margin-left: 3px;
        /*background:rgba(35,44,43,.95);*/
}


header img {
 margin:0 auto;
}

.body-fx .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm video{
  height: 100vh; width: 100%; object-fit:cover; padding: 0;
}

@media (max-width: 768px) {
  #banner-hm video{
    height: 60vh;
    padding: 0;
    /* object-fit: contain; */
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 24px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  line-height: 30px;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #828341;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #dc2422;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 40px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin: 6px 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #530e98;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #530e98;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #530e98;
}

.about .content .btn-learn-more:hover {
  background: #530e98;
  color: #fff;
  text-decoration: none;
}
.about p{text-align:justify;}
.about .content h4{font-size:20px; line-height:40px; color:#530e98;}

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(127 129 56);
    background: linear-gradient(90deg, rgb(123 123 59) 0%, rgb(93 121 47) 100%);
  padding: 80px 0;
}

.carr h2{ color: #fff; font-weight: 700;}

.carr .section-title h2:after{ background:#fff;}
.carr .section-title p{ text-align:left;}

.carr p{ color: #fff;}

.carr .carr-btn {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #003487;
  margin-top: 60px;
}

.carr .carr-btn:hover {
  background: #fff;
  color: #d62a1c;
}

@media (max-width: 1024px) {
  .carr {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .carr .carr-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
    background: rgb(127 129 56);
    background: linear-gradient(90deg, rgb(123 123 59) 0%, rgb(93 121 47) 100%);
    }
.services .section-title h2, .services .section-title p{color:#fff;}
.services .section-title h2::after{background:#fff;}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  /* margin: 20px auto; */
  height: 100%;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon-box:hover .icon i{
  transform:rotate(-45deg);
}
.services .icon {
  position: absolute;
  left: 5px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color: #365c11;
}

.services .title {
  margin-left: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;  
}

.services a .title {
      color: #111;
  transition: ease-in-out 0.3s;
}

.services  a:hover .title, .services  a:hover .description{
   color: #111;
}

.services .description {
  font-size: 14px;
  margin-left: 45px;
  line-height: 24px;
  margin-bottom: 0;
  color: #111;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(127 129 56);
    background: linear-gradient(90deg, rgb(123 123 59) 0%, rgb(93 121 47) 100%); 
}
.team .member:hover .member-img {
  background: rgb(127 129 56);
    background: linear-gradient(0deg, rgb(123 123 59) 0%, rgb(93 121 47) 100%);
}
.team .member .member-info {
  padding: 15px 5px;
  background: #787a3a;
}
.team .member:hover .member-info {
 background: #658248;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #365c11;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #365c11;
  color: #fff;
}

.contact .map-hm-rht {/*
  width: 100%;
  background: #fff;*/
}

.contact .map-hm-rht .form-group {
  padding-bottom: 8px;
}

.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input {
  height: 44px;
}

.contact .map-hm-rht .sbmt-btn{
  background: #530e98;
  border: 0;
  padding: 10px 24px;
  color: #fff;margin-top: 40px;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .map-hm-rht .sbmt-btn:hover {
  background: #5fae3f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #82823d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer img{margin:0 auto;border-radius: 3px;}
#footer p {
  font-size: 14px;; color:#fff;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #365c11;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d8271f;
  color: #fff;
  text-decoration: none;
}


#footer .copyright {
  margin: 0 0 5px 0; color: #fff;
}

#footer .credits {
  font-size: 14px;;color: #fff;
}
#footer .credits a{
  color:#fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #365c11;
    padding: 10px 10px;
    z-index: 9;
    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;
}

@media(max-width:1024px){
.nav>li>a{    padding: 9px 2px;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
}
@media(max-width:991px){
.navbar-default .navbar-nav>li>a { font-size: 12px;}
#HeaderControl { padding: 8px 0;}
}
@media(max-width:769px){

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}
.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; 
	    top: 0;
		height: auto !important;}
	}

@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #530e98;     background-color: #530e98;}
.navbar-default .navbar-toggle{border-color: #530e98;}
.navbar-toggle{background-color: #530e98; border-color: #530e98;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #530e98; border-bottom:1px solid #fff;}
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #530e98; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #530e98;     background-color: #530e98;}
.navbar-default .navbar-toggle{border-color: #530e98;}
.navbar-toggle{background-color: #530e98; border-color: #530e98;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #530e98; border-bottom:1px solid #fff;}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #530e98;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #530e98;
    background-color: #530e98;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #530e98;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;/* top: -2px; */}
.body-fx #HeaderControl{width: 100%;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}

center #HeaderControl{    padding:0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #530e98;}
center .navbar-default .navbar-toggle {
    border-color: #530e98;
}
.body-fx center #HeaderControl{height: 67px !important;}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.navbar-toggler {
    background: #fff !important;
}

.navbar-toggler {
    margin-top: 18px;
}
.navbar-collapse {  
    background: #fff;
}
.navbar-nav>li>a {
    color: #000 !important;
    text-align: left;
    font-size: 14px !important;
}
	}
	
@media(max-width:568px){
p{font-size: 14px;; line-height: 26px;}
#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}
.navbar-nav>li>a {line-height: 24px;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {padding: 2px 15px 2px 25px;}
	}
	
@media(max-width:480px){
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}

.navbar-default{padding: 8px 0; top: 0;}


#HeaderControl, #MenuControl{    top: 0;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 78%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{width: initial;/* max-width:97%; */}
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl {
    padding:4px 0;
}

center #form1 #HomepagecontentControl{ padding-top:50px; }

#banner-hm .btn-get-started{ padding: 7px 20px !important;}


}
	
@media(max-width:414px){


}
	
	
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
}
}

.form-control{border: none;border-bottom:1px solid #fff;border-radius: 0;background-color: transparent;color: #fff;}
.bg-1{background-color: #003487;}
.team_img {
  width: 130px;
  border: 6px solid #777;
  border-radius: 50%;
}

/*  */
.clnt img{width: 200px;object-fit: contain;margin: 0 auto;text-align: center;}
.Client_Logo .carousel-indicators {bottom: -37px;}
.Client_Logo .carousel-indicators [data-bs-target] {width: 10px;height: 10px;border-radius: 50%;background-color: #de1e1d;}

/*  */
.cont_sub{color: #fff;background: #82823d;padding: 10px 30px;line-height: 26px;border: 2px solid #82823d;font-size: 18px;font-weight: 600;}


/* innr-pg-i Start */
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-i{display: flex;align-items: center;width: 100%; background-size: cover; height:350px; text-align: center; position:relative;margin-bottom: 20px;}
.innr-pg-i:after{content:''; position:absolute; left:-1px; right:-1px; top:-1px; width:100%; height:100%;z-index: 0;background: #00000082;}
.innr-pg-i h1{color:#fff; text-align:center; text-transform:uppercase; font-size:40px; font-weight:bold; position:relative; z-index:1;}
.innr-pg-i h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}
/* innr-pg-i End */

/* innr-pg-c Start */
  .innr-pg-c{margin-bottom: 20px; padding:40px 0;position: relative;background:url(../Image/inner-bg-img.jpg) no-repeat right/cover scroll ;}
  .innr-pg-c h1{font-weight: 600;Font-size: 30px;color: #fff;text-align: left;border-left: 3px #fff solid;padding-left: 20px;text-transform: uppercase;position:relative; z-index:1;}
  .innr-pg-c:after{content:'';position:absolute;left:0px;right:0px;top:0px;width:100%;height:100%;z-index: 0;background: #8b8c4e;}
/* innr-pg-c End */


td.client-list-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.update-link {box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;padding: 30px;border-radius: 8px;margin: 20px 0 0 0;min-height: 115px;}
.update-link h4 { font-size: 20px; margin: 0; display: flex; line-height: 1.4}
.update-link h4 i { color: #dc2422; margin: 6px 10px 0 0} 


footer h4.ft-hd {color:white; font-weight:600;}
footer .ft-lk{text-align:left;list-style-type:none;line-height:29px;}
footer .ft-lk li a{font-size: 14px; color: #fff; font-style: italic; padding: 0; margin: 0 0 40px 0;}
footer .ft-lk li a img{margin-bottom: 5px !important;/* display:block; */width:100%;}
footer .ft-center{border-left:1px solid #ffffff47;border-right:1px solid #ffffff47;}