

/*------------------*/
/*Theme default CSS
/*------------------*/
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.AntiFloat {
  clear: both;
}
.container{
    /* background-image: url('../img/Gbg.png');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none; }

html,
body {
   
}
a:focus {
    outline: 0px solid;
}
img{
    width:100%;
}

a {
    transition: all 0.5s ease-out;
    text-decoration: none;color:#071c2e
}
a:active,
a:hover {
    outline: 0 none;
    color: #071c2e;text-decoration:none
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #03bece;
    text-shadow: none;color:#fff
}
::selection {
    background: #03bece;
    text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}

.TopHeaderLeft{
    width: auto;
    float: left;
}
.TopHeaderLeft p{
    margin: 0;
    padding: 2.5% 0;
    color: #fff;
    font-family: 'poppinsregular';
    font-size: 12.5px;
}
.site-navigation ul li a{
    color: #212121;
    font-family: 'poppinsregular';
    /*font-size: 12.5px;*/
    font-weight: normal;
    font-size: 0.9vw;
}
.TopHeaderRight{
        width: 28%;
       float: right;
}
.header-top-holder {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 51px;
 float: right;
}
.header-top-holder .header-top-item.rs{
    margin-right: 0;
padding-right: 0;
}

.header-top-item.rs a:after{
    height: 0;
width: 0;
}
.header-top-holder .header-top-item {
  position: relative;
  margin-right: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-branding{
   width: 11%;
  float: left;
  padding: 2% 0;
}
.site-navigation{
    width: 72.5%;
float: left;
padding-left: 3%;
height: 84px;
display: flex;
justify-content: center;
align-items: center;
}
.site-header-right{
    width: 14%;
float: left;
height: 84px;
display: flex;
justify-content: center;
align-items: center;
}

.primary-menu > li{
    display: inline-block;
vertical-align: middle;
float: left;
margin: 0 18px;
}
.primary-menu > li {
  margin: 0 7px;
  position: relative;
}
         .primary-menu .sub-menu {

}

.primary-menu .sub-menu li {
  padding: 0 40px;
}
.site-header-item.h-btn-search{
    background-color: #385699;
    width: 100%;
    float: left;
}
.site-header-item.h-btn-search .fa.fa-search{
    background-color: #2772bb;
    color: #fff;
      height: 3em;
    width: 23%;
    text-align: center;
    line-height: 3em;
}
.site-header-item.h-btn-search a{
    text-transform: uppercase;
    color: #fff;
    font-family: 'poppinsregular';
    font-size: 15px;
    width: 76%;
    float: right;
    text-align: center;
    padding-top: 0.8em;
}
.LogoB{
    width: 81.4%;
    display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #DEE3E8;
}
.divcall{
   width: 20%;
  align-content: center;
  align-items: center;
  padding: 0 0 0 3%;
}
.content-wrap{
    display: flex;
  align-items: center;
}
.icon{
    display: inline-block;
  font-size: 40px;
  line-height: 1;
  margin-right: 18px;
  color: #c6ab46;
}
.texts .text{
    font-size: 1vw;
  display: block;
  color: #747F8E;
  font-family: 'poppinsregular';
}
.texts .phone{
 font-size: 1.15vw;
  font-weight: 700;
  font-family: 'poppinsmedium';
  color: #000;
}
.BottomHeader{
 width: 100%;
  float: left;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.TopHeader{
    width: 100%;
  float: left;
  border-bottom: 1px solid #DEE3E8;
}
.header-top-item a {
  color: #747F8E;
  font-family: 'poppinsregular';
  font-size: 1vw;
  padding-left: 10px;
}
.header-top-item.rs a{
    padding-left: 15px;
}
.header-top-item i{
    color: #c6ab46;
}
.header-top-item.rs i{
    color: #c6ab46;
}
#MenuPrTop{
  width: 74%;
  float: left;
  padding-left: 15%;
}
.menu > li > a{
    border: none;
    font-size: 1vw;
  font-family: 'poppinsregular';
  color: #7b8593;
}
.menu > li.current_page_item > a{
    color: #bb9b22;
  font-family: 'poppinsbold';
}
.menu > li.current-page-ancestor > a {
     color: #bb9b22;
  font-family: 'poppinsbold';
}
  .menu > li {
   display: table-cell;
  width: auto;
  padding: 0 14px;
  }
  .menu {
  width: 100%;
  border-bottom: 0;
}

.divsearch {
  width: 7%;
  float: left;
  padding-left: 8%;
}
.divsearch .fa{
    color: #8f98a4;
  font-size: 22px;
}
.section1{
 
width: 100%;
float: left;
}
.DivSection1{
 width: 85%;
  margin-top: -5%;
  position: absolute;
  margin: -5% 0% 0 1%;
}
.divTxtS1-2{
    width: 61%;
float: right;
padding: 0;
background-color: #1963a6;
height: 185px;
display: flex;
justify-content: center;
align-items: center;
padding: 0 9%;
}
.divTxtS1-2 p{
    font-family: 'source_sans_prosemibold';
color: #fff;
font-size: 19px;
font-style: italic;
}
.divimgS1{
    padding: 0;
width: 39%;
float: left;
}
.divimgS1 img{
    height: 185px;
}
svg:not(:root){
    margin-left:3%;
}
.DivSection1-1{
    background-color: #eeeae3;
    padding: 2% 3%;
    display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%;
  height: 186.7px;
}
.DivSection1-2{
    background-color:#bb9b22;
    padding: 2% 3%;
    display: flex;
  justify-content: center;
  align-items: center;
  height: 186.7px;
}

.DivSection1-3{
    background-color: #1b1101;
    padding: 2% 3%;
    display: flex;
  justify-content: center;
  align-items: center;
  height: 186.7px;
}
.iconSection1{
    width: 12%;
  float: left;
  margin-right: 7%;
}
.txtSection1{
    width: 80%;
  float: right;
}
.iconSection1 i{
    font-size: 3.5vw;
}
.DivSection1-1 h3{
    color: #bb9b22;
  font-family: 'poppinsbold';
  font-size: 1.35vw;
}
.DivSection1-1 p{
    color: #7b8694;
  font-size: 1vw;
  font-family: 'poppinsregular';
}
.DivSection1-1 i{
    color: #c6ab46;
}
.DivSection1-2 i{
    color: #fff;
}
.DivSection1-3 i{
    color: #c6ab46;
}
.DivSection1-2 h3{
    color: #000;
  font-family: 'poppinsbold';
  font-size: 1.35vw;
}
.DivSection1-2 p{
    color: #eeeae3;
  font-size: 1vw;
  font-family: 'poppinsregular';
}
.DivSection1-3 h3{
    color: #bb9b22;
  font-family: 'poppinsbold';
  font-size: 1.35vw;
}
.DivSection1-3 p{
    color: #7b8694;
  font-size: 1vw;
  font-family: 'poppinsregular';
}
.section2-right{
  width: 40%;
  float: left;
  margin-left: 5%;
  margin-bottom: 10%;
}
.section2-left
{
    width: 43%;
  float: right;
}
.section2-right-img
{
    position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.section2-right-img1{
    
}
.master-gallery-stack{
    position: relative;
}
.section2-right-img1-1 .master-fancy-image{
    right: -11%;
}
.section2-right-img1-1-1{
    left: 0px;
  top: 0px;
  animation-delay: 350ms;
  visibility: visible;
}
.image-wrap{
    display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  transition: 0.3s;
}
.image-wrap img{
    width: 100%;
  transition: box-shadow 0.3s;
}
.master-fancy-image{
    position: absolute;
  left: unset;
  bottom: -10%;
  animation-delay: 600ms;
  visibility: visible;
}
.master-shape{
    background-color: #c6ab46;
  width: 350px;
  height: 12px;
  bottom: 270px;
  animation-delay: 600ms;
  visibility: visible;
  right: -11%;
  left: unset;
  position: absolute;
}
.section2-right-img1-2{
    position: absolute;
  left: -60px;
  width: auto;
  max-width: auto;
  top: 80px;
}
.inner{
    display: flex;
  flex-direction: column;
  position: relative;
}
.section2-right-img1-2-2{
    position: relative;
  width: 170px !important;
  height: 170px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c6ab46;
  z-index: 9999;
}
.master-counter .inner{
    text-align: center;
}
.number-wrap span {
  color: #c6ab46;
  font-size: 54px;
  font-weight: 700;
  font-family: 'poppinsbold';
  line-height: 40px;
}
 .title {
 color: #183862;
  font-size: 15px;
  font-family: 'poppinsregular';
  line-height: 24px;
  margin-top: 0;
}
.decor {
width: 154px;
  height: 162px;
  left: 5px;
  top: 10px;
  position: absolute;
}

.section2{
    width: 100%;
  float: left;
  margin-top: 15%;
}
@keyframes dash { 
    to {
        stroke-dashoffset:544;
        }
    } 
.svg-rect {
  animation: dash 15s infinite linear;
}
.elementor-icon-list-text{
    color: #173162;
  font-family: 'poppinsregular';
  font-size: 1.15vw;
  line-height: 2em;
}
.txtuboutus p{
    font-size: 1.15vw;
  font-family: 'poppinsregular';
  text-align: justify;
  color: #747F8E;
  line-height: 2em;
}
.section2-left .sub-heading{
   color: #7e8896;
  font-size: 1.25vw;
  font-family: 'poppinsregular';
  padding: 3% 0;
  text-align: justify;
}
.section2-left .elementor-widget-container p{
    color: #7e8896;
  font-size: 1.25vw;
  font-family: 'poppinsregular';
  padding: 3% 0;
  text-align: justify;
}
.main-heading{
    color: #15181b;
  font-family: 'poppinsbold';
  font-size: 3vw;
}
.pre-heading{
    color: #c6ab46;
  font-size: 1.5vw;
  font-family: 'poppinsregular';
  font-weight: 700;
}
.elementor-icon-list-icon i{
    color: #c6ab46;
  font-size: 18px;
}
.master-button .bg-hover {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.7;
  background-color: var(--e-global-color-qondri_primary);
  transition: all 0.5s ease;
}
.master-button {
  position: relative;
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  padding: 15px 50px;
  font-weight: 700;
  transition: color 0.3s, background 0.3s;
  background-color: #cd8b1a;
  overflow: hidden;
  cursor: pointer;
}
.elementor-icon-list-item{
    padding-bottom: calc(5px/2);
}
.elementor-element-9a75db9{
    margin-bottom: 5%;
}
.elementor-element.elementor-element-25f776a > .elementor-widget-container {
  margin: 0px 20px 0px 0px;
}
.elementor-element.elementor-element-25f776a .text{
    color: #fff;
  font-family: 'poppinsmedium';
  font-size: 1.05vw;
}
.elementor-element.elementor-element-743e659 .icon {
  font-size: 18px;
  width: 4vw;
  height: 4vw;
  line-height: 4vw;
  margin-right: 20px;
}
.icon-has-bg .icon {
  width: 60px;
  height: 60px;
  background-color: #f1ebd3;
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  border-radius: 50%;
}
.icon-has-bg .icon img{
    width: 46%;
}
.elementor-element.elementor-element-743e659 .phone {
  font-size: 1.25vw;
  font-weight: 500;
}
.elementor-element-25f776a{
    width: 39%;
  float: left;
  margin-top: 4%;
}
.elementor-element-743e659{
    width: 60%;
  float: right;
  margin-top: 4%;
}
.section3{
    width: 100%;
  float: left;
  padding-top: 8%;
  padding-bottom: 10%;
  background-color: #f5f5f5;
   background-image: url("../images/bgservicea.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.Itemservice{
  width: 24.333%;
  padding: 0 15px 0 0;
  float: left;
  margin-top: 4%;
}
.Itemservice .url-wrap{
    width: 84%;
}
.Itemservice .url-wrap a{
    color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.2vw;
  background-color: #bb9b22;
  padding: 4% 0;
  font-family: 'poppinsregular';
  width: 100%;
  display: inline-block;
}
.Itemservice .content-wrap{
    padding:38px 10px 40px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DEE3E8;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}
.Itemservice h3{
    margin-top: 0;
  color: #bb9b22;
  font-family: 'poppinsbold';
  font-size: 1.5vw;
  margin-bottom: 6%;
}
.Itemservice p{
    color: #000;
  font-size: 1.10vw;
  font-family: 'poppinsregular';
  line-height: 2em;
  text-align: center;
  margin-bottom: 8%;
}
.Itemservice .content-base span{
    color: #fff;
}
.section4{
    width: 100%;
  float: left;
  background-color: #fff;
}
.divStats{
    background-color: #000;
    padding: 3% 0;
}
.ItemStats {
  width: 25%;
  float: left;
  text-align: center;
}
.ItemStats h3 {
  color: #bb9b22;
  font-family: 'poppinsbold';
  font-size: 3vw;
}
.ItemStats h5 {
 color: #bb9b22;
  font-family: 'poppinsbold';
  font-size: 1.15vw;
}
.cls-ref1 {
    overflow: hidden;
    opacity: 0.3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cls-ref1:hover {
    opacity: 1;
    background-color: #f2f5f8;
}
.section5{
    width: 100%;
  float: left;
}
.section5{
    background-image: url("../images/bg5.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 105px 0px 105px 0px;
  z-index: 1;
}
.section5 .text-highlight{
    position: relative;
}
.section5  .text-highlight svg{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128%;
  stroke-dashoffset: 220;
  transition: all 1s ease;
    transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.7s;
  stroke-dashoffset: 0;
  height: auto;
}
.section5 .main-heading{
    color: #fff;
  width: 75%;
  margin: 0 auto;
  font-size: 4vw;
  text-align: center;
}
.divsection5btn{
    color: #fff;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.divsection5btn a{
    margin-top: 4%;
    color:#fff;
    margin-top: 4%;
  color: #fff;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.2vw;
  background-color: #000;
  padding: 2% 0;
  font-family: 'poppinsregular';
  width: 25%;
  display: inline-block;
}
.section6{
   background-image: url("../images/bg6.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -60px;
  padding: 95px 0px 95px 0px;
  z-index: 2;
  width: 85%;
  float: left;
  margin: 0 7%;
    margin-top: 0px;
  margin-top: -5%;
}
.section6div{
    display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.section6div1{
    width: 39%;
}
.section6div2{
    width: 52%;
  margin-left: 6%;
}
.section6div3{
     width: 25% !important;
}
.elementor-icon{
    transition: all .3s;
  color: #fff;
  font-size: 50px;
  text-align: center;
width: 25px;
  height: 25px;
  position: relative;
  display: block;
}
.elementor-icon svg{
    position: absolute;
}
.section3 .master-heading{
    text-align: center;
}
.section6 .master-heading.sep-none{
    text-align: left;
    color:#fff;
}
.section6div1 .pre-heading{
    color:#fff;
}
.section6div1 .main-heading{
     color:#fff;
     font-size: 3vw;
}
.section6div2-p1{
    position: relative;
  min-height: 1px;
  display: flex;
  margin-top: 7%;
}
.section6div2-p1-1 .elementor-icon-list-item{
    margin-bottom: 5%;
}
.section6div2-p1 li .elementor-icon-list-text{
    color: #fff;
}
.section6div2-p1 i{
    color: #fff;
}
.section6div2-p1-2{
    margin-left: 9%;
}
.section7{
    width: 100%;
  float: left;
  background-color: #fcf9f4;
  padding: 9% 0;
}
.section7-div1{
    width: 50%;
  float: left;
}
.master-video-icon .popup-video .p1, .master-video-icon .popup-video .p2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 136px;
  width: 160px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 rgba(137, 185, 46, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
    animation-delay: 0s;
  display: inline-block;
}
.master-video-icon a {
  position: relative;
  width: 108px;
  height: 108px;
  line-height: 108px;
  display: inline-block;
  background-color:#c6ab46;
  color: #fff;
  text-align: center;
  font-size: 30px;
  z-index: 1;
}
.master-fancy-image .master-video-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section7 .master-fancy-image {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: auto;
}
.section7-div2{
     width: 50%;
  float: right;
  padding-left: 8%;
}
.section7-div2 .elementor-element-populated{
    display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.section7-div2-2{
   right: -3vw;
  width: auto;
  max-width: auto;
  bottom: -120px;
  z-index: 0;
  position: absolute;
  max-width: 100%;
  width: 48%;
}
.section7-div2-2 img{
    height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
}
.section7-2 .sub-heading{
    color: #747F8E;
  font-size: 1.2vw;
  text-align: justify;
}
.section7-3{
    display: flex;
}
.section7-3 .headline-2{
    color: #173162;
  font-family: 'poppinsbold';
  font-size: 1.4vw;
}
.section7-3 .desc{
    color: #747F8E;
  font-size: 1vw;
  font-family: 'poppinsregular';
}
.section7-5,.section7-6{
    width: 100%;
  float: left;
  margin-top: 5%;
}
.section7-5 .texts,.section7-6 .texts{
    margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section7-5 .texts span,.section7-6 .texts span{
  font-weight: 700;
}
.progress-bar1{
    background: #FFFFFF;
  height: 5px;
  position: relative;
  width: auto;
}
.progress-bar1 .percent{
    position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  text-align: right;
  width: 78%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  transition: width 0.6s linear;
}
.progress-bar1 .progress{
    width: 78%;
  height: 100%;
  background-color: #c6ab46;
  transition: width 0.6s linear;
}
.section8{
    width: 100%;
  float: left;
  background-image: url("../images/bg7.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 83px 0px 8px 0px;
}
.section8-1{
    width: 29%;
    float: left;
}
.section8-2{
    width: 46%;
      float: left;
}
.section8-3{
    width: 24%;
      float: left;
      margin-top:4%;
}
.section8-1-widget-container{
    margin: -132px 0px 0px 0;
}
.section8-2 .main-heading{
    color: #000;
  font-size: 2.1vw;
  padding-left: 10%;
  margin-bottom: 0;
}
.section8-2 .sub-heading{
    color: #000;
  padding-left: 10%;
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 12%;
}
.section8-3 .text{
    background-color:#000;
  color: #fff;
  position: relative;
  display: inline-flex;
  font-size: 15px;
  line-height: 30px;
  padding: 15px 50px;
  font-weight: 700;
  transition: color 0.3s, background 0.3s;
  overflow: hidden;
  cursor: pointer;
}
footer{
   /* background-image: url("../images/footer-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  float: left;
  background-color: #0f0f0f;
}
.footerTop{
    padding: 120px 0px 100px 0px;
  position: relative;
  background-color: #0f0f0f;
}
.footerTop1{
    width: 30%;
    position: relative;
    
float: left;
}
.footerlogo .logo-image{
   max-width: 27%;
}
.footerDesc p{
    color: #fff;
  font-family: 'poppinsregular';
  font-size: 1vw;
  font-weight: 700;
  padding-top: 4%;
  padding-bottom: 6%;
  text-align: justify;
}
.footerRs a i{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  transition: transform 0.3s ease;
}
.footerRs a{
    font-size: 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin-left: calc(13px / 2);
  margin-right: calc(13px / 2);
  color: #FFFFFF;
  background-color: #bb9b25;
  position: relative;
  display: inline-block;
}
.footerTop2{
    position: relative;
  width: 22%;
  padding-left: 5%;
  float: left;
}
.footerTop2 h2{
    color: #FFFFFF;
  font-size: 20px;
  font-family: 'poppinsbold';
  margin-bottom: 10%;
}
.footerTop2 ul li a{
    color: #fff;
  font-size: 15px;
  font-family: 'poppinsregular';
  padding-bottom: 4%;
  display: inline-block;
}
.footerTop3 {
    width: 21%;
    float: left;
}
.footerTop3 h2{
    color: #FFFFFF;
  font-size: 20px;
  font-family: 'poppinsbold';
  margin-bottom: 10%;
}
.footerTop3 p{
    color: #fff;
  font-size: 15px;
  font-family: 'poppinsregular';
  padding-bottom: 4%;
  display: inline-block;
  
}
.footerTop3 ul li a span{
    color: #fff;
  font-family: 'poppinsregular';
  font-size: 1.05vw;
  font-weight: 700;
  padding-left: 4%;
  padding-bottom: 3%;
  display: inline-block;
}
.footerTop3 ul li a i{
    color: #c6ab46;
    font-size: 1.05vw;
}
.footerTop4{
    width: 27%;
    float: left;
  padding-left: 4%;
}
.footerTop4 h2{
    color: #FFFFFF;
  font-size: 20px;
  font-family: 'poppinsbold';
  margin-bottom: 10%;
}
.footerTop4 p{
    color: #fff;
  font-size: 15px;
  font-family: 'poppinsregular';
  padding-bottom: 4%;
  display: inline-block;
}
.mc4wp-form-fields input[type="email"] {
  padding: 16px 100px 16px 20px;
  width: 100%;
  font-size: 14px !important;
  font-weight: 500 !important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 16px 30px;
  border: 1px solid #fff;
  background-color:#fff;
  margin-bottom: 30px;
  text-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  transition: border 0.3s;
  color: #A5B9D4;
}
.mc4wp-form-fields input[type="email"] {
  padding: 16px 100px 16px 20px;
  width: 100%;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.mc4wp-form-fields input[type="submit"] {
  line-height: 60px;
  font-size: 12px;
}
.mc4wp-form-fields {
  position: relative;
  overflow: hidden;
}
.mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 0;
  right: -3px;
  padding: 0 20px;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 15px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  background-color:#bb9b22;
  padding: 0 50px;
  display: inline-block;
  -webkit-appearance: none;
  transition: color .3s, background .3s;
  white-space: nowrap;
}
.footerBottomL{
    width: 50%;
  float: left;
}
.footerBottomL p{
    color: #fff;
  font-size: 15px;
  font-family: 'poppinsregular';
  margin: 0;
}
.footerBottomR{
    width: 50%;
  float: right;
  text-align: right;
}
.footerBottomR ul li{
    display: inline;
    position: relative;
    padding-left: 12px;
  padding-right: 13px;
}
.footerBottom{
    border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF30;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 0px 35px 0px;
}
.footerBottomR ul li a{
      color: #fff;
  font-size: 15px;
  font-family: 'poppinsregular';
}
.footerBottomR ul li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '/';
  transform: translate(50%, -50%);
  color: #A6BAD4;
}
.section2-left .url-wrap a {
 color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.25vw;
  background-color: #bb9b22;
  padding: 7% 0%;
  font-family: 'poppinsregular';
  width: 100%;
  display: inline-block;
}

/*************************************************************/
#TopImageContainer{
    padding: 1% 0;
}
.InfoDivHTML{
    width: 100%;
  float: left;
  margin-top: -13%;
  z-index: 111;
  position: relative;
  text-align: center;
}
#MeanPageTitle{
    color: #FFFFFF;
  font-size: 3vw;
  font-family: 'poppinsbold';
  margin-top: 0;
}
#titlechild ul li{
    display: inline-block;
    font-family: 'poppinsbold';
    color: #c6ab46;
}
#titlechild ul li a{
  font-family: 'poppinsbold';
  color: #fff;
  font-size: 1vw;
}
.img-abouts1{
    width: 49%;
  float: left;
}
.img-abouts2{
    width: 49%;
  float: right;
  position: relative;
  border-bottom: 9px solid #c6ab46;
  padding-bottom: 2%;
}
.divAboutus .main-heading {
  color: #15181b;
    
}
.divAboutus .pre-heading{
    color: #bb9b22;
}
.section4.aboutus .divStats{
    background-color: #bb9b22;
}
.section4.aboutus .ItemStats h3,.section4.aboutus .ItemStats h5{
    color: #000;
}
.LeftdivphilosC{
    width: 42%;
  float: left;
}
.RightdivphilosC{
    width: 50%;
  float: right;
}
.divphilos{
    width: 100%;
  float: left;
  padding: 7% 0;
  background-image: url("../images/bg-philo.png");
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.divphilos.equipe{
    background-image: url("../images/bg-equipe.png");
  background-size:100% 100%;
  background-repeat: no-repeat; 
}
.cls-cot .master-icon img{
    width: 35%;
}
.section4.aboutus{
    background-color:#fff;
}
.RightdivphilosC h2 {
  color: #15181b;
  font-family: 'poppinsbold';
  font-size: 3.5vw;
}

.RightdivphilosC h4 {
  color: #c6ab46;
  font-size: 1.5vw;
  font-family: 'poppinsregular';
}
.RightdivphilosC  p {
  color: #7e8896;
  font-size: 1.25vw;
  font-family: 'poppinsregular';
  padding: 3% 0;
  text-align: justify;
  line-height: 1.8em;
}
.RightdivphilosC.Left{
    float: left;
    padding-right: 5%;
}
/******************************************************/
.divAboutus{
   padding: 10% 0 5% 0;
}
.divStatisItem{
    width: 25%;
  float: left;
  text-align: center;
}
.divStatisItem .elementor-widget-container {
  padding: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #DEE3E8;
}
.divStatisItem .elementor-counter {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
}
.divStatisItem .elementor-counter-title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'poppinsregular';
}
.divStatisItem .elementor-counter-number-wrapper {
  color: #c6ab46;
  font-size: 50px;
  font-weight: 400;
  font-family: 'poppinsregular';
}
.divAboutus2{
   box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.07);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
  margin: 0 3%;
}
/***********************************/
.sivPageService{
  padding: 6% 0 14% 0;
  border-bottom: 3px solid #bb9b22;
}
.sivPageService2{
    padding: 4% 0;
     background-image: url("../images/bg8.png");
 background-repeat: no-repeat;
  background-size: 100% 100%;
}
.divDetailsService2 ul li{
    border: 1px solid #bb9b22;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(187, 155, 34);
  width: 62%;
  padding: 1%;
  border-left: 12px solid #bb9b22;
  margin-bottom: 1%;
}
.divDetailsService2 ul li p{
    margin: 0;
    font-size: 1vw;
    font-family: 'poppinsmedium';
  text-align: justify;
  color: #15181b;
}
.divDetailsService2{
    margin-top: 2%;
}
.divDetailsService2 ul li p span{
  border-radius: 50%;
  color: #bb9b22;
  position: relative;
  text-align: center;
  display: inline;
  border: 1px solid #bb9b22;
  padding: 1px 5px;
  margin-right: 2%;
}
.sivPageService3{
    padding: 6% 0;
  width: 100%;
  float: left;
   background-image: url("../images/bg9.png");
 background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sivPageService3L{
    width: 30%;
  float: left;
}
.sivPageService3R{
    width: 65%;
  float: right;
}
.sivPageService3L .main-heading{
    color:#fff;
}
.sivPageService3R ul li p{
    color: #fff;
  background-image: url("../images/bg-aarow.png");
  background-repeat: no-repeat;
  background-size: auto;
  font-family: 'poppinsregular';
  font-size: 1.05vw;
  display: inline-block;
  padding-left: 5%;
  background-position: 1% center;
}
/***********************************/
.PageContact{
    padding: 4% 0;
}
.divContactL{
    width: 30%;
  float: left;
}
.divContactL .sub-heading{
    color: #747F8E;
  font-size: 1.2vw;
  text-align: justify;
  padding-bottom: 6%;
}
.divContactL a {
  font-size: 15px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin-left: calc(13px / 2);
  margin-right: calc(13px / 2);
 color: #000;
  background-color: #f5f5f5;
  position: relative;
  display: inline-block;
}
.divContactL a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  transition: transform 0.3s ease;
}
.divContactR{
    width: 60%;
  float: right;
}
#contactdiv1form input[type="text"], #contactdiv2form input[type="text"], #contactdiv4form input[type="text"] {
 border: none;
  color: #747F8E;
  box-shadow: none;
  border-radius: initial;
  padding: 0 16px;
  height: 53px;
  background-color: #f8f5e8;
  margin-bottom: 5%;
}
#idmessagelcontact textarea {
  border: none;
  color: #747F8E;
  background-color: #f8f5e8;
  box-shadow: none;
  border-radius: initial;
  padding: 0 16px;
  resize: none;
}
#contactdiv1form {
  width: 48%;
  float: left;
}
#contactdiv2form {
  width: 48%;
  float: right;
}
.map {
  width: 100%;
  float: left;
  margin-top: 4%;
  margin-bottom: 4%;
}
.cls-cot .master-icon {
  position: relative;
  line-height: 130px;
  width: 130px;
  height: 130px;
  color: #fff;
  background-color: #c6ab46;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.cls-cot .master-icon {
  font-size: 20px;
  width: 110px;
  height: 110px;
  line-height: 110px;
}
.cls-cot .text-wrap{
    text-align: center;
}
.cls-cot .text-wrap h2{
    color: #747F8E;
  font-size: 1.5vw;
  font-family: 'poppinsregular';
}
.cls-cot .text-wrap .desc{
     color: #747F8E;
  font-size: 1.5vw;
  font-family: 'poppinsregular';
}
.PageContact1{
    width: 100%;
  float: left;
  padding: 4% 0 6% 0;
}
.cls-cot{
    position: relative;
}
.cls-cot .master-icon-box::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color:#dee3e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.cls-cot .master-icon-box::last-child{
     width: 0px;
}
.divserviceL{
    width: 45%;
  float: left;
  padding-left: 7%;
}
.divserviceR{
    width: 45%;
  float: right;
}
.divserviceL .section2-right-img1-1 .master-fancy-image{
  bottom: -24%;
  width: 68%;
}
.divserviceL .master-shape{
    bottom: 193px;
  width: 310px;
}
.modal-dialog {
  max-width: 800px;
  margin: 35px auto; }

.modal .close {
  position: absolute;
  right: -32px;
  top: -32px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  text-shadow: 0;
  padding: 12px 12px; }
  .modal .close:hover {
    opacity: .8; }

.modal-body {
  padding: 5px; }

.modal-content {
  border: 0;
  border-radius: 0; }

.modal-form .modal-dialog {
  max-width: 544px; }
  @media (max-width: 767px) {
    .modal-form .modal-dialog {
      max-width: calc(100% - 20px); } }

.modal-form-sm .modal-dialog {
  max-width: 375px; }
  @media (max-width: 767px) {
    .modal-form-sm .modal-dialog {
      max-width: calc(100% - 20px); } }

.modal-form .modal-content .form-control + * {
  margin-top: 10px; }
.modal-form .modal-content textarea {
  min-height: 98px; }

.modal-form .modal-body {
  padding: 35px; }
  @media (max-width: 767px) {
    .modal-form .modal-body {
      padding: 20px; } }
  @media (max-width: 767px) {
    .modal-form .modal-body {
      padding: 8px; } }
  .modal-form .modal-body .form-group {
    margin-bottom: 0; }
  .modal-form .modal-body .popover-content {
    position: relative;
    border-color: #efefef;
    margin-top: -3px;
    border-radius: 0;
    bottom: auto !important; }

.modal-form .close {
  font-size: 30px;
  z-index: 1;
  right: 0;
  top: 0;
  color: #e8e8e8;
  transition: all 0.15s ease-out; }
.modal-backdrop {
  z-index: 1030; }

.modal.fade .modal-dialog {
  transition: opacity 0.3s ease-out;
  transform: translate(0, 0); }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-content .mfp-close {
  font-size: 0;
  width: 40px;
  top: -25px;
  right: -27px; }

.mfp-content .mfp-close:after {
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px; }

.mfp-arrow:after {
  width: 40px;
  height: 40px;
  content: '\e93d';
  text-align: center;
  font-size: 35px;
  font-family: 'hotelfont';
  line-height: 35px;
  border: 0;
  color: #fff; }

.mfp-arrow.mfp-arrow-right {
  right: 15px; }

.mfp-arrow.mfp-arrow-left:after {
  content: '\e93c'; }

.slider-gallery,
.slider-single {
  overflow: hidden; }
@media (max-width: 760px){
    .TopHeaderLeft{
        width: 100%;
    }
    .TopHeader{
        text-align: center;
  padding-top: 9%;
    }
    .header-top-holder{
        display: block;
  width: 100%;
    }
    .header-top-holder .header-top-item{
        display: block;
  width: 100%;
    }
    .header-top-holder .header-top-item{
        display: block;
  width: 100%;
    }
    .TopHeaderRight{
      width: 100%;  
    }
    .header-top-item a{
        font-size: 4vw;
    }
    .BottomHeader{
        display: block;
    }
    .site-branding{
        width: 100%;
    }
    .LogoB{
       width: 70%;
  border: 0;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #DEE3E8;
    }
    .divcall{
        width: 100%;
  padding: 5% 0;
    }
    .texts .text{
        font-size: 4vw;
    }
    .texts .phone {
        font-size: 4vw;
    }
    .DivSection1{
        margin-top: 0;
  padding: 12% 0;
  position: relative;
  width: 100%;
    }
    .DivSection1-1 i,.DivSection1-2 i,.DivSection1-3 i{
         font-size: 7vw;
    }
    .DivSection1-1 h3,.DivSection1-2 h3,.DivSection1-3 h3{
        font-size: 5vw;
    }
    .DivSection1-1 p,.DivSection1-2 p,.DivSection1-3 p{
           font-size: 4vw;
    }
    .DivSection1-2 {
  margin-bottom: 6%;
}
.DivSection1-3{
  margin-bottom: 6%;
}
    .section2-right{
        width: 100%;
    }
    .section2-left{
        margin-top: 25%;
        width: 100%; 
    }
    .pre-heading{
        font-size: 5vw;
    }
    .main-heading{
          font-size: 6vw;
    }
    .sub-heading{
         font-size: 5vw;
    }
    .txtuboutus p{
        font-size: 5vw;
    }
    .divDetailsService2 ul li p{
        font-size: 4vw;
    }
    .elementor-icon-list-text{
        font-size: 4vw;
  text-align: justify;
    }
    .footerTop{
  padding: 15% 0;
    }
    .divsection5btn a{
        width: 100%;
  font-size: 5vw;
  padding: 6% 0;
  margin-top: 6%;
    }
    .sivPageService3R ul li p{
        font-size: 5vw;
  width: 100%;
  padding-left: 11%;
  margin-top: 6%;
    }
    .section5 .main-heading{
        font-size: 12vw;
    }
    .sivPageService3L,.sivPageService3R{
        width: 100%;
    }
    .section4.aboutus .ItemStats h3{
        font-size: 10vw;
    }
    .LeftdivphilosC{
         width: 100%;
    }
    .elementor-element.elementor-element-743e659 .phone{
        font-size: 6vw;
    }
    .ItemStats h3{
        font-size: 10vw;
    }
    .Itemservice .url-wrap a{
         font-size: 5vw;
    }
    .RightdivphilosC{
        width: 100%;
  padding-top: 7%;
    }
    .RightdivphilosC h4{
        font-size: 5vw;
    }
    .section2-left .sub-heading{
        font-size: 5vw;
    }
    .RightdivphilosC h2{
         font-size: 6vw;
    }
    .RightdivphilosC p{
        font-size: 5vw;
    }
    .section2-left .elementor-widget-container p{
        font-size: 5vw;
    }
    .ItemStats h5{
        font-size: 6vw;
    }
    .section6div1 .main-heading{
        font-size: 6vw; 
    }
    .section4.aboutus .ItemStats h5{
        font-size: 6vw;
    }
    .sivPageService3{
        padding: 15% 0;
    }
    .divDetailsService2 ul li{
        width: 100%;
    margin-bottom: 5%;
    padding: 4% 3%;
    }
    .ItemStats{
        width: 100%;
        padding: 10% 0;
    }
    .master-button{
        width: 100%;
  text-align: center;
  display: ruby-base;
    }
    .elementor-element-25f776a{
        width: auto;
    }
    .elementor-element.elementor-element-25f776a .text{
           font-size: 5vw;
    }
    .elementor-element-743e659{
        width: auto;
  float: left;
  margin-bottom: 13%;
  margin-top: 9%;
    }
    .Itemservice{
        width: 100%;
    }
    .divserviceL{
        width: 100%;
    }
    .divserviceR{
        width: 100%;
        padding-top: 29%;
    }
    .divserviceL .section2-right-img1-1 .master-fancy-image{
        bottom: -44px;
    }
    .divserviceL .master-shape {
  bottom: 75px;
  width: 129px;
}
    .Itemservice h3{
        font-size: 5vw;
    }
    .Itemservice .content-wrap{
        padding: 18% 2%;
    }
    .Itemservice p{
        font-size: 4vw;
    }
    .section6div{
        display: block;
    }
    .section6div1,.section6div2,.section6div3{
        width: 100%;
    }
    .section7-div1{
        width: 100%;
    }
    .section7-div2{
        width: 100%;
  padding: 0;
  margin-top: 11%;
    }
    .section7-2 .sub-heading{
        font-size: 4vw;
    }
    .section7-3{
        display: block;
    }
    .section7-3 .headline-2{
        font-size: 4vw;
    }
    .section8-1-widget-container{
        margin: 0;
    }
    .section8-2{
          width: 100%;
    }
    .section8-2 .main-heading{
        font-size: 7vw;
    }
    .section8-2 .sub-heading{
        font-size: 5vw;
    }
    .section7-3 .desc{
        font-size: 4vw;
    }
    .section8-3 .text{
        display: ruby-base;
    }
    .footerDesc p{
        font-size: 4vw;
    }
    .footerTop1,.footerTop2,.footerTop3,.footerTop4{
        width: 100%;
    }
    .footerTop3 ul li a span,.footerTop3 ul li a i{
        font-size: 4vw;
    }
    .footerBottomL,.footerBottomR{
        width: 100%;
    }
    .image-wrap img{
        width: 80%;
    }
    .master-shape{
        width: 287px;
  right: 0;
    }
    .section2-right-img1-2{
        left: 0;
    }
    .divStatisItem
    {
        width: 100%;
  margin-bottom: 7%;
    }
    .divContactL,.divContactR{
        width: 100%;
    }
    .divContactL .sub-heading{
          font-size: 4vw;
    }
    .divContactL .master-social-icons{
        margin: 7% 0;
    }
    #titlechild ul li a{
        font-size: 4vw;
    }
    #contactdiv1form,#contactdiv2form{
        width: 100%;
    }
    #bnenvoyer1{
        margin: 11% 0;
    }
    .cls-cot .text-wrap h2{
        font-size: 6vw;
  margin-bottom: 7%;
    }
}