@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
.team {
  padding-top:50px;
}
.per-card-2 {
    width: 100%;
    padding: 30px 0;
    /* margin: 0 30px; */
    /* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}
.per-card-2 .card-image {
    padding: 10px 15px;
    background-image: linear-gradient(to right, rgb(194 194 194), rgb(184 155 94));
    width: 100%;
    position: relative;
    right: 0px;
    border-radius: 20px 20px 0px 0px;
}
.per-card-2 .card-image::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border: 12px solid #c2c0bd;
    top: -20px;
    left: 8px;
    border-left-color: transparent;
    border-top-color: transparent;
}
.per-card-2 .card-image ul {
    padding: 0;
}
.per-card-2 .card-image ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}
.per-card-2 .card-image img {
    border-radius: 40px;
    height: 80px;
}
.per-card-2 .card-image .per-name {
    font-size: 20px;
    color: #fff;
    margin: 9px 0px 0px 10px;
}
.per-card-2 .card-image .per-position {
    font-size: 14px;
    color: #fff;
    margin: 8px 0px 0px 9px;
}
.per-card-2 .card-image .card-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 80px;
    right: 40px;
    border: 4px solid #fff;
    border-radius: 30px;
    background: #653cb7;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.per-card-2 .card-image .card-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.per-card-2 .card-image::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border: 12px solid #b0955e;
    top: 116px;
    right: 0px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.per-card-2 .card-image .card-btn span, .per-card-2 .card-image .card-btn span::after {
    content: '';
    width: 23px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}
.per-card-2 .card-image .card-btn span::after {
    left: 0px;
    top: 0px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.per-card-2 .card-content {
    padding: 35px 15px;
    text-align: justify;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 285px;
    border-radius: 20px;
}
.per-card-2 .card-content .card-text {
    line-height: 1.6;
    color: #2a364d;
    font-size: 14px;
}
.per-card-2 .card-image .card-btn {
    position: absolute;
    width: 45px;
    height: 44px;
    top: 95px;
    right: 40px;
    border: 4px solid #fff;
    border-radius: 30px;
    background: #2A364D;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slide a{
	    display: inline-block;
	    background: #b89b5e;
	    padding: 10px 30px;
	    color: #fff;
	    border-radius: 50px;
	    box-shadow: 1px 1px 6px #837f7f;
	    transition: 0.3s;
	    position: relative;
	    font-weight: 600;
	    font-size: 17px;
}
.callus2 {
  width: 100%;
  margin: 8px 0 0 0;
  text-align: right;
  position: fixed;
  bottom: 5em;
  right: 0px;
  width: 50px;
  height: 50px;
  z-index: 99999;
}

.callus2 .callusL2{
   width: 40px;
   height: 40px;
   font-size: 18px;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   display: inline-block;
   background: #083a83;
   color: #fff;
   margin: 0 20px 0 0;
   -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
   -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
   box-shadow: 0px 0px 0px 7px #87b0e736;
   -webkit-animation: tada 1.25s infinite;
   -moz-animation: tada 1.25s infinite;
   -ms-animation: tada 1.25s infinite;
   animation: tada 1.25s infinite;
}
.slide a:hover{
	background: #2f3d56;
	color:#fff;
}
.contact-bx i{
	font-size:30px;
	background: #b89b5e;
	padding: 15px;
	color: #fff;
	border-radius: 50%;
	width: 60px;
	margin-bottom: 20px;
	': 1px 1px 7px #131212';
	height: 60px;
	box-shadow: 1px 1px 6px #1e1a1a;
}
.ln-about-left-side:before {
  content: '';
  width: 3px;
  height: 35%;
  display: block;
  z-index: 0;
  position: absolute;
  left: -25px;
  right: 0;
  top: 63px !important;
}
.contact-bx{
  background: #fff;
    padding: 30px 10px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 10px;
    width: 100%;
    height: 290px;
}
.contact-bx span{
	color: #c89b3b;
}
.contact-bx h5{
  color: #253d68;
  font-size: 18px;
  font-weight: 800;
  margin: 5px 0px 10px;
}
.contact-bx p{
	text-align:center;
}
.contact-bx h6{
	text-align:center;
	font-size: 13px;
	line-height: 20px;
}
.fin-benefits a{
	    font-family: 'Open Sans', sans-serif;
	    text-transform: uppercase;
	    font-weight: 500;
	    font-size: 16px;
	    letter-spacing: 1px;
	    display: inline-block;
	    padding: 8px 28px;
	    border-radius: 25px;
	    transition: 0.5s;
	    margin-top: 25px;
	    border: 2px solid rgba(255, 255, 255, 0.5);
	    color: #fff;
}
.fin-benefits a:hover{
	border-color: #fff;
    background: #ffb03b;
	color:#fff;
}
.ln-about-left-side:after{
    content: '';
    background: #0070ba;
    width: 200px;
    height: 3px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 80px;
    right: -15px;
}
.ln-about-left-side .first-img{
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
    margin-left: auto;
    box-shadow: 1px 1px 5px gray;
    border-radius: 15px;
    margin-top: -20px;
}
/* serv-start */


.projcard-container {
}


.projcard-container,
.projcard-container * {
  box-sizing: border-box;
}

.projcard-container {
}

.projcard {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #ddd;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
  box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
  transform: translate(0px, -3px);
}

.projcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 0.07;
}

