/********** Template CSS **********/
:root {
    --primary: #ff6900;
    --secondary: #34AD54;
    --light: #f7fafc;
    --dark: #091E3E;
}
.btn-primary {
    color: #000;
    background-color: #ff6900;
    border-color: #ff6900;
}
p{font-size:18px; line-height:28px; text-align:justify; letter-spacing:0.1px;}
.text-primary{color: #ff6900 !important;}
.bg-primary {
    background-color: #ff6900 !important;
}
.bg-light {
    background-color: #f7fafc !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.navbar-nav .dropdown-menu{width:200px; padding:0px;}
.dropdown-item:hover{background:#e7ab82; color:#fff;}
.dropdown-item{padding:9px 8px; text-align:center; font-size:16px;border-bottom:1px dashed #fff; background:#ff6000; color:#fff;}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active{color:#ff6900;}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:active{color:#ff6900!important;}
.dropdown-item.active, .dropdown-item:active {color:#ff6900;}
.dropdown-item:hover .dropdown show, .dropdown-item:focus a {color:#ff6900;}
/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 600 !important;
}
h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}
h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}
h1, h2, h3, h4, h5, h6{font-family: 'Jost', sans-serif;}
body{font-family: 'Jost', sans-serif; font-size:16px; line-height:27px;}


/*** Button ***/
.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

p{font-size:16px; line-height:28px; font-family: 'Jost', sans-serif; }

/*** Navbar ***/.header-btn{margin-top:30px; margin-left:25px;}
.navbar-dark .navbar-nav .nav-link {
    font-family: Jost, sans-serif;
    position: relative;
    margin: 0px 25px;
	text-transform:uppercase;
    padding: 35px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: 0px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}



.slider{background-image: url(../img/slider-bg.jpg);
    background-size: cover;
    background-position: 50% 36%;	min-height:550px;height:550px;
    background-repeat: no-repeat;}

.slider .slider-text {padding-top: 120px;
    padding-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;}

.owl-prev, .owl-next {
  position: absolute;
  top: 32%;
  height: 100%;
}

.about .about-sec p{margin-left:30px; font-size:20px;}

.about .about-sec .quote{font-size:40px; color:#dac75a; margin-right:30px;}
.about .about-sec{margin-top: 0px;
    margin-bottom: 0px;
	position:relative;
	bottom:100px;
	background:#2D3748;
	margin-top: 0px;
    margin-right: 50px;
    margin-left: -50px;
	}


.feature .feature1{border-bottom:1px solid #333;}

.why-choose .choose-icon{float:left; margin-right:25px; border-radius:50px; margin-top:50px;} 

.why-choose p{display:flex!important;}

.testimonial-carousel .owl-item.center .blog-item {
    background: #ffd8bc !important;
    box-shadow: 3px 2px 14px #000;
	color:#000!important;
	border-radius:20px 20px!important;
}



.why-choose .border-btm{border-bottom:2px dotted #222; padding:30px 0px;}
.why-choose .border-btm:nth-last-child(1){border-bottom:none;}
.owl-prev{left:-10px;}
.owl-next{right:-10px;}.blog-item .blog-img img{height:250px; min-height:250px; }.owl-prev span, .owl-next span{line-height:50px;} 
.owl-prev, .owl-next  {
background: #fff;
    font-size: 16px;
    text-align: center;
    color: #f6732e;
    font-weight: 400;
    height: 55px;
    width: 55px;
    line-height: 62px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}
/**
.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}  **/

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgb(255 105 0 / 17%), rgb(255 105 0 / 0%)), url(../img/banner-hulu.webp) center center no-repeat;
    background-size: cover;
}



.bg-header2 {
    background: linear-gradient(rgb(255 105 0 / 17%), rgb(255 105 0 / 0%)), url(../img/HBO-Max-Support-Number.webp) center center no-repeat!important;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


.emial-sign {background: linear-gradient(rgb(13 43 83 / 52%), rgb(13 43 83)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;}
	
.email-form{margin-top:-60px!important; float:right;}

.footer .link-animated{margin: 0 auto; text-align:center;}
.footer .link-animated a {margin-right:20px; font-size:20px; }	

.fondo .lista {
    list-style: none;
}

.fondo li {
    height: 54px;
    overflow: hidden;
    transition: all 0.4s;
    margin-bottom: 30px;
    box-shadow: 2px 4px 14px 4px rgb(0 0 0 / 10%);
}
.fondo .item_header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0px 10px;
    cursor: pointer;
    height: 54px;
    box-shadow: 2px 4px 14px 4px rgb(0 0 0 / 10%);
    border: 1px solid #ddddddab;
}
.fondo .pregunta {
    color: #ff6900;
    display: inline-block;
    font-size: 18px;
	padding-left:20px;
    font-weight: 400;
    margin-left: 30px;
}
.badge {
    background-color: #ff6900;
    position: absolute;
    left: 10px;
}

.fondo .icon {
    color: #ff6900;
    transition: transform 1s;
}
.fondo .active>.item_header>.icon {
    transform: rotate(180deg);
}
.fondo .parrafo {
    color: #000;
    line-height: 23px;
    position: relative;
    transition: top 1s, opacity 1s;
    z-index: 1;
    background-color: transparent;
    border-radius: 25px;
    margin-top: -20px;
    padding: 35px 25px 0px;
    
}
 
 
 .blog-item {min-height:560px; height:560px;}
 
 .scroll {overflow:auto; height:450px; }
.choose-icon img{width:40px;}


.sticky-top.navbar-dark .header-btn{margin-top:10px;}

@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:12px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}


.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin: 0 auto;
}

ul.con-table li {
    list-style: none;
    margin: 10px 0px;
}

.l-s {
    float: left;
}

.r-s {
    float: right;
}
.cls {
    clear: both;
}