/* ------------------------------------------ */
/*         General & Basic Styles
/* ------------------------------------------ */
@font-face {
	font-family: DroidKufi;
	src: url(../fonts/arabic_fonts/kufi/droidkufi.ttf) format('truetype');
  }
  
  @font-face {
	font-family: DroidNaskh;
	src: url(../fonts/arabic_fonts/naskh/droid_naskh.ttf) format('truetype');
  }
  
  html{
	  font-family: DroidNaskh,tahoma;
  }
  
  h1,h2,h3,h4,h5,h6, .title{
	  font-family: DroidKufi,tahoma;
  }

body,html
{
	height:100%
}

body
{
	/*font-family: "helveticaneueltarabic-light";*/
	/*font-family: 'Cairo', sans-serif*/
	font-family: DroidKufi,tahoma;
	background-color: #330066;
}

.overflowH
{
	overflow:hidden
}

h1,h2,h3,h4,h5,h6
{
	margin-top:0;
	margin-bottom:0
}

ul
{
	margin-bottom:0;
	padding-right:0;
	list-style:none
}

p
{
	margin-bottom:0
}

a
{
	text-decoration:none!important;
	outline:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
    color: #dbb701;
}

a:hover, a:active, a:focus {
    outline: 0;
}

.center-block
{
	float:none
}

.background-cover
{
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
}