.projcard:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projcard-img {
  position: absolute;
  height: 300px;
  width: 400px;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
  left: initial;
  right: 0;
}

.projcard:hover .projcard-img {
  transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
  width: 70px;
}

.projcard-textbox {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 430px;
  width: calc(100% - 470px);
  font-size: 17px;
}

.projcard:nth-child(2n) .projcard-textbox {
  left: initial;
  right: 430px;
}

.projcard-textbox::before,
.projcard-textbox::after {
  content: "";
  position: absolute;
  display: block;
  background: #ff0000bb;
  background: #fff;
  top: -20%;
  left: -55px;
  height: 140%;
  width: 60px;
  transform: rotate(8deg);
}

.projcard:nth-child(2n) .projcard-textbox::before {
  display: none;
}

.projcard-textbox::after {
  display: none;
  left: initial;
  right: -55px;
}

.projcard:nth-child(2n) .projcard-textbox::after {
  display: block;
}

.projcard-textbox * {
  position: relative;
}

.projcard-title {
  font-family: 'Voces', 'Open Sans', arial, sans-serif;
  font-size: 24px;
}

.projcard-subtitle {
  font-family: 'Voces', 'Open Sans', arial, sans-serif;
  color: #888;
}

.projcard-bar {
  left: -2px;
  width: 50px;
  height: 5px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}

.projcard-blue .projcard-bar {
  background-color: #315595;
}

.projcard-blue::before {
  background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}

.projcard-blue:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}

.projcard-red .projcard-bar {
  background-color: #b89b5e;
}

.projcard-red::before {
  background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}

.projcard-red:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}

.projcard-green .projcard-bar {
  background-color: #315595;
}

.projcard-green::before {
  background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}

.projcard-green:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}

.projcard-yellow .projcard-bar {
  background-color: #F5AF41;
}

.projcard-yellow::before {
  background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}

.projcard-yellow:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}

.projcard-orange .projcard-bar {
  background-color: #FF5722;
}

.projcard-orange::before {
  background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}

.projcard-orange:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}

.projcard-brown .projcard-bar {
  background-color: #C49863;
}

