@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

@font-face {
    font-family: 'rajdhanibold';
    src: url('fonts/rajdhani-bold-webfont.woff2') format('woff2'),
         url('fonts/rajdhani-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rajdhanilight';
    src: url('fonts/rajdhani-light-webfont.woff2') format('woff2'),
         url('fonts/rajdhani-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}

@font-face {
    font-family: 'rajdhaniregular';
    src: url('fonts/rajdhani-regular-webfont.woff2') format('woff2'),
         url('fonts/rajdhani-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rajdhanisemibold';
    src: url('fonts/rajdhani-semibold-webfont.woff2') format('woff2'),
         url('fonts/rajdhani-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sen-boldbold';
    src: url('fonts/sen-bold-webfont.woff2') format('woff2'),
         url('fonts/sen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sen-regularregular';
    src: url('fonts/sen-regular-webfont.woff2') format('woff2'),
         url('fonts/sen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'sen-regularregular';
    font-weight: 200;
    font-size: 15px;
    line-height: 1.7;
    color:#545454;
    letter-spacing: 0.5;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-family: 'Open Sans', sans-serif;
  color: #000;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
  color: #494949;
  font-family: 'rajdhanisemibold';
  line-height: 0.9;
  margin-bottom: 5px;
  margin-top: 5px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
@media (max-width: 1300px){
    .container {
        width: 95%;
    }
}

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header =================*/
.header-info .tel {
    display: inline-block;
    margin-right: 20px;
}
.header-info .mail {
    display: inline-block;
}
.header-social {
    float: right;
}
.header-info a{
	color: #dfaa68;
}
.header-info {
    color: #dfaa68;
    text-align: right;
    float: right;
}
.header-social ul{
    list-style: none;
    text-align: right;
}
.header-social ul li {
    display: inline-block;
    padding: 0px 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding-top: 7px;
    text-align: center;
}
.header-social ul li:first-child{  
    background: #355592;
}
.header-social ul li:nth-child(2){
    background: #42bff5;
}
.header-social ul li:nth-child(3){
    background: #d32950;
}
.header-social ul li:nth-child(4){
    background: #f00605;
}
.header-social ul li a{
    color: #fff;
}
.btn-x a {
    background: #0192cb;
    padding: 10px 15px;
    color: #fff;
}
.btn-x{
    text-align: right;
    margin-top: 15px;
}
.menu {
    margin-top: 6px;
}
.header-full {
    margin-bottom: 15px;
}
.logo a img {
    width: 75px;
    margin-left: 30px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu a.mega-menu-link{
	font-family: 'Open Sans', sans-serif !important;
}
/* ====================== End Header =================== */

/* ====================== Slider =================== */
rs-layer#slider-1-slide-1-layer-0 {
    font-family: 'rajdhanisemibold' !important;
}
.hero-banner.bcrumb {
    background: #f7f6f4;
    padding-top: 25px;
    padding-bottom: 10px;
}
/* ====================== End slider =================== */

/* ====================== footer=================== */

.footer-top {
    background: #1a191e;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff26;
    color: #fff;
    text-align: center;
    font-family: 16px;
}
.xxr{
    border-left: 1px solid #ffffff26;
    border-right: 1px solid #ffffff26;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.xxr:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: -3px;
    bottom: -1px;
    background-color: #d2ae62;
    border-radius: 50%;
}
.fm-social{
    padding-top: 30px;
    padding-bottom: 30px;   
    position: relative;
}
.fm-social:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: -3px;
    bottom: -1px;
    background-color: #d2ae62;
    border-radius: 50%;
}
.fm-social.y:after{
    display: none;
}
.footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1a191e;
}
.footer-middle h3{
    text-align: left;
    color: #fff;
    padding-left: 15px;
    margin-bottom: 20px;
}
ul#menu-footer-menu {
    list-style: none;
    padding-left: 15px;
}
ul#menu-footer-menu li a{
    color: #fff;
}
.abt p{
    padding-left: 15px;
    color: #fff;
    margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.footer-top p, .footer-middle p{
	font-family: 'Open Sans', sans-serif;
} 
.map, .new-la p{
    padding-left: 15px;
    color: #fff;
}
.abt iframe {
    height: 119px;
}
.footer-bottom {
    background: #0192cb;
    padding-top: 18px;
    color: #fff;
}
.new-la input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    padding: 10px;
    border: 0;
    background: #26252a;
    width: 70%;
    float: left;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    float: left;
    margin-top: -25px;
    border: 0;
    width: 30%;
    padding: 10px;
    color: #fff;
    background: #d2ae62;
}
/* ====================== End footer=================== */

/* ====================== background_with_three_column_layout =================== */
.three_column.color {
    margin-top: -105px;
    z-index: 999;
    position: relative;
    margin-bottom: -160px;
}
.three_column{
    padding: 30px;
}
.three_column h3, .three_column p{
    color: #fff;
}
.background_with_three_column_layout {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 180px;
}
.three_column h3{
    line-height: 30px;
}
.btn-c {
    background: #292734;
    display: inline-block;
    padding: 10px 30px;
}
.btn-c a{
    color: #fff;
}
/* ====================== End background_with_three_column_layout =================== */

/* ====================== two_side_carasoul =================== */
.two_side_carasoul .title {
    text-align: center;
    margin-bottom: 50px;
}
.two_side_carasoul .title h1{
    font-family: 'sen-boldbold';
    margin-top: 5px;
}
.two_side_carasoul .small_title {
    margin-bottom: 0;
}
.border-t {
    width: 150px;
    height: 3px;
    background: #d2ae62;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.elementor-widget-wrap{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 29px 20px 0 12px;
    background-color: #d2ae62 !important;
    position: relative;
    z-index: 1;
    width: 100%;
}
.opu{
    width: 100%;
    height: auto;
    position: relative;
}
.elementor-widget-wrap:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.widget-container{
    height: 65.4%;
    position: relative;
    z-index: 1;
}
.elementor-heading-title {
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    left: 100px;
    color: #fff;
    position: absolute;
    transform-origin: left;
    bottom: 45px;
    line-height: 30px;
    letter-spacing: 1.3px;
}
.two_side .right ul {
    padding-left: 0;
    list-style: none;
}
.two_side .right{
    margin-top: 0px;
}
.two_side .right h1{
    margin-bottom: 30px;
}
.two_side .right ul{
    margin-top: 20px;
}
.two_side .right ul li i{
    color: #d2ae62;
}
.two_side .right ul li{
    margin-bottom: 8px;
}
.two_side_carasoul{
    margin-bottom: 80px;
}
.left-full {
    position: relative;
}
/* ====================== two_side_carasoul =================== */

/* ====================== services_section =================== */
.services_box {
    background: #292734;
    margin: 10px;
    padding: 20px;
    min-height: 280px;
}
.services_box i{
    font-size: 32px;
    margin-bottom: 15px;
    color: #d2ae62;
}
.services_box h3, .services_box p{
    color: #fff;
}
.services_box a{
    color: #d2ae62;
}
.white-box {
    min-height: 280px;
    padding: 50px 22px;
    margin-top: 11px;
}
.white-box a{
    background: #d2ae62;
    color: #fff;
    padding: 10px 15px;
}
.white-box h1{
    margin-bottom: 20px;
    line-height: 36px;
}
.services_section .title h1 {
    color: #fff;
    font-family: 'sen-boldbold';
}
.title-border {
    width: 75px;
    height: 3px;
    background: #fff;
}
.services_section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: top;
    position: relative;
}
.services_section .title{
    margin-bottom: 30px;
}
.services_section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000a8;
}
.services_page .services_box {
    background: transparent;
    margin: 10px;
    padding: 20px;
    border: 1px solid #292734;
	min-height: 280px;
}
.services_page h3, .services_page p{
    color: #000;
}
.services_page p{
   font-family: 'Open Sans', sans-serif;
}

.services_page .title{
    text-align: center;
}
.services_page .title-border {
    background: #d2ae62;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}
.services_page {
    margin-top: 80px;
    margin-bottom: 80px;
}
.title-sin {
    margin-top: 20px;
    margin-bottom: 30px;
}
.list_section .small_title {
    color: #8e99ad;
    font-size: 15px;
}
.list_section{
    text-align: center;
    margin-bottom: 50px;
}
.post-single-services {
    margin-top: 50px;
    margin-bottom: 50px;
}
.post-single-services p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}
.right-sin .services_box {
    margin: 0px;
    margin-bottom: 15px;
}
.list_section i {
    font-size: 32px;
    margin-bottom: 15px;
}
/* ====================== end services_section =================== */

/* ====================== two_column_layout  =================== */
.two_column_layout {
    margin-top: 120px;
    margin-bottom: 120px;
}
.two_column_layout .right {
    margin-top: 0px;
}
.two_column_layout .small_title {
    color: #d2ae62;
    margin-bottom: 0;
}
.two_column_layout .title-border {
    background: #000;
    margin-bottom: 20px;
    margin-top: 15px;
}
.two_column_layout p, .two_side .right p, .services_box p{
	font-family: 'Open Sans', sans-serif !important;
	text-align:justify;
}
.three_column p, p.testi-intro, .background_width_video_section p, .three_column_layout p, .plain_text_layout p{
	font-family: 'Open Sans', sans-serif !important;
}
.three_column.color p {
    text-align: justify;
}
/* ====================== end two_column_layout  =================== */

/* ====================== background_width_video_section  =================== */

.background_width_video_section {
    padding-top: 200px;
    padding-bottom: 250;
    text-align: center;
    background-size: cover;
}
.background_width_video_section .icon {
    font-size: 72px;
    margin-bottom: 25px;
    color: #fff;
}
.background_width_video_section h1 {
    font-size: 48px;
    color: #fff;
}
.background_width_video_section p{
    color: #fff;
}
/* ====================== end background_width_video_section  =================== */

/* ====================== testimonial_layout  =================== */
.testimonials-box-top {
    position: relative;
    padding: 30px 30px 20px;
    box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
    margin-top: 28px;
}
.testimonials-box {
    margin: 20px;
}
.testimonials-box-bottom .left-box{
    float: left;
    margin-right: 15px;
}
.testimonials-box-bottom .left-box img {
    width: 70px;
    border-radius: 100%;
}
.testimonials-box-bottom .right-box {
    float: left;
    margin-top: 12px;
}
.testimonials-box-bottom{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.star {
    color: #ea8b1d;
    margin-bottom: 5px;
}
.try {
    background: #d2ae62;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-top: 12px;
    position: absolute;
    top: -18px;
    right: 20px;
    font-style: italic;
}
.testimonials-box-top{
    position: relative;
}
p.testi-intro {
    padding-left: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.test-main-left {
    height: 475px;
    padding-left: 0;
}
.testi-section {
    position: relative;
    margin-top: -12%;
    background: #fff;
}
.test-main-left .left-box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 100px 35px;
}
.test-main-left .left-box h1, .test-main-left .left-box .small_title{
    color: #fff;
}
.test-main-left .left-box h1{
    font-family: 'sen-boldbold';
}
.test-main-left .left-box a {
    background: #fff;
    padding: 10px 40px;
    margin-top: 30px;
    display: inline-block;
}
.testimonial_layout{
    position: relative;
    margin-bottom: 120p;
}
.overlay-white {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
    top: -137px;
    z-index: 0;
    right: 0;
}
/* ====================== end testimonial_layout  =================== */

/* ====================== Contact  =================== */
.contact-us-left {
    background: #efefef;
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.contact-us-left .title-border {
    width: 75px;
    height: 3px;
    background: #000;
    margin-top: 15px;
    margin-bottom: 20px;
}
.contact-us-left input, .contact-us-left textarea {
    width: 100%;
    border: 0;
    padding: 10px;
}
label {
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
    width: 100%;
}
.contact-us-left input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 15px;
}
.contact-top{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-us-right {
    background: #181a1d;
    width: 100%;
    padding: 30px;
    display: inline-block;
    min-height: 762px;
}
.contact-us-right h1, .contact-us-right p{
    color: #fff;
}
.contact-us-right p{
    margin-bottom: 30px;
    margin-top: 20px;
}
.info-con {
    margin-bottom: 20px;
    color: #fff;
}
.info-con h4{
    color: #d2ae62;
}
.contact-us-right .header-social {
    float: left;
    margin-top: 10px;
}
.contact-us-right .header-social ul{
    padding-left: 0;
}
/* ====================== end contact =================== */

/* ====================== three_column_layout =================== */
.three_column_layout {
    padding-top: 80px;
    padding-bottom: 80px;
}
.three_column_layout h3, .three_column_layout p{
    color: #fff;
}
.three_column_layout h3{
    margin-bottom: 15px;
    margin-top: 15px;
}
.plain_text_layout {
    margin-top: 60px;
    margin-bottom: 60px;
}
.plain_text_layout .title-border {
    background: #d2ae62;
    margin-bottom: 30px;
    margin-top: 15px;
}
/* ====================== end three_column_layout =================== */

/* ====================== team_layout =================== */
.team_layout .title-border {
    background: #d2ae62;
    margin-bottom: 30px;
    margin-top: 15px;
}
.team-box {
    text-align: center;
}
.team-box img{
    margin-bottom: 10px;
}
.team_layout {
    margin-bottom: 80px;
}
/* ====================== end team_layout =================== */

.post-section{
    margin-top: 80px;
    margin-bottom: 80px;
}
.post-section .post-inner-ty h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.normal-templete{
	margin-top:50px;
	margin-bottom:50px;
}
.normal-templete input, .normal-templete, textarea {
    width: 100%;
    padding: 10px;
}
.normal-templete input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 15px;
}
.testimonials-box-top p{
	text-align:justify
}
@media(max-width:1560px){
	.widget-container {
		height: 85.3%;
	}
	.elementor-heading-title {
		bottom: -13px;
	}
	.two_side .right {
		margin-top: 0px;
	}
	.white-box {
		height: 255px;
	}
	.overlay-white {
		top: -133px;
	}
	.page-id-67 .services_page .services_box {
		min-height: 270px;
	}
}
@media(max-width:1366px){
	.services_box, .white-box {
		min-height: 330px;
	}
	.overlay-white {
		top: -103px;
	}
	.widget-container {
		height: 78.3%;
	}
}
@media(max-width:1200px){
	.three_column {
		padding: 20px;
	}
	.services_box h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.three_column.color {
		margin-top: 0px;
		z-index: 999;
		position: relative;
		margin-bottom: 0px;
	}
}
@media(max-width:1024px){
	.two_column_layout .right {
		margin-top: 30px;
	}
	.three_column.color {
		margin-top: 5px;
		margin-bottom: 0px;
   }
	.elementor-heading-title {
		transform: unset;
		white-space: unset;
		left: 0px;
		position: relative;
		transform-origin: left;
		bottom:15px;
	}
	.widget-container {
		height: auto;
	}
	.two_side_carasoul img {
		display: none;
	}
	.two_side .right {
		margin-top: 30px;
	}
	.services_box, .white-box {
		min-height: auto;
	}
	.white-box {
		height: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	.test-main-left {
		height: 300px;
		padding-left: 0;
	}
	.abt {
		margin-bottom: 30px;
	}
	ul#menu-footer-menu {
		padding-left: 0px;
		margin-bottom: 30;
	}
	.footer-middle .rv h3 {
		padding-left: 0;
	}
	.background_with_three_column_layout {
		margin-bottom: 50px;
	}
}
@media(max-width:767px){
	.header-full .top {
		display: none;
	}
	.logo {
		padding: 0;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle {
		margin-top: -69px;
	}
	ul#mega-menu-Primary-Menu {
		margin-top: 30px !important;
	}
	.header-top .container {
		width: 100%;
		padding:0;
	}
	.header-top .btn-x a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.header-top .btn-x {
		margin-top: 34px;
	}
	.menu, .two_column, .two_column-i, .two_column-y {
		padding: 0;
	}
	.header-full {
		margin-bottom: 0;
	}
	.two_column_layout {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.two_side_carasoul .title h1 {
		font-size: 24px;
	}
	.elementor-heading-title {
		font-size: 18px;
	}
	.two_side_carasoul {
		margin-bottom: 30px;
	}
	.services_box {
		margin: 0 0 15px 0;
	}
	.background_width_video_section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.overlay-white {
		display: none;
	}
	.testi-section {
		margin-top: 9%;
	}
	.test-main-left {
		height: 365px;
	}
	p.testi-intro {
		padding-left: 0;
	}
	.fm-social {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.xxr {
		border-left: 0;
		border-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	.xxr:after{
		display:none;
	}
	.page-id-67 .services_page .services_box {
		margin-bottom: 30px;
	}
	.contact-top {
		padding: 0;
	}
	.contact-us-right {
		min-height: auto;
	}
	.logo {
		display: inline-block;
		z-index: 999;
	}
}