/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
:root {
    --main-color: #FF7110;
    --sec-color: #FF7110;  
    --black-color: #000000;
    --white-color: #ffffff;
}
* {
    box-sizing: border-box;
    font-family: 'taleeq';
    transition:all 0.3s ease-in-out;
}
html {
    font-size:1rem
}
body {
    font-family: 'taleeq';
    font-style: normal; 
    background:#FAF9F9;
    color:#000000;
}
body.home{
    
}
.whatslink {
    position: fixed;
    right: 14%;
    top: 65%;
    z-index: 99999;
    display:none;
}
.whatslink svg{
    width:50px
}
html .ls-direction-fix, body .ls-direction-fix, #ls-global .ls-direction-fix {
    direction: ltr !important
}
.ltr{
  direction:rtl;
  display:inline-block;
}
.custom__container{
  width:100%;
  padding-left:8rem;
  padding-right:8rem;
}
.footer_container{
     width:100%; 
}
.gradiant_bk{
    background: rgb(95,114,114);
    background: linear-gradient(0deg, rgba(95,114,114,1) 100%, rgba(16,45,44,1) 100%);
}
.main_bk{
    background:var(--main-color);
}
.sec_bk{
    background:var(--sec-color);
}
.sec_color{
    color:var(--sec-color);
} 
.heading1{
    font-weight:bold;
    font-size:5rem;
}
.heading2{
    font-weight:bold;
    font-size:3rem;
}
.heading3{
    font-weight:bold;
    font-size:2.75rem;
}
.heading4{
    font-weight:bold;
    font-size:2.5rem;
}
.heading5{
    font-weight:bold;
    font-size:1.8rem;
     line-height: 1.5;
}
.heading5_2{
   
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5;
}
.heading6{
    font-weight:bold;
    font-size:1.2rem;
}
.medium1{
    font-weight:500;
    font-size:2rem;
}
.medium2{
    font-weight:500;
    font-size:1.5rem;
} 
.text1{
    font-weight:400;
    font-size:1.2rem;
}
.text2{
    font-weight:400;
    font-size: 1.3rem;;
}
.text5{
    font-weight:400;
    font-size:1rem;
}
.text3{
    font-weight:400;
    font-size:1.8rem;
}
.text4{
    font-weight:400;
    font-size:0.75rem;
}
.text6{
    font-weight:400;
    font-size:1.5rem;
}
.text7{
    font-weight:400;
    font-size:2rem;
}
a {
    text-decoration: none;
    display:inline-flex;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn {
    display:inline-flex;
    gap:2rem;
    background: #FF7110;
    color: #000000;
    font-size: 1.2rem;
    font-weight:bold;
    padding: 1.2rem 2rem;
    box-shadow: none;
    border: none; 
    border-radius: 1.2rem;
    transition: all 0.5s ease-in-out
}
.btn.btn-flip{
	opacity: 1;
	outline: 0;
	display:inline-block; 
	background: #000000;
	color: #fff;
	padding: 0 !important;
	font-size: 1.2rem;
	font-weight:bold;
	padding: 1.2rem 2rem;
	box-shadow: none;
	border: none;
	border-radius: 1.2rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.btn-flip:after{
	top: 0;
		right: 0;
		opacity: 1;
		 text-align:left;
		transition: 0.5s; display:inline-block; 
    background: url('../images/arr-btn-en.png') no-repeat 85% center, #FFB786;
    color: #000000;
    font-size: 1.2rem;
    font-weight:bold;
    padding: 1.2rem 5rem  1.2rem 2rem;
    box-shadow: none;
    border: none; 
    border-radius: 1.2rem;
		position: relative; 
    content: attr(data-back);
		transform: translateY(50%) rotateX(90deg);
	}
.btn-flip:before{ 
    	top: 0;
    	right: 0;
    	opacity: 1;
    	width: 100%;
    	display:inline-block; 
    	background: url('../images/arr-btn-en.png') no-repeat 85% center, var(--sec-color);
    	background-size: 1.1rem;
    	color: #000000;
    	font-size: 1.2rem;
    	font-weight:bold;
    	padding: 1.2rem 5rem 1.2rem 1.5rem;
    	text-align:left;
    	box-shadow: none;
    	border: none;
    	border-radius: 1.2rem;
    	transition: 0.5s;
    	position: absolute;
    	content: attr(data-back);
    	transform: translateY(0) rotateX(0);
 } 

.btn-flip:hover:after{
			opacity: 1;
			transform: translateY(0) rotateX(0);
		}
		
.btn-flip:hover:before{
			opacity: 0;
			transform: translateY(-50%) rotateX(90deg);
		}	
		.partners  .btn-flip{
		    background:var(--sec-color);
		}
.partners  .btn-flip:after{
    background: url('../images/arr2-btn-en.png') no-repeat 85% center, #FBF1EC;
    	color:var(--sec-color);
    	border:1px solid var(--sec-color);
    background-size: 1.1rem;
}		
.partners  .btn-flip:before{
    	background: url('../images/arr2-btn-en.png') no-repeat 85% center, #FBF1EC;
    	color:var(--sec-color);
    	border:1px solid var(--sec-color);
    background-size: 1.1rem;
}	
header .btn{
    background:#CCCCCC;
    margin-right:2rem;
}
.white-btn {
    display:inline-block;  
    color: var(--white-color);
}
.sec-btn{
    color:#000;
    background: var(--sec-color);
}
.btn:hover {
    color: var(--sec-color); 
}
.sevs_btn{
    background: var(--sec-color);
    color: var(--black-color);
    border-radius:10px;
    padding:0.7rem 2rem;
}
.btn svg { 
}
.btn svg path {
    transition: all 0.5s ease-in-out
}
.btn:hover svg path{
    fill:var(--sec-color);
}
/******LOAING**********/
.loading_screen {
    position:fixed;
    width:100%;
    height:100%;
    background: #fff;
    z-index: 99999999999;
}
.loading_screen img {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
}
.spinner {
  margin: 30% auto;
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--main-color);
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/**********************FORMS***********************/
.ginput_preview{
    text-align: center !important; 
    padding-bottom: 1rem;
}
.gform_heading {
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.gform_wrapper h3.gform_title {
    font-size: 2rem !important;
    padding: 19px 0;
}
body   .gform_wrapper h3.gform_title {
    color: #000;
    font-weight:400;
    font-size: 5rem !important;
}
.gform_heading .gform_description {
    margin-bottom:7rem
}
.gform_wrapper {
    padding:0 3rem
}
.gform_wrapper li {
    position: relative
}
.gform_wrapper li .gfield_description {
    /*position: absolute;*/
    width: auto;
    z-index: 999;
    font-size: 1.6rem;
    right: 59px;
    top: 0;
}
.gform_wrapper li .gfield_validation_message{
    position: relative ;
    right: 0;
    top: 0;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%; 
}
 body   .contact-page .gform_wrapper input[type=submit],.contact-page .gform_footer .btn {
    width: 49% !important;
}
.gform_legacy_markup_wrapper textarea.large {
    height: 170px !important;
    
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li label{
   color: #000000;
    font-size: 1.2rem;
    font-weight: normal;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
   /** margin-left:0px !important; **/
}
html   .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
    padding-right:0px !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li {
    padding-bottom: 1rem !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li:last-child{
    width:100%;
    margin-right:0 !important;padding-bottom: 0rem !important;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li.padd_left{
    padding-right:1rem !important;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select,.gform_wrapper .gfield .iti.iti--allow-dropdown input {
    color: #000000;
    background: #FFFFFF !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #000000 !important;
    border-radius: 1rem !important;
    outline: none;
    padding: 1rem 2rem 1rem 2rem !important;
    margin:  0;
    font-weight: 400; 
    font-size: 1rem !important;
    line-height:2.2 !important;
    height:4rem !important;
}
.gform_wrapper li select{
    padding: 1rem 2rem 1rem 2rem !important;
}
.gform_wrapper li input::placeholder,
.gform_wrapper li textarea::placeholder{
  font-size:1rem !important;
  color:#000000;
}
.gform_wrapper li select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.gform_wrapper li .ginput_container_select {
    position: relative;
}
.gform_wrapper li .ginput_container_select:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-bottom2.png) center no-repeat;
    background-size:100%;
    width: 0.7rem;
    height: 1rem;
    top: 35%;
    right: 10px;
    z-index: 9999;
}
.gform_wrapper li input:placeholder ,
.gform_wrapper li select:placeholder {
    font-size: 1rem !important;
    line-height: 2;
    color: #000000 !important;
}
html   .gform_legacy_markup_wrapper input[type=text]::placeholder,html   .gform_legacy_markup_wrapper textarea::placeholder{ 
     color:#8B8B8B; 
 }
.gfield .iti.iti--allow-dropdown input{
    border:none !important;
}
body   .gform_wrapper input[type=submit],
.gform_footer .btn {
    border-radius: 1rem !important;
    background: url('../images/arr-btn-en.png') no-repeat 95% center,#FF7110;
    border-color: transparent;
    color: #000;
    display: flex;
    font-size: 1.1rem !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    justify-content: center;
    font-weight: bold; 
    padding: 0.8rem 2rem !important;
    margin-top: 0rem !important;
}
.ginput_container_fileupload{
    background: url('../images/upload.png') no-repeat 95% center,#fff;
    border:1px solid #000000 !important;
    border-radius: 1rem !important;
}
.gform_legacy_markup_wrapper input[type=file],.gform_legacy_markup_wrapper .field_description_below .gfield_description.gform_fileupload_rules{
    font-size:0 !important; 
    padding:0;
    opacity:0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container{
    margin:0 !important;
    padding:0 !important;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description{
     color: #000000;
    background: transparent !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 1rem;
    outline: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 400;
    font-size: 1rem !important;
    
    margin-top: 0;
    position: absolute;
    top: 35%;
    left: 8%;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description.gfield_validation_message{
    margin:0;
    color:red;
    font-size: 0.8rem !important;
}
.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:last-child {
    max-width: 100% !important;
}  
.iti--separate-dial-code .iti__selected-flag
{
    background: transparent !important;
}
.gform_legacy_markup_wrapper .gform_footer { 
    margin: 0;
    padding: 0;
}
.gform_legacy_markup_wrapper { 
}
body   .gform_wrapper input[type=submit]:hover,
.gform_footer .btn:hover {
    color: #BFA751;
}
.gform_wrapper .payment_method label {
    color: #134D94;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    margin-right: 1rem;
}
.gform_wrapper .payment_method {
    display: flex;
    align-items: center;
}
.gfield_required {
    display: none;
}
.gform_wrapper .payment_method .ginput_container_radio {
    margin: 0 !important;
}
.gform_wrapper .payment_method ul {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li {
    display: flex;
    align-items: center;
}
.gform_wrapper .payment_method ul li input[type=radio] {
    position: absolute;
    display: none;
}
.gform_wrapper .payment_method ul li label {
    color: #fff;
    background: #666666;
    height: 5rem;
    width: 8.5rem !important;
    margin: 1rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out
}
.gform_wrapper .payment_method ul li input[type=radio]:checked + label {
    background: #000
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder{
    color: #000;
    font-size:1.7rem;
    line-height: 1.4;
}
input[type=submit]{
    width:auto !important;
    border: 1px solid #222222;
    background: #222222;
    border-radius: 1rem !important;
    padding: 1.5rem 9.7rem!important;
    font-size: 2.2rem !important;
    box-shadow:none;
    width:100%;
    border-radius: 5px;
    transition:all 0.5s ease-in-out;
    color:#fff;
    font-weight: 700;
}
footer .gform_confirmation_wrapper  {
    font-size:1.6rem;
    text-align:left
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; 
}
.select2-results__option {
    margin: 7px 0 7px 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #A1040D;
    color:#fff !important;
}
.select2-dropdown {
    border-radius: 10px;
    background: #ffffff;
    padding: 9px 9px 18px 9px;
    border-color: transparent;
}
 body   .gform_legacy_markup_wrapper  .gform_confirmation_message{
     text-align:center !important;
 }
.gform_confirmation_message{
    font-size:1rem;
    color:#005629;
    padding:10px 0;
}
   .iti--allow-dropdown .iti__flag-container,    .iti--separate-dial-code .iti__flag-container {
    right: 0 !important;
    left: auto !important;
}
#gform-modal-notification {
    font-size: 2rem;
}

.contact-page .gform_legacy_markup_wrapper div.validation_error {
    background: #790000;
}
.contact-page .gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #fff;
    padding: 0;
    font-size: 0.9rem;
    padding: 0 1rem;
    font-weight: 400;
}
.contact-page .gform_legacy_markup_wrapper .gform_validation_errors>h2:before{
    margin:0;
}

/********************COMMENTS*********************/
#comments {
    margin-bottom:6rem
}
.comment-reply-title ,
.comments-header {
    color:#444;
    font-size:2.1rem;
    margin: 1.5rem 0;
}
#comments .text-warning {
    padding:0;
    color:#9c9c9c !important
}
#comments textarea , #comments input {
    background: #fff;
    border: 1px solid #b3aeae;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 15px;
}
#comments textarea::-webkit-input-placeholder, #comments input::-webkit-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-moz-placeholder, #comments input::-moz-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea:-ms-input-placeholder, #comments input:-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::-ms-input-placeholder, #comments input::-ms-input-placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments textarea::placeholder , #comments input::placeholder {
    color:#6e6e6e;
    font-size:18px;
    font-weight:300
}
#comments .input-group {
    width: 100%;
}

#comments .input-group-addon {
    display: none;
}

#comments input[type=submit] , .logged-in-as a {
    padding: 1rem 1.5rem;
    background: #89c144;
    border: 1px solid #89c144;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    margin: 25px 0;
    display: block;
    border-radius:0;
    font-size: 1.2rem;
}
.logged-in-as a {
    display:inline-block;
    margin:0
}
#comments input[type=submit]:hover , .logged-in-as a:hover ,
.logged-in-as a:focus ,
.logged-in-as a:active {
    background: transparent;
    color: #89c144;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-color: #89c144;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.commentlist {
    padding-right: 0;
    margin-bottom: 35px;
}
.commentlist .comment-edit-link {
    display: none;
}
.commentlist h3 a {
    margin: 0;
    color: #000 !important;
}

.commentlist h3 {
    margin: 0;
}

.commentlist li {
    border-bottom: none;
    background: #ffffff;
    border-radius: 25px;
}
.commentlist .children li {
    border: none !important;
}
.commentlist li .comment-body {
    border: none;
    padding: 4rem 2.5rem;
    background: #e1e1e1;
    border-radius: 0 !important;
    overflow: hidden;
    margin: 4rem 0;
    display: block;
}
.commentlist .children li.comment > div[id*=comment-] {
    background: #ECF5FC;
}
.commentlist > li .comment-author {
    display: block;
    font-size: 0
}

.commentlist > li .comment-author cite {
    font-size: 20px;
    float: left;
    position: relative;
    left: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
}

.commentlist > li .photo {
    float: left;
    width: 74px !important;
    height: 74px !important;
    margin: 0;
    border-radius: 50%;
}

.commentlist > li .comment-meta {
    font-size: 0;
}

.commentlist > li .comment-body p {
    color: #787A95 !important;
    font-size: 16px !important;
    width: 91%;
    position: relative;
    right: 21px;
    /* text-align: right; */
    float: right;
    line-height: 30px;
}

.commentlist .children li .comment-body p {
    width: 90%;
}

.commentlist .children li .comment-body .reply {
    right: 90% !important;
}

.commentlist .reply , .commentlist .comment-reply-title a {
    position: absolute !important;
    left: 86% !important;
    bottom: 0% !important;
    width: auto;
    border-radius: 0;
}

.commentlist .reply a , .commentlist .comment-reply-title a {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    border: 2px solid #89c144;
    border-radius: 0;
    /* width: 100%; */
    margin: 0 0 11px 0;
    padding: 5px 20px 8px 20px;
    line-height: 1;
    background: #89c144;
}

.commentlist .comment-reply-title a {
    width: 100px;
    text-align: center;
    color: #000 !important;
    right: 85% !important;
    bottom: 46% !important;
    display: none;
}
/*************************WIDGETS***************/
.widget-area{
  margin:10px 0;
}
.widget-area .widget_search input{
  border-right: none;
  padding: 16px;
}
.widget-area .widget_search input:focus{
  outline:none;
  box-shadow:none;
  border-color:#ccc;
}
.widget-area .widget_search span{
  border:1px solid #cccbcb;
  border-left: none;
  padding: 4px 10px;
}
.widget-area .widget_search span button{
  font-size:10px;
  color:#b4afaf;
  box-shadow:none;
  border:none;
  background:transparent;
  padding: 4px;
}
.widget-area .widget_search{
  padding-bottom:22px;
  border-bottom:1px solid #ccc;
}
.widget-area .widget_categories .widget-title{
  border:none;
  text-transform:uppercase;
}
.widget-area .widget_categories .widget-title:before{
  display:none;
}
.widget-area .widget_categories li a{
  color:#000;
  font-size:17px;
}
.widget-area .widget_categories{
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.widget-area .widget_recent_entries .widget-title{
  border:none;
}
.widget-area .widget_recent_entries .widget-title:before{
  display:none;
}
.widget-area .widget_recent_entries img{
  border:none;
  border-radius:50px;
  max-width: 147px !important;
  max-height: 124px !important;
  margin-right: 17px;
}
.widget-area .widget_recent_entries li{
  margin:20px 0;
  align-items: center;
  color: #000;
}
.widget-area .widget_recent_entries li a{
  color:#000;
  font-size:15px;
} 
/****************************************/


/**** Header****/
.caret {
    display: none;
}
header{
    background:#FFFFFF;
}
header.fixed-header { 
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s ease-in-out;
    animation: fade 3s;
}
header .menu {
    position:relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    justify-content: center!important;
}
header  .menu li {
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    display:-webkit-box;
    display:-ms-flexbox;
    display: inline-block;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
header  .menu li a {
    display:inline-flex;
    color: var(--black-color);
    font-weight:bold;
    font-size: 1rem;
    padding: 0 1rem;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    position:relative;
}
header  .menu li a:hover {
    color: var(--sec-color); 
}
header  .menu li a:after{
    content:'';
    position:absolute;
    height:4px;
    width:15px;
    background:#927F2D;
    bottom:-12px;
    right:40%;
    border-radius:25px;
    transform:scaleX(0);
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
header  .menu li a:hover:after{
    /*transform:scaleX(1);*/
}
header li .menu li a {
    color: #000000;
    padding: 0 1rem;
    background: transparent;
    font-size: 1rem;
    font-weight: bold; 
    line-height: 2.5;
    border: none;
}
header .menu li a.dropdown-toggle{
    padding-left:2rem;
}
header .menu li.dropdown > a:before {
    content: "";
    position: absolute;
    background: url(../images/caret.svg) no-repeat bottom center;
    background-size:1rem;
    width: 1.8rem;
    height: 2rem;
    left: 0;
    top:0px;
}
header .menu li.dropdown a:after {
    display:none;
}
header .menu li.dropdown:hover .dropdown-menu {
    display:block;
    position:absolute
}
header .menu .dropdown-menu {
    border-radius: 0;
    margin-top: 8px;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.09); 
    width: 185px !important;
    left: 8px !important;
    top: 20px;
    background: #fff; 
    padding: 0rem;
}
header .menu .dropdown-menu li {
    margin:0;
    width: 100%;
    padding:   1rem;
    border-bottom: 1px solid #D6D6D6;
}
header .menu .dropdown-menu li:last-of-type {
    border-bottom: 0;
}
header .menu .dropdown-menu li:hover a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    color: #000;
}
header .menu .dropdown-menu li a {
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    background:transparent;
    color: #000;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0;
}
header  .menu li.dropdown:hover a {
    background:transparent;
}
header .menu .dropdown-menu:hover a {
    background:transparent !important; 
}
header .menu li:hover > a { 
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover ,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:transparent;
}
.menu__wraper .dropdown-menu {
    position:relative !important;
    transform: unset !important;
    width: 100%;
    padding: 0 2rem;
    border: none;
}
.btn-menu{
 padding:0;   
 border:none;
 background:Transparent;
 border-radius:0;
}
.btn-menu svg{
    max-width:2rem;
    max-height:2rem;
}
.header__logo img{
    max-width: 20rem;
}
header{  
}
.social ul{
    margin:0;
}
.social ul a svg path{
    transition:all 0.3s ease-in-out;
}
.social ul a:hover svg path{
    fill:var(--sec-color);
}
.social svg{
  max-width:2rem;
  max-height:1.5rem;
}
.social .list-inline-item:last-child{
        margin-left: 0.5rem;
}
html body .ls-container.ls-wp-container, #ls-global .ls-container.ls-wp-container{
    
}
header .wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
} 
.btn--search.btn{
    padding:0;
    border:none;
    background:transparent;
} 
.wpml-ls-legacy-list-horizontal a{ 
    font-size:1rem;
     color:#000000;
    background:url('../images/globe.png') no-repeat right center;
    background-size:1.35rem;
     font-family:'Taleeq';
    font-weight:400;
    padding-right:1.7rem;
    padding-top:1rem;
    padding-bottom:1rem;
    transition:all .3s ease-in-out;
} 
.wpml-ls-legacy-list-horizontal a:hover{
    color:var(--sec-color);
}
.menu_header {
    padding: 1rem 0;
    border-bottom: 5px solid #000000;
}
.colored{
    color:var(--sec-color);
}
.colored svg path{
    stroke:var(--sec-color);
}
/**********Home*************/
.home{
    position:relative;
} 
.main-slider {
    position:Relative;
    border-radius: 0;
    overflow: hidden !important;
}