.projcard-brown::before {
  background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey .projcard-bar {
  background-color: #424242;
}

.projcard-grey::before {
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor .projcard-bar {
  background-color: var(--projcard-color);
}

.projcard-customcolor::before {
  background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}

.projcard-customcolor:nth-child(2n)::before {
  background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}

.projcard-description {
  z-index: 10;
  font-size: 15px;
  color: #424242;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.it-2 .caption{
  top:45%;
}
.projcard-tagbox button {
  bottom: 3%;
  font-size: 25px;
  cursor: default;
  user-select: none;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  border: none;
  outline: none;
  background: purple;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard-tagbox a{
  text-decoration: none;
  color: #ddd;
}



/* serv-end */
.ln-about-left-side .second-img{
    position: absolute;
    overflow: hidden;
    top: 80px;
    left: 0;
    height: 370px;
    border-radius: 15px;
    width: 320px;
    box-shadow: 1px 1px 5px gray;
}
.lw-about-section-right{
    margin-top: 50px;
}
.lw-about-right-heading{
    opacity: 1;
    z-index: 1;
    color: #2F3D56;
    font-size: 25px;
    max-width: 550px;
    font-weight: 700;
    margin: 0;
    position: relative;
}
.lw-about-right-heading:after{
    content: '';
    width: 80px;
    height: 3px;
    background-color: #B89B5E;
    display: block;
    margin-top: 20px;
}
.lw-about-right-heading:before{
    content: '';
    width: 20px;
    height: 20px;
    background: #B89B5E;
    display: inline-flex;
    position: absolute;
    left: 95px;
    bottom: -8px;
}
.client-section .item {
  display: inline-block;
  margin: 15px;
  box-shadow: 1px 1px 5px gray;
}
.client-section img{
  width: 100%;
  height: 150px;
  padding: 0 15px;
}
.lw-about-right-content{
    margin-top: 30px;
    opacity: 1;
}
.lw-about-right-content p{
    margin: 18px 0;
  color:#666 !important;
}
.lw-about-right-content p:first-child{
    margin-top: 0;
}

.lw-about-right-content p span{
    color: #0070ba;
}
.lw-about-right-list ul{
    columns: 2;
    padding: 0;
}
.lw-about-right-list ul li{
    margin: 0px 0 20px;
    list-style: none;
    color: #666;
    font-size: 14px;
}
.lw-about-right-list ul li i{
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #0070ba none repeat scroll 0 0;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.lw-about-right-author{
    margin-top: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}
.lw-about-signature h5{
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 18px;
}
.lw-about-signature p{
    color: #666 !important;
    margin: 0;
    font-size: 14px !IMPORTANT;
}
.lw-about-sign-image{
    width: 190px;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 3px solid #efefef;
}
.lw-about-section{
    position:relative;
    padding: 70px 0;
    margin-bottom: 0px;
}
.ln-about-left-side{
    position:relative;
}

.lw-about-section .side-lines{
    height: calc(100% - 320px);
    top: 35%;
    transform: translateY(-50%);
    left: auto;
    position: absolute;
    z-index: 1;
    right: calc(0% - 30px);
}
.lw-about-section .side-lines .line {
    display: block;
    background: #0070ba;
    position: absolute;
    top: 238px;
    height: 190px;
    bottom: 0;
    width: 3px;
    z-index: -1;
}
.lw-about-section .side-lines .text{
    background: transparent;
    color: #fff;
    transform: rotate(-90deg);
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 54px 30px;
    font-size: 14px;
    color: #0070ba;
    margin-left: -113px;
    margin-top: 48px;
    word-spacing: 5px;
}
.lw-about-section .side-lines .box{
    background: #0070ba;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: -13.5px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.full-height {
    height: 100%;
}
.why-choose{
  background-color: #2F3D56;
  padding: 40px 0;
  margin-top: 60px;
}
.why-choose h2 {
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 40px;
}
.why-choose p {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}
.fin-benefits{
  background-color: #2F3D56;
  padding: 50px 0 30px 0;
  margin-top: 45px;
}
.pros-card{
  height:700px !important;
}
.pros-card img{
  width:375px !important;
}
.fin-benefits h2 {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 40px;
  margin-bottom: 34px !important;
}
.serv-section{
  background: #fff;
  box-shadow: 1px 1px 12px #e6e5e2;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.fin-benefits p {
  color: #fff;
  line-height: 30px;
  font-size: 13px !important;
}
.bottom-ser{
    position: fixed;
    z-index: 10000004;
    width:100%;
    /* margin-top: 0px; */
    /* margin-bottom: 0px; */
    bottom: 0px;
    background-color: #000000C4;
}
.whatsapp_btn {
  position: fixed;
  bottom: 9em;
  right: 20px;
  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;
  }
}

.clients{
  padding-top:50px;
}
.client .item {
  display: inline-block;
  margin: 10px 0;
}
.bottom-ser p{color: #fff;text-align: center;font-size:16px;padding-top: 10px;line-height: 28px;font-family:'Open Sans', sans-serif;}
.elementor-button-text{
    font-family:'Open Sans', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    /* background-color: #2f4d5a; */
    /* padding: 10px 10px 10px 10px; */
    color: #fff;
}

.elementor-button-text a{
	color: #fff;
	text-decoration:none;
}

.tm-bx {
    border: 1px px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 330px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 30%);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
}
.image-fit {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-row h2{
  color: #3e5a8c;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-row p{
	font-size: 14px;
	line-height: 24px;
}

.about-row h3{
  font-size: 18px;
  text-align: left;
  color: #3e5a8c;
  font-weight: 600;
  margin: 14px 0;
}
.feature-box-content{font-size: 15px;font-family: 'Open Sans', sans-serif;}
img {
  width:100%;
}
.team-sec {max-width: 100%;border: 1px solid #fcfcfc;border-radius: 13px;padding: 25px 30px 15px;box-shadow: 1px 1px 10px #b89b5e;}
.table-responsive{overflow: hidden !important;padding: 0;}
.team-sec .sub-heading{
margin-top:20px;
text-align: center;
}
.team-sec .sub-heading:hover{
color: #fcbc45;
}
.team-section img:hover {
    transform: scale(1.1);
}
.team-section img {
    max-width: 96%;
    transition: transform 1s;
    margin-bottom: 20px;
}
.team_img{
  width: 100%;
  border: 2px solid #2f4d5a;
  /* border-radius: 50%; */
}
.client-section{
	margin:35px 0;
}
p,ul,ol,li{font-size: 15px;font-family: 'Open Sans', sans-serif;text-align: justify;}
*{/* font-family:Open Sans !important; */}
.fa {font-family:fontawesome !important;}
body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}

a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}
.count-box h4{
	font-size: 18px;
}
.sub-headings {
    margin-top: 20px;
    font-size: 27px;
    text-align: left;
    font-weight: 700;
    color: #b89b5e;
}
.slide h6{
	font-weight:700;
	margin-bottom: 30px;
}
.it-2 h1{
	text-shadow: #333 2px 3px 3px;
	margin-bottom: 5px !Important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}
section.bnr{padding:0;}
/*--------------------------------------------------------------
# innr-pg-bnnr
--------------------------------------------------------------*/
/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{display: flex;align-items: center;width: 100%; background-size: cover; height:350px; text-align: center; position:relative;margin-bottom: 20px;}
.innr-pg-bnnr:after{content:''; position:absolute; left:-1px; right:-1px; top:-1px; width:100%; height:100%;z-index: 0;background: #00000082;}
.innr-pg-bnnr h1{color:#fff; text-align:center; text-transform:uppercase; font-size:40px; font-weight:bold; position:relative; z-index:1;}
.innr-pg-bnnr h1:after{content:''; position:absolute; bottom: -10px; margin:0 auto; left:0; right:0; width:100px; height:4px; border-radius:2px; background:#fff;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #ffb03b;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*! padding: 20px 0; */
    /*! height: 65px; */
    position: absolute;
    left: 0;
    top: 1px;
    /* background: transparent !important; */
    right: 0;
    transition: all 0.5s;
    z-index: 997; /*! background:rgba(47,77,90); */
    background: #fff !important;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 /*! margin:0 auto; */
 width: 250px;
 padding-left: 6px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
center #header{
    background: rgb(101 111 130);
    }
.body-fx #header{/*! padding: 6px 0; */
    height: 68px;
    /*! position: fixed; */
    left: 0;
    top: -1px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /* background-color: rgb(47 61 86 / 74%) !important; */
    background:#fff !important;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    }
.body-fx .navbar-default{background-color: transparent !important;margin-top: 13px;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 1px 0 0px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2F3D56;
  text-transform:
  uppercase;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 5px;
  background: #b89b5e;
  z-index: -1;
}
.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    background: #2F3D56;
}
.section-title h2 span{color: #b89b5e;}
.section-title p {
  margin-bottom: 0;
  font-size: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../image/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  position: relative;
      overflow: hidden;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(245, 245, 245);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 10px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  color: #b89b5e;
  margin-bottom: 30px;
  position: relative;
  left: 20px;
}
.about .content h3:before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    background: #2F3D56;
    left: -15px;
}
.about .content p {
  margin-bottom: 10px;
  text-align:justify;
  line-height:30px;
  font-size: 16px;
  color: #2F3D56;
}

.about .content .rd-mr {
  display: inline-block;
  background: #b89b5e;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  font-weight:800;
  font-size:17px;
}

.about .content .rd-mr i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .rd-mr:hover {
  background: #2f4d5a;
}

.about .icon-boxes .icon-box {
    position: relative;
   
}

.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffb03b;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #b89b5e;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #b89b5e;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: #ffb03b ;

}
.about .icon-boxes .icon-box p a{
  color: #ffb03b ;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 10px 10px;
  /*! width: 18%; */
  height: 323px;
  margin: 1%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
  border:1px dashed #ccc;
  margin-bottom: 10px;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #b89b5e;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 80px;
  line-height: 1;
  color: #b89b5e;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

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

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .description a{color:#333;}
.services .icon-box:hover .title a, .services .icon-box:hover .description, .services .icon-box:hover .description a {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  width: 100%;
  padding: 35px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  border: 1px dashed #ccc;
  margin: 10px auto;
  text-align: center;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #ffb03b;
  float: left;
}

.counts .count-box span {
  font-size: 38px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-bottom: 15px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# car
--------------------------------------------------------------*/
.car {
 background: linear-gradient(rgba(47, 77, 90, 0.8), rgba(47, 77, 90, 0.8)), url(../image/carr-bg.jpg) no-repeat  ;;
  background-size: cover;
  padding: 40px 0;
  margin-top: 60px;
}

.car h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height:40px;
}

.car p {
  color: #fff; line-height:30px;
  font-size: 15px;
}

.car .car-btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.car .car-btn:hover {
  border-color: #fff;
  background: #ffb03b;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ffb03b;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.footer-top .feature-box-content{
  color:#fff;
  line-height: 30px;
}
.footer-top .st-feature-box{
	margin-bottom: 32px;
	padding-left: 0px;
}
.team .member .pic {
  overflow: hidden;
  background: #2f3d56;
}
.team .member .pic img{max-width: 100%;}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #b89b5e;
  padding: 11px 0;
  color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 82px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 19px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 16px;
}

.member-info p{padding-top:10px; font-size:15px;}
.team .member .social a {
  transition: color 0.3s;
  /*color: #52869d;*/
}

.team .member .social a:hover {
  color: #ffb03b;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px; color:#fff;
}
.member-info a{color:#fff;}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {padding: 50px 0 68px;}
.contact .map-hm-rht {
  /* box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); */
  height: 400px;
  padding: 50px 17px;
  background: #fff;
}

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

.contact .map-hm-rht input::focus{
  background-color: #ffb03b;
}

.contact .map-hm-rht input {
  padding: 10px 15px;
}


.contact .map-hm-rht .sbmt {
  background: #2F3D56;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
}

.contact .php-email-form button.sbmt:hover {
  background: #8ec4dd;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2A364D;
  padding: 0 0 30px 0;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -75px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #b89b5e;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f3d56;
  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 .footer-top .social-links a:hover {
  background: #b89b5e;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  border-bottom:1px dashed #fff;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffb03b;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #dfdfdf;
  text-align: center;color: #fff;
  padding-top: 30px;
  font-size: 14px;
}

 a{
  TEXT-DECORATION: NONE; 
 }
.credits a{
  color:#ffb03b;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #b89b5e;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #b89b5e;
    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: 1200px) {
  .about .content {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media(max-width:1024px){
.nav>li>a{    padding: 9px 1px;}
.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){
.per-card-2 .card-image .per-name {
    font-size: 16px;
    color: #fff;
    margin: 9px 0px 0px 10px;
}
.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: 43px;
		height: auto !important;}
	}@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; 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: #033c5e; 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: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
	.per-card-2{
		padding:15px;
		margin-bottom:20px
	}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #010066; 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: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

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

.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: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.services .icon-box {
    padding: 10px 10px;
    width: 98%;
    height:auto;
    margin: 1%;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
}
#header{    background: #5c707a !important;top: -15px;}
  #header img{width: 100%;}
  #menu-control {
    top:20px;
  }
	}
	
@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;position:relative;}
#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;
}
	}

@media(max-width:767px){	
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #033c5e;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
	.per-card-2 .card-content{
		height:auto;
	}
.navbar-toggle{background-color: #033c5e; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #033c5e; 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-toggler{
  margin-right: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{background: #033c5e; border-bottom: 1px solid #505b1f; color: #fff;}
#MenuControl_C #navbar-collapse-1{height:auto !important;/*padding-top: 25px;*/}
}
	
@media(max-width:736px){
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #033c5e;     background-color: #ffb03b;}
.navbar-default .navbar-toggle{border-color: #033c5e;}
	.ln-about-left-side .first-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 80%;
    margin-left: auto;
    box-shadow: 1px 1px 5px gray;
    border-radius: 15px;
    margin-top: -20px;
}
	.section-title h2::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    top: 50px;
    left: 50%;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #2F3D56;
}
	.lw-about-section {
    position: relative;
    padding: 35px 10px;
    margin-bottom: 0px;
}
.navbar-toggle{background-color: #920e37; border-color: #033c5e;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.navbar-default .navbar-nav>li>a{    color: #fff;
   padding: 5px 10px;
    background: #ffb03b; 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;}
	.per-card-2 .card-image .per-position {
    font-size: 12px;
    color: #fff;
    margin: 8px 0px 0px 9px;
}
	.ln-about-left-side .second-img {
    position: absolute;
    overflow: hidden;
    top: 33px;
    left: 0;
    height: 100%;
    border-radius: 15px;
    width: 80%;
    box-shadow: 1px 1px 5px gray;
}
#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: #033c5e;
    border-bottom: 1px solid #fff; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #033c5e;
    background-color: #033c5e;
}

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

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 100%;position: absolute;}
.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: #033c5e;}
center .navbar-default .navbar-toggle {
    border-color: #010066;
}
.car h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 3px;
  background: #b89b5e;
  z-index: -1;
}
.section-title h2 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  color: #2F3D56;
  text-transform: uppercase;
  z-index: 2;
}
.projcard-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
}
.wback .caption h5 {
  color: #c9aa6a;
  font-size: 21px;
  margin-bottom: 20px;
}
.wback .caption h5:before{
  display: none;
}
.col-rev{
  flex-direction: column-reverse;
}
.it-2 h1{
  font-size: 22px;
}
.about .content p {
  font-size: 13px;
 }
 .why-choose h2 {
  font-size: 22px !important;
 }
 .fin-benefits h2 {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 19px;
  margin-bottom: 34px !important;
}
.projcard-textbox::before, .projcard-textbox::after{
  display: none;
}
.serv-section {
  background: #fff;
  box-shadow: 1px 1px 12px #e6e5e2;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.body-fx center #HeaderControl{height: 67px !important;/*! position: absolute; */}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
#MenuControl {
  top: 75px;
}
	}
	
