@charset "utf-8";
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f58220;
  text-decoration: none;
}

a:hover {
  color: #f87302;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.mtb-10{margin-top: 10px; margin-bottom: 10px;}
.mtb-20{margin-top: 20px; margin-bottom: 20px;}
.mtb-50{margin-top: 50px; margin-bottom: 50px;}
.mtb-80{margin-top: 80px; margin-bottom: 80px;}
.mtb-100{margin-top: 100px; margin-bottom: 100px;}
.mtb-150{margin-top: 150px; margin-bottom: 150px;}
.ptb-20{padding-top: 20px; padding-bottom: 20px;}
.ptb-10{padding-top: 10px; padding-bottom: 10px;}
.ptb-50{padding-top: 50px; padding-bottom: 50px;}
.ptb-80{padding-top: 80px; padding-bottom: 80px;}
.ptb-100{padding-top: 100px; padding-bottom: 100px;}
.ptb-150{padding-top: 150px; padding-bottom: 150px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-50{margin-top: 50px;}
.mt-80{margin-top: 80px;}
.mt-100{margin-top: 100px;}
.mt-150{margin-top: 150px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-50{margin-bottom: 50px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mb-150{margin-bottom: 150px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-50{padding-top: 50px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}
.pt-150{padding-top: 150px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-50{padding-bottom: 50px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
.pb-150{padding-bottom: 150px;}

.box_shadow
{
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
}
#header
{

}
.header_top
{
	padding: 15px 15px 0px 15px;
	color: #ffffff;
	transition: all 0.4s;
}
.header_top a{color: #ffffff;}
.ht_social ul
{
	padding-left: 0px;
	margin-bottom: 0px;
}
.ht_social ul li
{
	list-style-type: none;
	display: inline-block;
}
.ht_social ul li i
{
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	transition: all 0.4s;
}
.ht_social ul li i:hover
{
	background-color: #ffffff;
	color: #f58220;
	transition: all 0.4s;
}
#header.header-scrolled .header_top{display: none !important; transition: all 0.4s;}
#header.header-scrolled .header_bottom{margin-top: 15px; transition: all 0.4s;}
.header_bottom
{
	background-color:rgba(255,255,255,0.9);
	margin-top: 15px;
	padding: 15px;
	border-radius: 15px;
	transition: all 0.4s;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.page-header
{
	padding: 300px 5% 50px 5%;
	/*background:  linear-gradient(45deg, rgba(245,130,32,0.9) 0%, rgba(247,114,1,0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;*/
	background-image:  url('../../../../images/other/svgs/header_wave.svg');
	background-position: bottom center;
	background-repeat:no-repeat;
	background-color: rgba(245,130,32,0.9);	
    position: relative;
}
.h_anim
{
	position: absolute;
    right: 5%;
	bottom: -100px;
}
.animated
{
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.page-header h1
{
	font-size: 6rem;
	font-weight: bolder;
	color:rgba(245,130,32,1.0);
	text-transform: uppercase;
	text-shadow: -2px 2px 0 #fff,
                         2px 2px 0 #fff,
                         2px -2px 0 #fff,
                        -2px -2px 0 #fff;
}
.orange
{
    color: #f58220;
}
.black
{
    color: #2a2627;
}
.devine_logo img
{
	max-height: 80px;
}
.cu_main
{
	overflow: hidden !important;
}
.culs
{

}
.cu_form
{
	padding: 100px 15px;
	margin-left: -150px;
	padding-left: 150px;
	margin-right: -100%;
	padding-right: 100%;
	border-radius: 150px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.cu_flower
{
	position: absolute;
	left:33%;
	opacity: 0.6;
	bottom: 10px;
}
.cu_form h4{font-weight: 600; text-transform: uppercase;}
.cu_info
{
	background-color: #ffffff;
	border-radius: 50px;
	padding: 50px 25px;
	z-index: 100;
	position: relative;
	margin-right: 10px;	
}

.cu_info h3, .cu_info h4{font-weight: 600;}
.cuul
{
	padding-left: 43px;
}
.cuul a{ color:#444444 }
.cuul li
{
	list-style-type: none;
	line-height: 32px;
}
.cuul li i
{
	margin-right: 10px;
    display: inline-block;
    height: 28px !important;
    width: 28px !important;
    line-height: 26px;
    border: 2px solid #f58220;
    color: #f58220;
    text-align: center;
    border-radius: 4px;
	margin-left: -43px;
}
.cu_social ul
{
	padding-left: 0px;
	padding-top: 10px;
}
.cu_social ul li
{
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
}
.cu_social ul li i
{
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #f58220;
	color: #f2f2f2;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	transition: all 0.3s;
}
.cu_social ul li i:hover
{
	margin-top:-7px;
	transition: all 0.3s;
}
.cu_social .bxl-linkedin{background-color: #0A66C2;}
.cu_social .bxl-twitter{background-color: #1DA1F2;}
.cu_social .bxl-facebook{background-color: #1877F2;}
.cu_social .bxl-instagram{background-color: #E4405F;}
.cu_social .bxl-youtube{background-color: #CD201F;}
.cu_flag
{
	max-width: 30px;
	margin-top: -4px;
}
.ba-form-1
{
	position: relative;
	z-index: 10;
}
.ba-form-1 .upload-file-input
{
    border-bottom: none !important;
}
.ba-form-1 .upload-file-btn
{
    padding: 12px !important;
    background-color: #545454 !important;
}
.cu_map
{
	border-radius: 25px;
	overflow: hidden;
}
.cu_map .ba-map-wrapper
{
	border-radius: 20px;
}
.ba-form-2:focus
{
    border: none !important; 
}
.footer
{
	background-color: #2a2627;
}
.footer_top
{
	color: #f2f2f2;
}
.footer_top a{color: #f2f2f2;}
.foot_info
{
	background-color: #f58220;
	padding: 30px 15px;
	color: #ffffff;
	margin-top: -150px;
	margin-left: -100%;
	padding-left: 100%;
	border-radius: 0px 50px 50px 0px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}
.foot_info_flower
{
	position: absolute;
	left: 24%;
	bottom: 0px;
}
.foot_info img
{
	max-height: 90px;
}
.foot_info a
{
	color: #ffffff;
}
.foot_info .add
{
	margin-top: 15px;
	padding-left: 42px;
	position: relative;
	z-index: 10;
}
.foot_info .add li
{
	list-style-type: none;
	line-height: 36px;
}
.foot_info .add li i
{
	display: inline-block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 26px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	margin-right: 10px;
	margin-left: -42px;
}
.foot_info .social
{
	padding-left: 0px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
.foot_info .social li
{
	display: inline-block !important;
	margin-right: 5px;
}
.foot_info .social li i
{
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	transition: all 0.4s;
}
.foot_info .social li i:hover
{
	background-color: #ffffff;
	color: #f58220;
	transition: all 0.4s;
}
.quick_links h4, .subscribe h4{color: #f58220;}
.quick_links ul
{
	padding-left: 0px;
}
.quick_links ul li
{
	list-style-type: none;
	line-height: 36px;
}
.quick_links ul li a::before
{
	content: "\F231";
	font-family:'Bootstrap-icons';
	margin-right: 10px;
	vertical-align: middle;
}
.quick_links ul li a:hover 
{
	color: #f58220;
}
.subscribe p
{
margin-bottom: 5px;	
text-align: justify;
}
/*.ba-form-3 .span12
{
	position:relative;
}
.ba-form-3 .subscribe_btn
{
	position: absolute;
	width: auto !important;
	right: 0px;
	bottom: 0px;
}
.ba-form-3 .ba-form-submit-btn
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}*/
.ba-form-3 .ba-form-submit-btn
{
    margin-top: 15px !important;
}
.footer_bottom
{
	background-color: #231f20;
	color: #f2f2f2;
}
.footer_bottom a{ color: #f58220; font-weight: 600;}
.footer_bottom p{margin-bottom: 0px;}

.title
{
    color: #f58220;
    font-weight: 600;
    text-transform: uppercase;
}
.sub_title
{
    color: #2a2627;
    font-weight: 500;
    text-transform:capitalize;
}
.text-justify
{
    text-align: justify;
}
.bg_dark
{
    background-color: #231f20;
    color: #f2f2f2;
}
.bg_gray
{
    background-color: #f2f2f2;
    color: #545454;
}
.bg_orange
{
    background-color: #f58220;
    color: #f2f2f2;
}
.au_intro_banner img
{
    height: 100%;
}
.counter
{
    background-image: url('../../../../images/other/counter_banner.png');
    background-position: right center;
    background-repeat: no-repeat;
    
}
.dt_counter .cn_box
{
    position: relative;
    z-index: 1;
    margin-top: 20px;
    border-radius: 25px;
    overflow: hidden;
    padding: 30px 15px;
    border: 7px solid #ffffff;
    
}
.dt_counter .col-lg-3:nth-child(n+1) .cn_box{background-color: #fff;}
.dt_counter .col-lg-3:nth-child(n+2) .cn_box{background-color: #fff;}
.dt_counter .col-lg-3:nth-child(n+3) .cn_box{background-color: #fff;}
.dt_counter .col-lg-3:nth-child(n+4) .cn_box{background-color: #fff;}

.dt_counter .cn_box span
{
    font-size: 38px;
    font-weight: 600;
    color: #f58220;
    transition: all 0.4s;
}
.dt_counter .cn_box p
{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444444;
    transition: all 0.3s;
}
.dt_counter .cn_box i
{
    position: absolute;
    right: -17px;
    bottom: -37px;
    opacity: 0.3;
    font-size: 100px;
    color: #f58220;
    font-weight: bold;
    transition: all 0.4s;
}
.cn_box:hover
{
    background-color: #f58220 !important;
    color: #ffffff;
    transition: all 0.4s;
}
.cn_box:hover.cn_box span, .cn_box:hover.cn_box p, .cn_box:hover.cn_box i{color: #ffffff; transition: all 0.4s;}
.mv
{
    overflow: hidden !important;
}
.mv_banner img
{
    border-radius: 15px;
}
.mv_banner
{
    margin-right: -100%;
}
.mv_box
{
    height: 130px;
    width: 130px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #f2f2f2;
    margin-left: 54%;
}
.mv_box_back
{
    background-color: #f58220;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    rotate:45deg;
    border-radius: 15px;
}
.mv_box i
{
    font-size: 72px;
    line-height: 130px;
}
.mv_text h4
{
    font-weight: 600;
    color: #f58220;
}

.wv_banner img{border-radius: 15px;}


.pl_box
{
    border-radius: 15px;
    overflow: hidden;
    padding: 7px;
}
.pl_box_text
{
    padding: 15px;
    width: 75%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    margin-top: 0px;
    position: absolute;
    z-index: 10;
    margin-bottom: -30px;
    left: 0px;
    bottom: 0px;
    border-top-right-radius:15px;
}
.pl_box_text h4 a{color:#f58220; }
.pl_box_cover
{
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border-bottom-left-radius:0px;
}
.pl_box_cover img
{
    transition: all 0.3s ease;
    
}
.pl_box:hover .pl_box_cover img
{
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.pl_box:hover .pl_box_text
{
    margin-top: -30px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
}
.pl_vm
{
    opacity: 0;
    transition: all 0.3s ease;
}
.pl_box:hover .pl_vm
{
    opacity: 1;
    transition: all 0.3s ease;
    color: #444444;
}
.pl_vm i
{
    vertical-align: middle;
}

.prod_sidebar
{
    padding: 15px;
    border-radius: 15px;
    background-color: #ffffff;
}
.pls_search input
{
    border: 2px solid #f58220;
    line-height: 2.5;
    border-right:none !important;
}
.pls_search .djc_mod_search button
{
    margin-bottom: 0px !important;
    width: 60px;
    font-size: 1.5rem;
    vertical-align: middle;
    text-align: center;
    background-color: #f58220;
    color: #ffffff;
    border: none;
}
.pls_search .djc_mod_search button:hover, .pls_search .djc_mod_search button:active
{
    background-color: #f87302;
    color: #ffffff;
}
.pls_search .form-control:focus
{
    box-shadow: none;
    border: 2px solid #f58220;
}
.pls_title
{
    background-color: #f58220;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    padding: 12px 15px;
    margin-right: -15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
}
.mod_djc2categories ul li, .mod_djc2categories ul li a
{
    color: #444444;
    text-transform: capitalize;
    font-size: 15px;
}
.mod_djc2categories ul li a:hover
{
    color: #f58220;
}
.mod_djc2categories ul li a::before
{
    content: "\F285";
	font-family:'Bootstrap-icons';
    font-weight: bold;
	margin-right: 5px;
    font-size: 13px;
}

.mod_djc2categories li .nav-link.active::before
{
    content: "\F282";
	font-family:'Bootstrap-icons';
    font-weight: bold;
	margin-right: 5px;
	vertical-align: bottom;
    font-size: 13px;
}
.mod_djc2categories li .nav-link.active:last-child::before
{
        content: "\F285";
	font-family:'Bootstrap-icons';
    font-weight: bold;
	margin-right: 5px;
	vertical-align: bottom;
    font-size: 13px;
}
.mod_djc2categories ul li, .mod_djc2categories ul li ul li
{
    list-style-type: none;
}
.mod_djc2categories ul li:last-child a
{
    border: none;
}
.mod_djc2categories li a
{
    border-bottom: 1px dotted #ccc;
}
.mod_djc2categories li .active
{
    color: #f58220;
}
.mod_djc2categories .nav-link{padding: 12px 5px !important;}
.mod_djc2categories ul
{
    padding-left: 0;
}
.mod_djc2categories .nav-child li a
{
    padding-left: 20px !important;
}
.mod_djc2categories .nav-child li ul li a
{
    padding-left: 40px !important;
}


.mod_djc2_producer_list
{
    padding-left: 0px;
}
.mod_djc2_producer_list li a
{
    padding: 10px 5px !important;
    border-bottom: 1px dotted #ccc;
    color: #444444;
    text-transform: capitalize;
    font-size: 15px;
}
.mod_djc2_producer_list li:last-child a
{
    border-bottom: none;
}
.mod_djc2_producer_list li a::before
{
    content: "\F285";
	font-family:'Bootstrap-icons';
    font-weight: bold;
	margin-right: 5px;
    font-size: 13px;
}
.mod_djc2_producer_list li a:hover, .mod_djc2_producer_list .active a
{
    color: #f58220;
}
.djc_price
{
    color: #f58220;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
}

/*SINGLE PRODUCT*/
.sp_cover
{
    border: 7px solid #ffffff;
    border-radius: 15px;
}
.sp_cover img
{
    border-radius: 10px;
}

.down_broc
{
    padding: 10px 15px;
    border-radius: 5px;
    background-color:#f58220;
    color: #ffffff;
}
.down_broc:hover{background-color: #f87302; color: #ffffff;}

.product_thumbs
{
    padding: 5px;
    border-radius: 15px;
}
.product_thumbs img
{
    padding: 4px;
    border-radius: 10px;
}
.product_thumbs .owl-dots
{
    display: none !important;
}
.page-header h5, .page-header h5 a
{
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.djc_items .djc_image img
{
    padding: 0px !important;
}
.mfp-title{display: none !important;}
.icon-angle-double-left
{
    content: "\F284";
	font-family:'Bootstrap-icons';
    font-weight: bold;
}
.pagination li
{
    font-weight: 500;
    border-radius: 15px;
    padding: 4px;
}
.pagination li a
{
    color: #f58220;
}
.pagination .active.page-item a
{
    background-color: #f58220;
    color: #ffffff !important;
    
}
.pagination .page-link
{
    padding: 10px 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
    border: none;
}
.pagination .page-link:hover
{
    background-color: #ffffff;
    color: #f58220;
}
.prod_inq_btn
{
    padding: 13px 15px;
    background-color: #f58220;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}
.prod_inq_btn:hover{background-color: #f87302; color: #ffffff;}
.ba-form-3 .ba-form-page
{
    max-width: 600px !important;
}
.ba-form-3 .ba-icon-close
{
    margin-right: 20px;
    margin-top: 10px;
    padding: 0px !important;
}
.djc_related_items .orange
{
    text-transform: uppercase;
}
.au_int_text
{
    margin-right: -50px;
    padding:50px 5% 50px 5%;
    border-radius: 50px;
    z-index: 100;
    position: relative;
    background: rgba(255, 255, 255, 1);    
}
.au_int_banner
{
    border-radius: 50px;
    margin-top: -100px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.au_int_banner img
{
    border-radius: 50px;
    border: 7px solid #ffffff;
}
.why_we
{
    border-radius: 25px;
}
.ww_text ul
{
    padding-left: 0px;
}
.ww_text ul li
{
    list-style-type: none;
    line-height: 28px;
}
.ww_text ul li::before
{
content: "\F3DB";
    margin-right: 5px;
    vertical-align: bottom;
 font-family: bootstrap-icons;
}
.ww_banner
{
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.ww_banner img
{
    border: 7px solid #ffffff;
    border-radius: 25px;
}
.ww_banner i
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
   left: 46%;
    top: 45%;
    font-size: 48px;
    color:inherit; 
}
.ww_text
{
    padding: 25px 15px;
}

.au_mv
{
    border-radius: 25px;
    overflow: hidden;
}
.aumv_text
{
    padding: 100px 0px 100px 50px;
}
.aumv_box
{
    position: relative;
    
}
.aumv_box i
{
    position: absolute;
    top: -50px;
    right: 50px;
    font-size: 68px;
    opacity: 0.4;
    color: #f58220;
}
.aumv_banner img
{
    border-radius: 25px;
    border: 7px solid #ffffff;
}
.why_we
{
    border-radius: 25px;
}
.ww_text ul
{
    padding-left: 0px;
}
.ww_text ul li
{
    list-style-type: none;
    line-height: 28px;
}
.ww_text ul li::before
{
content: "\F3DB";
    margin-right: 5px;
    vertical-align: bottom;
 font-family: bootstrap-icons;
}
.ww_banner
{
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.ww_banner i
{
    position: absolute;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
   left: 46%;
    top: 45%;
    font-size: 48px;
    color:inherit; 
}
.ww_text
{
    padding: 25px 15px;
}
.sp_details
{
    padding:10px 15px !important;
    border-radius: 15px;
}
.djc_related_items
{
    padding: 15px;
    border-radius: 15px;
}
.bold
{
    font-weight: 500;
}
.djc_autolabels 
{
    display: none !important;
}
.top_products .pl_box
{
    margin: 12px;
    overflow: visible;
}
.top_products .owl-prev span, .top_products .owl-next span
{
    padding: 5px 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
    border: none;
    font-size: 26px;
    margin-right: 10px;
    border-radius: 4px;
}
.top_products .owl-nav
{
    text-align: end;
    margin-top: 10px;
    padding: 5px;
}
.rel_prods
{
    padding: 30px 15px;
    border-radius: 15px;
}
.tags h4
{
    color: #f58220;
}
.tags a:nth-child(4n+1)
{
    font-size: 12px;
}
.tags a:nth-child(4n+2)
{
    font-size: 16px;
}
.tags a:nth-child(4n+3)
{
    font-size: 14px;
}
.tags a:nth-child(4n+4)
{
    font-size: 18px;
}
.ba-form-4 .span3 
{
    margin-left: 0px !important;
}
.pl_int
{
    padding: 30px 15px 15px 15px;
    border-radius: 15px;
}
.pl_int_title
{
    padding:15px;
    border-radius: 15px;
}
.pl_int_title h3{margin-bottom: 0px;}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f58220;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f87302;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.djc_featured_image
{
    display: none !important;
}
.camera_caption > div
{
    background-color: rgba(0, 0, 0, 0) !important;
}
.camera_caption_title
{
    color: #fb9d37;
    font-size: 3.5em;
    text-transform: uppercase;
}
.camera_caption_desc
{
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 30px;
}
.cameraContent
{
    left: 7% !important;
    bottom: 40% !important;
    width: 40% !important;
}
.btn_rdmore
{
    padding: 15px 30px;
    background-color: #f58220;
    color: #ffffff;
    border-radius: 5px;
}
.mb-30{margin-bottom: 30px;}
.btn_rdmore:hover
{
    background-color: #f87302;
    color: #ffffff;
}


















/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f58220;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner-pages {
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  border-color: #fff;
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2c4964;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f58220;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f58220;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f58220;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
}

#hero .container,
#hero .container-fluid {
  padding-top: 84px;
}

#hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #f58220;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f58220;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f58220;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #f58220 0%, #7b27d8 100%);
  position: relative;
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #f58220 0%, #7b27d8 100%);
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #f58220;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #2c4964;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f58220;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f58220;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f58220;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(88, 70, 249, 0.8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f58220;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f58220;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #f58220;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #f58220;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(42deg, #f58220 0%, #7b27d8 100%);
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: linear-gradient(180deg, #f58220 0%, #7b27d8 100%);
}

.pricing .featured h3 {
  color: #fff;
  background: #f58220;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #f58220;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  background: linear-gradient(42deg, #f58220 0%, #7b27d8 100%);
}

.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #f58220;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #f58220;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #f58220;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #f58220;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #7b27d8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f2f6f9;
  min-height: 40px;
  margin-top: 85px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 56px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c6387;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(123, 39, 216, 0.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #f58220;
}

#footer .copyright-wrap {
  border-top: 1px solid #8577fb;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px)
{
.page-header h1
{
 background-color: rgba(245,130,32,0.8);
    font-size: 2rem;
    z-index: 1;
    position: relative;
    padding: 2px 10px;
    border-radius: 5px;
    display: inline-block;
}
.au_int_text
    {
        margin-right: 0px;
        margin-top: 0px;
    }
.au_int_banner
    {
        margin-top: -80px;
        margin-left: 0px;
        margin-bottom: 30px;
    }

.dt_counter 
{
    margin-top: 0px;

}
.why_we 
    {
        margin-top: 60px !important;
    }
.aumv_text
    {
        padding-right: 15px !important;
    }
.aumv_text .pb-100
    {
        padding-bottom: 50px !important;
    }
.aumv_box i
    {
        top: -50px !important;
    }
.au_mv 
    {
        margin-top: 70px !important;
    }
.cu_info
    {
        border-radius: 25px;
    }
.cu_form
    {
        margin-left:0px !important;
        margin-right: 0px !important;
        padding: 25px 0px !important; 
        border-radius: 25px;
    }
.cu_form h4
    {
        padding: 0px 20px;
    }
.cumap_main
    {
        padding-top: 20px !important;
    }
.slideshowck 
    {
        margin-top: 135px;
    }
.cameraContent
    {
    left: 1% !important;
    bottom: 20% !important;
    width: 45% !important;
    }
    
}