.ls-slide-backgrounds:after{
    content:'';
    position:absolute;
    left:2rem;
    right:2rem;
    bottom: 0;
    height: 2.5rem;
    background:#FAF9F9;
    border-radius:1.5rem 1.5rem 0 0;
    z-index:11;
}
.main-slider .ls-bottom-slidebuttons {
    position: absolute !important;
    left:2rem;
    display:flex !important;
    flex-direction:column;
    bottom: 1rem;
    height: auto !important;
}
.main-slider .ls-bottom-slidebuttons a{
    display:inline-block !important;
    background:
    transparent !important;
    border-color:#fff !important;
    width: 10px !important;
    height: 10px !important;
    margin: 5px 0 !important;
    border:2px solid var(--main-color) !important;
    border-radius:50% !important;
    transition:
    all .5s !important;
}
.main-slider .ls-bottom-slidebuttons a.ls-nav-active,
.main-slider  .ls-bottom-slidebuttons a:hover{
    transition:all .5s !important;
    background-color:var(--main-color) !important;
    border-color:var(--main-color) !important;
}
.ls-nav-prev {
    background: url(../images/Up.png) no-repeat center  !important;    background-size: 100% 100% !important;

    transition: all 0.6s ease-in-out !important;
    right: 8% !important;
    width: 3.5rem !important;
    height: 1rem !important;
    top: auto !important;
    bottom: 20% !important; 
    border: none !important;
    border-radius: 2.5rem;
}
.ls-nav-next {
    background:url(../images/Up.png) no-repeat center !important;    background-size: 100% 100% !important;

    width:3.5rem !important;
    height:1rem !important; 
    right: 12% !important;
     top: auto !important;
    bottom: 20% !important;
    transition: all 0.6s ease-in-out !important;
    border: none !important;
    border-radius: 2.5rem;
    transform: rotate(180deg);
}
/*****************Breacrumb************/
#breadcrumbs{
   margin:0;
    color:#FF7110;
    padding: 1rem 0;
  border-radius:0 ;
  border:2px solid #FAF1EB;
  background:#FAF1EB !important;
  
}
#breadcrumbs .home--icon{
    margin-right:1rem;
}
#breadcrumbs a{
  position:relative;
  color:#9F9F9F;
    padding-right: 1rem;
    display: inline-flex !important;
}
#breadcrumbs a:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    color:#9F9F9F;
    font-size:1rem;
    /*border-left: 2px solid #000;*/
    /*border-bottom: 2px solid #000;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
}
#breadcrumbs a:first-child:after{
    top: 6px;
}
/**********pager**************/
.post-nav {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.post-nav .pager {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    border: none;
    border-radius: 0;
    padding: 0;
    width: fit-content;
    height: auto;
    margin:0;
}
.post-nav .pager li .arr span {
    padding: 0;
     transform: rotate(180deg);
}
.post-nav .pager li.previous,.post-nav .pager li.next{
   display:none !important;
}
.post-nav .pager li .arr.prev svg {
    transform: rotate(180deg)
}
.post-nav .pager li  svg{
    max-width:10px;
    max-height:20px;
}
.post-nav .pager li > span ,
.post-nav .pager li a {
    padding: 0;
    margin: 0; 
     color:#000000;
     font-size:1.3rem;
     font-weight:bold;
    background:#fff !important;
    border:1px solid #CBCBCB;
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0.5rem;
}
.post-nav .pager li > span.active{
     background:#FF7110 !important;
    border:1px solid #FF7110;
    color:#fff;
}

/******************pages****************/

/***********About***********/
.about{
    padding:5.5rem 0;
}
.left-about .nav-tabs li {
    width: 100%;
}
.left-about .nav-tabs  li .image{
    width:2rem;
    height:2rem;
    border:1px solid #C5C5C5;
    border-radius:50%;
    padding:0.5rem;
}
.left-about .nav-tabs .nav-link{
    display:flex;
    width: 100%;
    justify-content:space-between;
    align-items: center;
    background:#FFFFFF;
    border-radius:2rem;
    padding:1.5rem 2.5rem;
    color:#707070;
    font-size:2rem;
    font-weight:300;
}
.left-about .nav-tabs .nav-link svg,.btn_link svg,.why_sec .nav-tabs .nav-item button svg{
    
    transform: rotate(90deg);
}
.left-about .nav-tabs .nav-link#tab-about{
    flex-direction:column;
    align-items: flex-start;
    text-align:left;
}
.left-about .nav-tabs .nav-link#tab-about span{
    color:#FF7110;
}
.about .nav-tabs{
    border:none;
    display:Flex;
    flex-direction:column;
    gap:2rem;
}
.about .nav-tabs .nav-item.show .nav-link,.about  .nav-tabs .nav-link.active{
   font-weight:bold; 
   border:none;
}
.about .about__content{
    background:#fff;
    border-radius:2.5rem;
    padding:2rem 1rem; 
    height: 100%;
}
.about .about__content .about__title-content{
    padding-right:2rem;
}
.about p.text2{
    color:#616161;
    border-top:1px solid #EDEDED;
    padding-top:2rem;
    margin-top:2rem;
}
.about .heading4{
    
    padding-right: 5rem;
}
.about .text2 h2{
    color:var(--sec-color);
}
.about .tab-content ,.about .tab-content>.tab-pane{
    height: 100%;
}
.about .about__content .image,.about .about__content .about__title-content {
    max-width:50%;
}
.about .about__content .image video {
    background:#ECECEC;
    border-radius:2rem;
}
.btn_link{
    color:#000000;
    display:flex;
    align-items:center;
    gap:1rem;
    font-size:1.25rem;
    font-weight:Bold;
}
.btn_link{
 font-size:1rem;   
}
.con_banner {
    background:url('../images/BG.png') no-repeat ;
    background-size:100% 100%;
    color:#fff;
    padding:6rem 8rem;
}
.con_banner >*{
    max-width:60%;
    margin:0 auto;
}
.con_banner .btn{
    margin-top:1rem;
    background:#fff;
    border-radius:0.5rem;
    padding:1rem 3rem
}
footer{
    margin:4rem 0 0rem 0;
    padding:4rem 0 3rem 0;
}
footer .contact-info{
    padding-top:4rem;
}
footer .contact-info  .img{
    margin-right:0.5rem;
}
footer .footer__logo{
    padding-bottom:1rem
}
footer .footer_social{
    margin:0;
}
footer .footer_social li:nth-child(1){
    margin-left:0 !important;
}
footer .footer_social li:last-child{
    margin-right:0 !important;
}
footer .footer_social li{
    margin:0 0.3rem !important;
}
.home .title{
    background:#fff;
    border-radius:1rem;
    padding:3rem 0;
    margin-bottom: 3rem;
}
.why_content{
    background:#fff;
    border-radius:1rem;
    padding:7rem 0;
    margin-bottom: 3rem;
}
.services.serv_page{
    padding-bottom:0;
}
.services .item .image{
    width:90px;
    height:90px;
    background:#FF7110;
    border-radius:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:1.2rem;
}
.services .item .image img{
    height:100%;
}
.services .item {
    margin:1rem;
}
.services .item .top{
    background:#fff;
    border-radius:1.2rem;
    padding:2rem 2rem 1rem 2rem;
    margin-bottom:1rem;
 transition:All 0.3s ease-in-out;
 position:relative;
 z-index:11;
}
.home .services .item:hover .top{
    border:1px solid var(--sec-color);
}
.services .item .bottom{
    background:#fff;
    border-radius:1.2rem;
    text-align:left; transition:All 0.5s ease-in-out; 
    border:1px solid var(--sec-color);
    padding:1rem 2rem;
    transform: translateY(-8rem);
}
.home .services .item:hover .bottom{
    transform: translateY(0);
}
.home .btn_serv{
    background:transparent;
    padding:0;
    color:var(--sec-color);
    width:100%;
    align-items: center;
    justify-content: space-between;
}
.home .btn_serv svg path{
    fill:var(--sec-color);
}
.services .slick-initialized .slick-slide:nth-child(2n){
    transform:translateY(1rem);
}
.services .slick-prev,.services .slick-next,.testmonials .slick-prev,.testmonials .slick-next{
    display:flex;
    align-items:Center;
    justify-content:center;
    top:auto;
    bottom:0;
    background:#EEEDED;
    color:#66708590;
    width:2.5rem;
    height:2.5rem;
    border-radius:50%;
}
.services .slick-next,.testmonials .slick-next{
    right:46%;
    left:auto;
    transform: rotateZ(180deg);
    bottom: 20px;
}
.services .slick-prev,.testmonials .slick-prev{
    left: 46%; 
    right:auto;
}
.services .slick-next:hover,.services .slick-prev:hover{
    background:#FF7110;
    color:#fff;
}
.services .slick-next:hover svg path,.services .slick-prev:hover svg path{
    stroke: #fff;
}
.testmonials .slick-prev,.testmonials .slick-next{
	color:#F98A17;
	background:transparent;
	border:2px solid #F98A17;
	bottom:-5rem;
}
.testmonials .slick-next{
	bottom:-3.8rem;
}
.testmonials .slick-prev svg path,.testmonials .slick-next svg path{
	stroke:#F98A17;
}
.services-slider{
    padding-bottom:3rem;
}
.services{
    padding-bottom:2rem;
}
  .slick-prev:before,
  .slick-next:before {
    content:'';    
}
.why_sec .nav-tabs .nav-item{
    width:100%;  
    display:Flex;
}
.why_sec .nav-tabs{
     border:none;
    padding-right: 4rem;
    margin-bottom:3rem;
}
.why_sec .tab-content{
    padding-top:3rem;
    padding-left: 8rem;
}
.why_sec .nav-tabs .nav-item button{
    display:Flex;
    align-items:center;
    justify-content:space-between;
    width:100%;  
    color:#73808C;
    background:transparent;
    border:none;
    border-bottom:2px solid #28282A23;
    padding:1rem 0;
     outline:none !important;
} 
.why_sec .nav-tabs .nav-item.show .nav-link,.why_sec  .nav-tabs .nav-link.active{
    color:#000000;
    border-bottom:2px solid #28282A;
    outline:none !important;
}
.why_sec .nav-tabs .nav-item button .txt{
    display: flex;
    align-items: flex-start;
    gap:1rem;
}
.why_sec .nav-tabs .nav-item button svg{
    max-width:3rem;
}
.numbers .steps{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    margin:3rem 0;
}
.numbers .steps .item{
    background:#fff;
    width:32%;
    border-radius:1rem; 
    padding:3rem 2rem 2rem 3rem; 
}
.numbers .steps .item .icon_{
    width:4rem;
    height:4rem;
    border-radius:50%;
    background:#F9B485;
    margin-bottom:2rem;
    padding:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.price_form{
    background:#fff;
    border-radius:1rem;
}
.home_form .top_title{
    padding-left:3rem;
}
.home_form .top_title p{
    display:inline-block;
    border:1px solid #000000;
    border-radius:1rem;
    padding:0.3rem 1.5rem;
}
.home_form .contact_form{
    padding:3rem 0 2rem 0;
}
.testmonials{
    padding:5rem 0;
}
.testmonials .item{
    background:#fff;
   padding:2rem;
   padding-right:1.5rem;
    margin:1rem;
    border-radius:10px;
}
.testmonials .item .top_text{
    gap:0.5rem;
    margin-bottom:1rem
}
.testmonials .item .top_text *{
    margin:0;
}
.testmonials .item .top_text .pic{
    background:#FF7110;
    border-radius:50%;
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.circle-container {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/Circle_BG.png) no-repeat center;
    background-size:100% ;
}
.circle-container .circle-image { 
    position: absolute;
    transform-origin: 0% 150px;  
    transform: rotate(calc(var(--i) * 45deg)) translate(-10em) rotate(calc(var(--i) * -45deg));
}



/* Optional: Add border and shadow for better visibility */
.circle-image { 
    width: 219px;
    height: 105px;
    border-radius: 20px;
    background:#FAF9F9;
    box-shadow: 0 10px 20px #29292A10;
}
.circle-image img{
    max-width:80%;
}
footer{
    background:#fff;
}
.rowaad  a{
    color:#000000;
    font-weight:400;
    font-size:.875rem;
}
.rowaad span{
    margin-right:0.5rem;
}
footer .footer__right p{
    font-weight:400;
    font-size:.875rem;
    color:#000000;
    margin:0;
}
footer .footer-menu ul {
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
footer .footer-menu ul a{
    color:#000000;
    font-weight:400;
    font-size:1rem;
    position:relative;
    line-height:30px;
    transition:all 0.3s ease-in-out;
}
footer .footer-menu ul a:hover{
    color:var(--sec-color);
}
.page-request .contact_form{padding:0;}
.about_rows .row:nth-child(2n){
    flex-direction:row-reverse;
}
.title .text_des p,
.gform_description,.top_page_sa .text_des{
    width:100%;
    margin:auto;
    color:#707070;
    padding:1rem 0;
    margin-bottom:0 !important;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center !important;
}
.contact-page .item {
    background:#fff;
    padding:2rem;
    border-radius:10px;
    box-shadow:0 3px 6px #00000016;
    height:100%;
}
.contact-page .item span a{
    color:#000;
    font-weight:bold;
    font-size:1.5rem;
    text-align:left;
}
.contact-page .item .img{
    background:#FF7110;
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.contact-page .item p{
    margin:0;
    padding-left:1rem;
    max-width:80%;
}
.contact-page .map{
    margin:4rem 0;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    justify-content:space-between;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields li{
    width:49%; 
    margin:0.5rem 0 !important;
}

.about_page .text2{
    color:#616161;
}

.serv_page.services .archive  .col-md-4:nth-child(3n+2){
    transform:translateY(2rem);
}
.serv_page.services .item .top {
    margin:0;
}
.serv_page.services .item .bottom{
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    transform:none;
    border:none;
}
.serv_page.services .item{
    background:#fff;
    border-radius:1.2rem;
    box-shadow:0 3px 6px #FF711021;
    padding-bottom:2rem;
    margin:2rem 1rem;
}
.row_single .image{
    float:left;
    width:45%;
    height:100%;
}
.row_single .image a{
    background:#FF7110;
    width:90%;
    border-radius:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:4rem 3rem;
}
.row_single .image a  img{
    max-height:100%;
}
.row_single .text{
    
    padding-right: 4rem;
}
.row_single{
    overflow:hidden;
}
.certificates .item{
    margin-bottom:3rem
}
.certificates .item img{
    width:100%;
    border-radius:25px;
}
.certificates .item .caption p{
    margin:0;
    color:#FF7110;
    font-weight:bold;
    font-size:1.438rem;
}
.work_team .item{
    background:#fff;
    padding: 2rem 0rem;
    border-radius:25px
}
.seccess_part .row{
    align-items:stretch;
}
.seccess_part .item{
    background:#fff;
    padding:1rem;
    border-radius:20px;
    display:flex;
    align-content:center;
    justify-content:center;
    height:80%;
    border-radius: 20px;
    background:#FAF9F9;
    box-shadow: 0 10px 20px #29292A10;
}
.seccess_part .item img{
    border-radius:0;
}
.news .item .content{
    background:#fff;
    padding:1rem;
}
.news .item .content p{
    color:#707070;
}
.news .item .content .btn{
    gap:1rem;
    padding:0.7rem 1.5rem;
}
.news .item{
    border-radius:1.2rem;
    overflow:hidden;
    overflow:hidden;
    box-shadow:0 3px 6px #FF711021;
    margin:1rem 0;
}
.news .item sv{
    max-width:1.1rem;
    margin-right:.2rem;
}
.panel-group .panel{
    width:100%;
    margin-bottom:2.25rem;
    border-radius: 1.1rem;
    border: #F5F5F5;
    background: #F5F5F5; 
}
.panel-group .panel-title a{
    width:100%;
    display: flex; 
    padding: 1.25rem 2.25rem;
    padding-left:4rem;
    align-items: center;
    justify-content: space-between; 
    color:#000000;
    font-weight:bold;
    font-size:1.2rem;
}
.panel-group .panel .panel-body{
    padding: 0 5rem 1.625rem 2.25rem; 
    color:#585858;
    font-size:1.1rem;
    font-weight:bold;
    line-height:1.8;
}


@media(max-width: 1580px) and (min-width: 992px) {
    .text5 {
    font-size: 0.875rem;
      }
      .btn-flip:after{ 
    font-size: 0.8rem;
    font-weight: bold;
    padding: 1rem 4rem 1rem 1.5rem;
		}
		
.btn-flip:before{
		 
    font-size:0.8rem;
    font-weight: bold;
    padding: 1rem 4rem 1rem 1.5rem;
		}	
	.services .btn-flip:before,.services .btn-flip:after{
	    padding: 1rem 3rem 1rem 1.5rem;
	}
   .btn { 
    font-size: 1rem; 
    padding: 1rem 2rem; 
    border-radius:1rem;
   }
   .custom__container{
  width:100%;
  padding-left:5rem;
  padding-right:5rem;
    }
    .text2{
        font-size:1rem
    }
    .left-about .nav-tabs .nav-link { 
    padding: 1.25rem 2.5rem; 
    font-size: 1.75rem;
    }
    .heading6{ 
    font-size:1rem;
        }
         .heading1{ 
    font-size:4rem;
        }
        .text1 { 
    font-size: 1rem;
       }
       .gform_wrapper li textarea, .gform_wrapper li input, .gform_wrapper li select, .gform_wrapper .gfield .iti.iti--allow-dropdown input{
           height:3.5rem !important;
       }
       .gform_legacy_markup_wrapper textarea.large{
           height:150px !important;
       }

}
@media(max-width: 1191px) and (min-width: 992px) {
 .why_sec .tab-content {
    padding-top: 1rem;
    padding-left: 2rem;
}

header .menu li a { 
    font-size: 1rem;
    padding: 0 0.5rem;
}
}
@media(max-width:768px) {
    
.partners .btn-flip {
    margin-bottom: 2rem;
}
    /***********Menu*****************/
    .js .menu__wraper {
        width:80%;
        z-index: 99999999999999999999999999999999999;
        padding: 0; ;
    } 
    header .menu__wraper ul {
        margin-top: 7rem;
    }
    header .menu__wraper ul:last-of-type {
        margin-top: 0;
    }
    header .menu__wraper li {
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        padding: 1rem 2rem;
    }
    header .menu__wraper li a {
        font-size: 1rem;
        line-height: 1;
        width: 100%;
        font-weight:bold;
        color: var(--black-color);
    }
    header .menu li.dropdown > a:before{
        top: 10px;
        display: none;
    } 
    header .menu li a:after{
        display:none;
    }
    .home--icon svg{
        max-width:1.2rem;
    }
    #btn-menu-close {
        right:5rem;
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
        z-index: 99999999999;
        color: #000;
    }
    .top_page {
        text-align:center;
        margin:1rem 0 !important;
    }
    .serv_page.services .item { 
    margin: 1rem 1rem;
     }
     .post-nav .pager li > span, .post-nav .pager li a { 
    width: 35px;
    height: 35px;
     }
     #breadcrumbs .home--icon {
    margin-right: .5rem;
}
.row_single .image {
    float: none;
    width: 100%;
    height: auto;
}
.row_single .text {
    padding-right: 0;
    padding-top:1rem;
}
.contact-page .gform_legacy_markup_wrapper ul.gform_fields ,body   .contact-page .gform_wrapper input[type=submit], .contact-page .gform_footer .btn {
    width: 100%;
    margin: 0;
}
.contact-page .item .img { 
    width: 40px;
    height: 40px;
    padding: 0.5rem;
}
.contact-page .item .img svg{
    
    max-width: 2rem;
    max-height: 2rem;
}
.contact-page .item { 
    padding: 1rem;
    margin: 1rem 0; 
    height: auto;
}
.contact-page .item span a { 
    font-size: 1rem;
}
.heading5_2 { 
    font-size: 1.1rem;
    line-height: 1.5;
}
     .serv_page.services .archive .col-md-4:nth-child(3n+2) {
    transform: translateY(0rem);
}
     .post-nav .pager li svg {
    max-width: 8px;
    max-height: 15px;
}
    #btn-menu-close svg {
        max-width: 6rem;
        max-height: 5rem;
    } 
    .heading1 {
    font-weight: bold;
    font-size: 3rem;
    }
    .btn { 
    gap: 1rem; 
    font-size: .82rem; 
    padding: 0.7rem 1rem; 
    border-radius: 0.5rem;
    }
    header .btn-menu{
        background:transparent;
        padding-left: 0;
    }
    header .btn-menu svg path {
    fill: var(--sec-color);
        }
    .header__logo {
        
    width: 100%;
    text-align: center !important;
    }
    header .btn { 
    margin-right: auto;
    margin-left: auto;
      }
      .btn.ls-layer span{
          display:None !important;
      }
      .menu_header {
    padding: 1rem 0;
    border-bottom: 4px solid #000000;
}
.ls-slide-backgrounds:after { 
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 0.8rem; 
    border-radius: .5rem .5rem 0 0; 
}
.about {
    padding: 2rem 0;
}
.about .about__content .image, .about .about__content .about__title-content {
    max-width: 100%;
}

.about .about__content .about__title-content {
    padding-right: 0rem;
}
.about .about__content {
    flex-wrap: wrap;}
    .circle-container{
    height:auto;
    width:auto;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    } 
    .circle-container .circle-image {
        position: relative;
        transform: none;
        width: 48%;
        padding: 2rem 1rem;
    }
   .con_banner {
        padding: 2rem 1rem;
        border-radius: 1rem;
        background: url(../images/BG.png) no-repeat center;
        background-size: cover;
    }
       .con_banner >* {
    max-width: 100%;
    margin: 0 auto;
}

.text7 { 
    font-size: 1.2rem;
}
       .custom__container { 
    padding-left: 2rem;
    padding-right: 2rem;
      }
      .heading2 { 
    font-size: 2rem;
      }
      .about .heading4 {
    padding-right: 0rem;
    }
    
    .heading4 { 
        font-size: 1.8rem;
    }
    .about p.text2 { 
    padding-top: 1rem;
    margin-top: 1rem;
    }
    .about .btn_link svg{
        max-width:2rem;
        max-height:2rem;
    }
    .text2 { 
        font-size: 1rem;
    }
    .left-about .nav-tabs .nav-link{ 
    border-radius:1rem;
    padding: 1rem 1rem; 
    font-size: 1.5rem; 
}
.about {
    padding: 2rem 0 0 0;
}
.home .title {
    border-radius: 0.5rem;
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.text6 { 
    font-size: 1.25rem;
}
.services .slick-next,.testmonials .slick-next{
    left: 35%; 
}
.services .slick-prev,.testmonials .slick-prev{
    right: 38%; 
}
.why_sec .nav-tabs { 
    padding-right: 0rem;
    margin-bottom: 1rem;
}
.why_sec .nav-tabs .nav-item button .txt { 
    gap: 0.5rem;
    text-align: left;
}

.text3 { 
    font-size: 1.1rem;
}
.why_sec .nav-tabs .nav-item button svg {
    max-width: 2rem;
     max-height: 2rem;
}
.why_sec .tab-content {
    padding-top: 2rem;
    padding-left: 0rem;
}
.why_content { 
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.numbers .steps .item {
    background: #fff;
    width: 48%;
    border-radius: 1rem;
    padding: 2rem 1rem 1rem 1rem;
}
.numbers .steps { 
    gap: .5rem;
    margin: 1rem 0;
}
.heading5 { 
    font-size: 1.25rem;
    line-height: 1.5;
}
.text1 { 
    font-size: 0.8rem;
}
.home_form .top_title {
    padding-left: 1rem;
}
.heading6 { 
    font-size: 1rem;
}
.gform_wrapper li textarea ,
.gform_wrapper li input ,
.gform_wrapper li select,.gform_wrapper .gfield .iti.iti--allow-dropdown input {
    border-radius: 0.5rem !important;
        padding: 0.5rem 1rem 0.5rem 1rem !important;
        font-size: 0.6rem !important;
        line-height: 1.5 !important;
        height: 3rem !important;
}
.gform_wrapper li input::placeholder,
.gform_wrapper li textarea::placeholder{
  font-size:0.8rem !important;
  color:#000000;
}
.title .text_des p, .gform_description, .top_page_sa .text_des {
     
    padding: 1rem 0; 
    font-size: 1rem;
    text-align: center !important;
}
body   .gform_wrapper input[type=submit], .gform_footer .btn {
    border-radius: 0.5rem !important;
    background: url(../images/arr-btn-en.png) no-repeat 95% center, #FF7110;
    font-size: 1rem !important;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
    justify-content: flex-start;
    font-weight: bold;
    padding: 0.8rem 2rem !important;
    margin: 0rem !important;
    text-align: left !important;
}
.price_form {
    background: #fff;
    border-radius: 0.5rem;
}
.rowaad{
    
    justify-content: center !important;
}
.footer__right{
    text-align:center;
    padding-bottom:0.5rem
}
footer .contact-info {
    padding-top: 2rem;
}
footer {
    margin: 2rem 0 0rem 0;
    padding: 2rem 0 1rem 0;
}
footer .footer__logo ,footer .footer_social{
    padding-bottom: 1rem;
    text-align: center;
}

   
}

@media(max-width: 767px ) {
  html   .gform_legacy_markup_wrapper {
        padding: 0 !important;
    }
    .about .about__content,.home .about__title >.row {
        flex-direction: column-reverse;
    }

}

@media(max-width: 991px) and (min-width: 768px) {
   .gform_legacy_markup_wrapper { 
    padding: 0 0.3rem;
         }
}
.partners .slick-dots{
    bottom: -50px !important;
}
.partners .slick-dots li{
    width: 30px !important;
    height: 3px !important;
}
.partners .slick-dots li button {
    width: 30px!important;
    height: 3px!important;
    color: #FF7110!important;
    background: #FF7110!important;
    border-radius: 6px!important;
    padding: 0!important;
}