@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;}

center #form1 #MenuControl {
  top:75px !important;
}
#HeaderControl{top: 15px !important;}
#logo-web{height:inherit;}
#HeaderControl, center #form1 #HeaderControl{ width: 100%; }
.body-fx #HeaderControl, .body-fx center #form1 #HeaderControl{ width: initial; max-width:97%;/*! position: absolute; */}
.navbar-toggle{    /*! margin-top: 29px; */}
center #HeaderControl img{
    /* padding:4px 0; */
}
#HeaderControl {
  top:0px;
  background: #000 !important;
}
center #form1 #HomepagecontentControl {
    padding-top:50px;
}
	}
	
@media(max-width:414px){

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

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


#WidgetControl4 {
  display: none;
}
.quick-btn{    position: fixed; top: 45%; right: 0; z-index: 999;}
	
.quick-btn ul{     margin: 0;
    padding: 0;
    list-style: none;
    background: #242c42;
    padding: 6px 6px;
    border-radius: 5px;}
	
.quick-btn ul li{width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;     margin: 8px 0; position:relative; transition:0.5s;}
	
.quick-btn ul li span{     position: absolute;
    left: -20px;
    top: -3px;
    background: #e64a54;
    color: #fff;
    font-size: 11px;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: 0.5s;
    width: 58px;
    text-align: center;
    height: 17px;
    line-height: 16px;}
	
.quick-btn ul li:hover span{display:block; transition:0.5s; left: -60px;}
	
.quick-btn ul li a{width: 10px;
    height: 10px;     display: block; transition:0.5s;}
	
/*.quick-btn ul li.active{background:#e64a54;}*/

.fix-box{    position: fixed; top:35%; left:0; z-index:999; font-size: 14px;}
	


.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{    background: #242c42;
    width: 148px;
    padding-left: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-left: -104px;
    transition: 0.5s;
    overflow: hidden;}
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: right; margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}



.social-links a img.twitter{
	height: 18px;
    object-fit: contain;
}