input,
textarea,
button,
select
{
	outline:none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.Owl
{
    direction:ltr;
}



/* ------------------------------------------ */
/*         Header
/* ------------------------------------------ */

.header
{
	top: 35px;
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.header.HeaderFixed
{
	position:fixed;
}

.header .container
{
	background-color:#fff;
}

.header.HeaderFixed .theNavbar li a
{
	height:80px;
}

.header .logo
{
	float:right;
	margin-top:13px;
	width:200px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.header .logo img
{
	max-width:100%;
}

.header .theNavbar
{
	float:left;
}

.header .theNavbar li
{
	padding:0 20px;
	float:right
}

.header .theNavbar li a
{
	height:90px;
	line-height:85px;
	display:block;
	color:#000000;
	font-size:18px;
	font-weight:500;
	position: relative;
	font-family: DroidKufi,tahoma;;
}

.header .theNavbar li a:hover
{
	color:#0552e0
}

.header .theNavbar li a i {
    display: none;
}


.openMenu
{
	float:left;
	color:rgb(34, 33, 33);
	z-index:102;
	font-size:18px;
	cursor:pointer;
	display:none;
	margin-top:15px;
	border:3px solid rgb(34, 33, 33);
	border-radius: 5px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:23px;
}

.transformPage
{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.transformPage.active
{
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}


.menuMobile
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	left:0;
	top:0;
	display:none
}

.menuMobile .BgClose
{
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	cursor:pointer
}

.menuMobile .menuContent
{
	width:320px;
	max-width:100%;
	background-color:#f7f7f7;
	position:absolute;
	top:0;
	height:100%;
    overflow: auto;
	z-index:100;
	right:-320px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.menuMobile .menuContent.active
{
	right:0
}

.menuMobile .headMenu
{
	padding:20px 0;
	background-color:#fff;
	padding-left: 21px;
}

.menuMobile .menuContent .changeLang
{
	display:inline-block;
	color:#000;
	border-bottom:1px solid #000;
	text-transform: uppercase;
	float:right;
}

.menuMobile .menuContent .closeX
{
	position: absolute;
	top:15px;
	left:20px;
	font-size:16px;
	color:#0552e0;
	border:2px solid #0552e0;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	line-height:25px;
	padding:0;
	opacity:1;
	cursor:pointer;
	text-transform:uppercase;
	font-style: normal
}

.menuMobile .menuContent .closeX i
{
	font-size:20px;
	float:left;
}

.menuMobile .menuContent .closeX:hover
{
	opacity: 1
}

.menuMobile .menuContent .logoMenu
{
	display:block;
	margin:15px auto 20px;
	width:180px;
}

.menuMobile .menuContent .logoMenu img
{
	max-width:100%
}

.menuMobile .menuContent .menuRes li a
{
	color:#000;
	height:65px;
	display:block;
	font-size:15px;
	padding:0 15px;
	line-height:60px;
	font-weight:700;
	border-bottom:1px solid #eee
}

.menuMobile .menuContent .menuRes li a i
{
	width:30px;
	float:right;
	margin-left:15px;
	text-align:center;
	color:#20489A;
	font-size:20px;
	font-weight:400;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menuMobile .menuContent .menuFooter
{
	text-align:center;
	margin-top:15px;
	padding-top:20px;
	padding-bottom:30px
}

.menuMobile .menuContent .menuFooter a
{
	margin:0 5px;
	width:35px;
	height:35px;
	background-color:#20489A;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:35px;
	font-size:16px;
}


/* ------------------------------------------ */
/*         Slider
/* ------------------------------------------ */

.slider
{
	position:relative;
	padding:180px 0 50px;
	z-index:1;
	text-align: center;
}

.slider .container
{
	overflow:hidden;
}

.slider .imageBg
{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-2
}

.slider .services
{
	max-width:1650px
}


.slider .item
{
	margin-bottom:70px;
}

.slider .item i
{
	width:110px;
	height:110px;
	border-radius:5px;
	text-align:center;
	background-color:#fff;
	line-height:110px;
	font-size:55px;
	float:right;
	display:block;
}

.slider .item .desc
{
	float:right;
	width:calc(100% - 110px);
	padding-right:20px;
	font-size:25px;
	color:#fff;
	line-height:50px;
	text-align:right;
	max-width:550px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}


.btn-primary {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #330066;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(45deg, #dbb701, #f4d03f);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0);
    box-shadow: 0 8px 25px rgba(219, 183, 1, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btnSlider {
    margin-top: 3rem;
}

.btn-primary-lg {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: 1rem 0;
}

.mx-2 {
    margin: 0 0.5rem;
}

.my-3 {
    margin: 1rem 0;
}

.btn-primary:hover {
    color: #dbb701;
    background: #330066;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(51, 0, 102, 0.4), 0 8px 20px rgba(0, 0, 0, 0.2);
    border-color: #dbb701;
}

.btn-primary:active {
    transform: translateY(-1px);
    transition: transform 0.1s ease;
}

.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(219, 183, 1, 0.5), 0 8px 25px rgba(219, 183, 1, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn-primary:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {
    .btn-primary {
        padding: 15px 28px;
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .btn-primary {
        padding: 14px 24px;
        font-size: 16px;
        letter-spacing: 0.3px;
    }
}

@media (max-width: 480px) {
    .btn-primary {
        padding: 12px 20px;
        font-size: 15px;
        letter-spacing: 0.2px;
        min-width: 160px;
        display: block;
    }
}

@media (max-width: 360px) {
    .btn-primary {
        padding: 10px 18px;
        font-size: 14px;
        min-width: 140px;
    }
}
.openVid
{
	position:absolute;
	right:calc(50% - 40px);
	bottom:-35px;
	width:80px;
	height:80px;
	line-height:80px;
	color:#1a4397;
	border-radius:50%;
	background-color:#fff;
	text-align:center;
	box-shadow: -3.09px 9.511px 81px 0px rgba(0, 0, 0, 0.26);
	font-size:27px;
	padding-left:5px;
}

/* ------------------------------------------ */
/*         Features
/* ------------------------------------------ */

.features
{
	padding-top:200px;
	padding-bottom:130px;
}

.features .containerFeatures
{
	width:1370px;
	max-width:100%;
	padding:0 15px;
	margin:0 auto
}

.features .tabsBtns
{
	margin-bottom:30px;
	position:relative;
	padding:230px 0 0;
	z-index:1
}

.features .tabsBtns .bgTabs
{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:-1
}

.features .tabsBtns li
{
	padding:0 35px;
	height:65px;
	color:#fff;
	line-height:60px;
	font-size:25px;
	background-color:#0552e0;
	min-width:280px;
	display:block;
	width:275px;
	margin:0 auto 15px;
	border-radius:30px;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.features .itemFeatures
{
	margin-bottom:30px;
	text-align:right;
	min-height:210px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.features .itemFeatures i
{
	display:block;
	font-size:50px;
	color:#989898;
	margin-bottom:10px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.features .itemFeatures .desc
{
	font-size:20px;
	line-height:31px;
	color:#000000;
	font-weight:500;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.features .itemFeatures:hover i
{
	color:#0552e0;
}

.features .tabs .tab:not(:first-of-type)
{
	display:none;
}

/* ------------------------------------------ */
/*         Form
/* ------------------------------------------ */

.cardInfo
{
	background-color:#330066;
	padding-bottom:35px;
	position:relative
}


.form 
{
	position:relative;
	top:-90px;
	right:0;
	width:100%;
	padding:0 15px;
	margin-bottom:40px
}

.form .container
{
	box-shadow:0px 15px 55px 0px rgba(21, 21, 21, 0.34);
	background-color:#fff;
	padding:0;
	border-radius:5px;
	max-width:100%
}


.form .formCard
{
	padding:70px 65px 80px;
	position: relative
}

.form .formCard .titleForm
{
	font-family: DroidKufi,tahoma;;
	font-size:40px;
	font-weight:500;
	color:#1d2e4f;
	margin-bottom:60px
}

.form .formCard .titleForm2
{
	font-family: DroidKufi,tahoma;;
    font-size: 17px;
    font-weight: 500;
    color: #1d2e4f;
    margin-bottom: 25px;
    margin-right: 417px;
}

.form .formCard .inputStyle
{
	position:relative;
	padding-top:45px;
	margin-bottom:20px 
}

.form .formCard .inputStyle .nameInput
{
	position:absolute;
	right:0;
	top:0;
	font-weight:500;
	color:#161616;
	font-family: DroidKufi,tahoma;;
	font-size:20px;
	padding-right:15px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.form .formCard .inputStyle input,
.form .formCard .inputStyle .ui-selectmenu-button.ui-button
{
	width:100%;
	height:65px;
	border:none;
	font-size:16px;
	background:#fff;
	font-weight:300;
	padding:0 15px;
	border-radius:5px;
	color:#6b6a6a;
	border:1px solid #e7e7e7;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}


.form .formCard .inputStyle .ui-selectmenu-button.ui-button
{
	text-align:right;
}

.form .formCard .inputStyle .ui-icon
{
	display:none;
}

.form .formCard .inputStyle .ui-selectmenu-button.ui-button:focus
{
	border-color:#e7e7e7;
	background-color:#fff;
}

.ui-selectmenu-text
{
	font-size:14px;
	color:#5a5a5a;
	margin-right:0;
	font-family: DroidKufi,tahoma;;
    height: 100%;
    line-height: 60px;
}

.ui-menu .ui-menu-item-wrapper
{
	font-family: DroidKufi,tahoma;;
    /*height: 65px;
    line-height: 60px;*/
    height: 45px;
    line-height: 35px;
}

.singUp .ui-state-active, .ui-widget-content .ui-state-active
{
	background-color:#5c0eca;
	border-color:#6b2ecc
}


.form .formCard .inputStyle input::input-placeholder{ /* Chrome/Opera/Safari */
  color: #5a5a5a;
}
.form .formCard .inputStyle input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #5a5a5a;
}
.form .formCard .inputStyle input::-moz-placeholder { /* Firefox 19+ */
  color: #5a5a5a;
}
.form .formCard .inputStyle input:-ms-input-placeholder{ /* IE 10+ */
  color: #5a5a5a;
}

.orderCard .orderForm .formSing input:-moz-placeholder { /* Firefox 18- */
  color: #5a5a5a;
}

.form .formCard .inputStyle input:focus,
.form .formCard .inputStyle select:focus
{
	border-color:#421ee0
}
 
.cardInfo .texts .desc
{
	color:#fff;
	margin-bottom:10px;
	text-align:center;
	font-size:24px;
}

.cardInfo .texts .copyR
{
	text-align:center;
	color:#ffffff;
	font-size:16px;
}


/* ------------------------------------------ */
/*         Footer
/* ------------------------------------------ */

.footer
{
	background-color:#0c1830;
	padding-bottom:125px;
	padding: 30px 0;
	position:relative
}

.footer .descFooter
{
	/* width:391px; */
	max-width:100%;
	color:#9e9e9e;
	font-size:20px;
	/* margin:0 auto 15px; */
	line-height:38px;
}

.footer .price
{
	font-size:20px;
	color:#9e9e9e;
	text-align:center;
	margin-bottom:25px
}

.footer .socialFooter
{
	margin-bottom:30px;
	text-align:center
}

.footer .socialFooter li
{
	display:inline-block;
}

.footer .socialFooter li:not(:last-of-type)
{
	margin-left:10px
}

.footer .socialFooter li a
{
	width: 30px;
    height: 30px;
    color: #DBB701;
    background-color: #330066;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    display: block;
    border-radius: 50%;
}

.footer .numbFooter
{
	color:#9e9e9e;
	font-size:20px;
	margin-bottom:35px;
	display:block
}

.footer .numbFooter a
{
	color:#9e9e9e
}

.footer .logoServers
{
	max-width:100%;
	display:inline-block
}

.footer .logoServers img
{
	max-width:100%
}

/* ------------------------------------------ */
/*         Menu Down
/* ------------------------------------------ */

.menuDown
{
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	text-align:center;
	z-index: 100;
	background-color:#ffffff
}

.menuDown .linksList
{
    display: flex;
	width: 100%;
    align-items: center;
}

.menuDown .linksList li a
{
	display:block;
	color:#000000;
	padding:10px 0;
    font-size: 10px;
}
.menuDown .linksList li {
    flex: 1;
    height: 100%;
}
.menuDown .linksList li a i
{
	display:block;
	margin-bottom:5px;
	font-size:20px;
	line-height: 27px;
}


/* ------------------------------------------ */
/*         Modal
/* ------------------------------------------ */


.contactUs .modal-content
{
	box-shadow:none;
	border-radius: 0
}
.contactUs .modal-dialog
{
	width:390px
}
.contactUs .modal-body
{
	padding:55px 35px;
	direction:rtl
}

.contactUs .modal-body button.close
{
	position:absolute;
	left:25px;
	top:25px;
	z-index:1;
	opacity: 1
}

.contactUs .modal-body .title
{
	font-weight:900;
	font-size:30px;
	color:#0552e0;
	margin-bottom:40px;
	position:relative;
	letter-spacing:-1px;
	z-index:1;
	text-align:center
}

.contactUs .modal-body .title span
{
	color:#194397
}

.contactUs .Contact input,
.contactUs .Contact textarea
{
	width:100%;
	height:60px;
	padding:0 20px;
	background-color:#f7f7f7;
	border:1px solid transparent;
	margin-bottom:30px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}


.contactUs .Contact input::input-placeholder,
.contactUs .Contact textarea::input-placeholder{ /* Chrome/Opera/Safari */
  color: #7c7c7c;
}
.contactUs .Contact input::-webkit-input-placeholder,
.contactUs .Contact textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #7c7c7c;
}
.contactUs .Contact input::-moz-placeholder,
.contactUs .Contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #7c7c7c;
}

.contactUs .Contact input:-ms-input-placeholder,
.contactUs .Contact textarea:-ms-input-placeholder{ /* IE 10+ */
  color: #7c7c7c;
}

.contactUs .Contact input:-moz-placeholder,
.contactUs .Contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #7c7c7c;
}

.contactUs .Contact input:focus,
.contactUs .Contact textarea:focus
{
	border-color:#0552e0
}

.contactUs .Contact textarea
{
	height:150px;
	resize:none;
	padding:20px 20px;
	margin-bottom:10px
}

.contactUs .Contact label
{
	color:#0552e0;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	font-weight:700
}

.contactUs .Contact button
{
	width:100%;
	height:60px;
	background-color:#0552e0;
	color:#fff;
	border:none;
	font-size:16px;
	font-weight:700
}



#video .modal-body
{
	padding:0
}
#video iframe
{
	height:400px;
    margin-bottom: -6px;
}








.footer .goTop
{
	border-radius: 50%;
    position:absolute;
    right:15px;
    top:-25px;
    width:50px;
    height:50px;
    background-color:#330066;
    color:#fff;
    text-align:center;
    line-height:50px;
    font-size:25px;
    cursor:pointer;
	border: solid 1px #fff;
}

.ui-widget.ui-widget-content {
    overflow-y: scroll;
    height: 280px;
}


.tophead {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    clear: both;
	color: #fff;
    text-align: center;
    background:#330066;
    line-height: 2.5;
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black;
}

.form .formCard .OffersButrtl
{
width: 20%;
height: 50px;
border-radius: 13px;
background-color: #0552e0;
font-size: 16px;
color: #fff;
border: none;
display: inline-block;
text-align: center;
padding-top: 12px;
margin-right: 304px;
cursor: pointer;
}
.form .formCard .OffersButtlr
{
    width: 20%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 16px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    cursor: pointer;
    margin-right: 60px;
}
.form .formCard .DivController{
    margin-right: 170px;
}
#Register .tabs .Tab:not(:first-of-type)
{
    display:block;
}


.HomeItems #thd{
    /* background-image: url("../netwo.jpg"); */
	background: #dbb701;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* Network Design */

.parent-netblock{
    padding: 15px;
}



.netblock{
    width: 100%; 
    border-radius:2px; 
    height:180px; 
}

.nettitle{
    
    display:block; 
    margin: auto; 
    text-align:center; 
    text-shadow: 2px 2px #000000; 
    color: white;
}

.netblock:hover  .nettitle::before {
    opacity: .3;
}

.nettitle::after {
    background-color: #2aabe4;
    content: '';
    color: #2aabe4;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}

.nettitle {
	padding: 15px;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 0;
}

.nettitle::before {
    content: '';
    top: -100%;
	position: absolute;
    right: 0;
    height: 180%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%);
    z-index: -1;
    opacity: .8;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.nettitle::after {
    background-color: #2aabe4;
    content: '';
    color: #2aabe4;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.netlink{
    display:block; 
    margin: auto; 
    color: #000;
}

.netlink:hover{
    color: #2aabe4;
}




/*Big Size Screens*/
@media (min-width:991px) and (max-width: 1200px)
{

	
	.features .tabsBtns
	{
		padding-top:165px;
	}
	
	.features
	{
		padding-bottom:150px;
		padding-top: 200px;
	}
	
	
}

/* small Screens & tablets & Smart phone */
@media (max-width: 991px) 
{	
	.header .theNavbar
	{
		display:none;
	}
	
	.header .logo
	{
		margin-top:0!important
	}
	
	.header .openMenu
	{
		display:block
	}
	
	.menuDown .linksList
	{
		width:100%;
		min-width:auto
	}
	
	.features .tabsBtns
	{
		max-width:480px;
		padding-top:170px;
		margin:0 auto 193px;
		height: 310px;
	}
	
	.features .itemFeatures
	{
		text-align:center;
		max-width:480px;
		margin:0 auto 30px
	}
	
	.features
	{
		padding-bottom:100px;
		padding-top:100px
	}
	
	.slider
	{
		overflow:hidden
	}
	
	.slider .imageBg
	{
		width:auto
	}
	
	.openVid
	{
		bottom:10px;
		box-shadow: -3.09px 9.511px 41px 0px rgba(0, 0, 0, 0.12)
	}
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .formPartic .title2 {
        
    text-align: center;
    color: #fff;
    font-family: DroidKufi,tahoma;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    left: -4px;
    top: 10px;
        
    }
    .form .formCard .DivController {
    margin-right: 0px;
    }
    .form .formCard .titleForm2{
    margin-right: 45px;
    }
    
    .form .formCard button{
        top: calc(104% + 45px);
    }

}

/* Small Screens */
@media (min-width: 768px) and (max-width: 991px) 
{
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .formPartic .title2 {
        
    text-align: center;
    color: #fff;
    font-family: DroidKufi,tahoma;;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    left: -4px;
    top: 10px;
        
    }
.form .formCard .DivController {
    margin-right: 0px;
}
	
}

/* Mobile & Tablets */
@media (max-width: 767px) 
{
	
	.slider .item i
	{
		float:none;
		margin:0 auto 15px
	}
	
	.slider .item .desc
	{
		float:none;
		padding-right:0;
		width:100%;
		text-align:center;
		max-width:none;
		font-size: 20px;
	}
	
	.features .tabsBtns
	{
		padding-top:150px
	}
	
	.form .formCard
	{
		padding:50px 25px
	}
	
	.form .formCard .titleForm
	{
		font-size:25px
	}
	
	.openVid
	{
		bottom:40px
	}
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .formPartic .title2 {
        
    text-align: center;
    color: #fff;
    font-family: DroidKufi,tahoma;;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    left: -4px;
    top: 10px;
        
    }
.form .formCard .DivController {
    margin-right: 0px;
}
	
}

/* Tablets */
@media (min-width:480px) and (max-width: 767px)
{
.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .formPartic .title2 {
        
    text-align: center;
    color: #fff;
    font-family: DroidKufi,tahoma;;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    left: -4px;
    top: 10px;
        
    }
.form .formCard .DivController {
    margin-right: 0px;
}
}

/* Mobile */
@media (max-width: 480px) 
{
	.slider .item i {
	    width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 25px;
        float: right;
        margin-left: 5px;
	}
	
	.slider .item .desc {
        font-size: 16px;
        line-height: 1.5;
        text-align: right;
        float: right;
        width: calc(100% - 35px);
	}
	
	.slider .item {
	    margin-bottom: 20px;
	}
	
	.openVid
	{
		bottom:90px
	}
	
    .contactUs .modal-dialog {
        width: 100%;
        padding-left: 15px;
    }
    
    .features .itemFeatures .desc,
    .footer .descFooter,
    .footer .price,
    .footer .numbFooter{
        font-size: 16px;
    }
    
    .features .tabsBtns li {
        font-size: 20px;
    }
    
    .features {
        padding-top: 0px;
    }
    .features .tabsBtns {
        padding-top: 0px;
        margin: 0 auto 110px;
    }
    
    .features .itemFeatures {
        min-height: auto;
    }
    
    .form .formCard .inputStyle .nameInput {
        font-size: 16px;
    }
    
	.header .container
	{
		padding-top: 90px;
	}
	
	
	.topNotification{
	    padding: 0 5px;
	}
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .formPartic .title2 {
        
    text-align: center;
    color: #fff;
    font-family: DroidKufi,tahoma;;
    font-size: 30px;
    margin-bottom: 35px;
    position: relative;
    left: -4px;
    top: 10px;
        
    }
.form .formCard .DivController {
    margin-right: 0px;
}
}
/* Mobile */
@media (max-width: 375px) 
{
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .form .formCard .DivController {
    margin-right: 0px;
}
}


/* Mobile */
@media (max-width: 414px) 
{
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    .form .formCard .DivController {
    margin-right: 0px;
}
}

/* Mobile */
@media (max-width: 360px) 
{
	.form .formCard	.OffersButrtl {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
  .form .formCard  .OffersButtlr {
        
    width: 55%;
    height: 50px;
    border-radius: 13px;
    background-color: #0552e0;
    font-size: 13px;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-right: 70px;
    cursor: pointer;
    margin-bottom: 15px;
    }
    
    .form .formCard .DivController {
    margin-right: 0px;
    }

}

.cardInfo .title {
    font-size: 41px;
}

.cardInfo .items .item {
    font-size: 17px;
    margin-bottom: 1rem;
}

.cardInfo .items .item i {
    padding-left: 0.7rem;
}


.owl-item .item {
    padding-top: 50%;
    position: relative;
}

.owl-item .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-item .item .centered {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dbb701;
    transform: unset;
    padding: 0.7rem 2rem;
    border-radius: 0 0 10px 0;
	color: #330066;
}

.owl-nav button {
    margin-top: 0!important;
    position: absolute;
    top: calc(50% - 15px);
    color: #cdcbcd;
    transform: translateY(-50%);
    color: #dbb701 !important;
}

.hero-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    padding: 15px;
}

.hero-list-item {
    flex: calc(50% - 2rem);
    margin-bottom: 1.7rem;
    text-align: center;
    background: #dbb7018a;
    padding: 10px;
    border-radius: 25px;
    color: #330066;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}


.hero-list-item .hli-icon {
    transition: all 0.3s ease-in-out;
}

.hero-list-item .hli-icon i {
    color: #dbb701;
    background-color: #330066;
}

.hero-list-item .hli-text {
    font-size: 16px;
    line-height: 2.5rem;
}

.hero-list-item:hover {
    transform: scale(1.02);
}

.hero-list-item:hover .hli-icon {
    transform: scale(1.1);
}
a.numb {
    color: #dbb701;
}