@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: #222; text-decoration:none;
}

.about .content ul li, p{ font-size: 15px; line-height: 24px; }

p{ font-size: 15px; line-height: 24px; color: #222; text-align:justify;}

.main-table ul li{ font-size: 15px; line-height: 24px; color: #222; text-align:left;}



a:hover {
  color: #222;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}
.rotate {
  animation: rotation 100s infinite linear; position:absolute; top:20%; left:32%; 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: 5px auto; /*background:rgba(35,44,43,.95);*/}

header{ text-align:center;}

header img {
 margin:0 auto;
}

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

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgb(88,88,90);
  background: linear-gradient(-90deg, rgba(112,119,161,1) 0%, rgba(32,50,80,1) 100%);
  padding: 0;
}

#banner-hm .carousel-control.left, #banner-hm .carousel-control.right{background:none;}
#banner-hm .carousel-inner>.carousel-item{ /*background: rgba(3,60,94,.1);*/}

#banner-hm .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-top: 60px;
}

#banner-hm h2 {
  color: #fff;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
}
.home-head{
    font-size:14px !important;
}
#banner-hm span{
    font-size: 52px;
}
#banner-hm p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
      font-size: 17px;
    line-height: 30px;
}
.count-box span{
  font-size:60px;
}
#banner-hm .btn-get-started {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b17a;
}

#banner-hm .btn-get-started:hover {
  background: #f5fafd;
  color: #000;
  text-decoration: none;
}


@media (min-width: 1024px) {
  #banner-hm p {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #banner-hm .carousel-container {
    height: 90vh;
}


#banner-hm h2{ font-size: 28px;}

}

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

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

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

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #010101;
  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: #58585a;
}

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

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

.about .content ul { list-style-type:disc;}

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

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

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0461a6;
  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: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #010101;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #010101;
}

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

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(88,88,90);
  background: linear-gradient(-90deg, rgba(112,119,161,1) 0%, rgba(32,50,80,1) 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: #f6b17a;
  margin-top: 60px;
}

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


@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{padding-bottom:100px;background: rgb(88,88,90);background: linear-gradient(-90deg, rgba(112,119,161,1) 0%, rgba(32,50,80,1) 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%;
  /*height: 100%;*/
  margin: 10px auto;
}

.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: 55px;
  line-height: 1;
  transition: 0.5s;
  color: #f6b17a;
}

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

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

.services .title a:hover {
  color: #222;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.img-tm{ border:1px #ccc solid; border-radius:10px;}


.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(88,88,90);
  background: linear-gradient(-90deg, rgba(112,119,161,1) 0%, rgba(32,50,80,1) 100%);
}
.team .member:hover .member-img {
  background: rgb(88,88,90);
  background: linear-gradient(-90deg, rgba(246,177,122,1) 0%, rgba(66,70,105,1) 100%);
}
.team .member .member-info {
  padding: 15px 5px;
  background: #2d3250;
}
.team .member:hover .member-info {
 background: #f6b17a;
}

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

.team .member .member-info span {
  display: block;
  font-size: 16px;
  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;
}



.Clients{}
.Clients h2{ background:#6d32a7; font-size: 17px; color: #fff; margin:0; padding:10px 5px;}
.clt-bdr{ border:1px #6d32a7 solid;}


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

.contact .info i {
  font-size: 20px;
  color: #012641;
  float: left;
  width: 44px;
  height: 44px;
  background: #f6b17a;
  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: 15px;
  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: #012641;
  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: 15px;
}

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

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

@-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: #2d3250;
  color: #fff;
  font-size: 15px;
  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;}
#footer p {
  font-size: 15px;; 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: #f5fafd;
  color: #f6b17a;
  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: #f6b17a;
  color: #fff;
  text-decoration: none;
}


#footer .copyright {
  margin: 0 0 5px 0; color: #fff;
  font-size: 15px;
}

#footer .credits {
  font-size: 15px; color: #fff;
}
#footer .credits a{
  color:#fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #000;
    background: #f5fafd;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 5px solid #012641;
    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){


}


@media(max-width:991px){
#HeaderControl { padding:0;}

}

@media(max-width:769px){

.body-fx #HeaderControl, .body-fx #MenuControl{ position: inherit !important;
transition: 0s; top: 0; height: auto !important; width: 100% !important;}

}

@media(max-width:767px){	

#MenuControl, #MenuControl_C{ height:inherit !important; width: 100%;}
#MenuControl_C #navbar-collapse-1{ height:auto !important;}

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

#HeaderControl, center #form1 #HeaderControl{ width: 100%;  z-index: 999999999;}
	
#MenuControl, #MenuControl_C{ height:inherit !important; width: 100%;}

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

.body-fx #MenuControl{ height: inherit !important;  width: 100%;}
.body-fx #HeaderControl{ z-index: 999999999;}
.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: #010101;}
center .navbar-default .navbar-toggle { border-color: #010101;}

.body-fx center #HeaderControl{ height: 70px !important;}
center #form1 #HomepagecontentControl{ padding-top: 75px;}

}
	
@media(max-width:568px){
p{ font-size: 15px; line-height: 23px;}

#widgetsControl table, #widgetsControl td { height: initial !important;}
.body-fx #MenuControl_C #navbar-collapse-1{/*height: 225px !important;*/}

}
	
@media(max-width:480px){
.container{ font-size: 15px;}
.hm-about p{line-height: 21px;}

#HeaderControl, #MenuControl{ top: 0;}
#HeaderControl, center #form1 #HeaderControl{ width: 100%; }
.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;}
	
}

#counter{
    background: linear-gradient(-90deg, rgb(246 177 122) 0%, rgba(32, 50, 80, 1) 100%);
    color: #fff;
    padding: 4rem 0;
    text-align: center;
    margin-bottom: 4rem;
}

#counter .count-box h2{
    font-size: 30px;
    color: white;
    text-align: center;
}

#counter .count-box p{
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
}
tr#HeaderControl_C_ctl00_tr_HeaderBackImage {
    background: transparent;
}

div#HomepagecontentControl {
    min-height: 350px !important;
}
span {
    font-size: 12px;
}
span#FooterrControl1_lbl_hitMessage {
    font-size: 17px;
}
span#FooterrControl1_lbl_hitsCounter {
    font-size: 17px;
}

.member-img img{
width:100%;
}