/*
Vizion-Al/ML-Digital Marketing Responsive HTML5 Template
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in
*/

/*================================================
[  Table of contents  ]
================================================

1  Google Font
2  Import Css
3  General
4  Text color
6  Heading Title
7  Button
8  Background  color
9  Back to Top
10 Loader
11 Background overlay color
12 Extra class

======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
Google Font
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Open+Sans:300,400,600');

/*---------------------------------------------------------------------
Import Css
-----------------------------------------------------------------------*/
@import url("all.min.css");
@import url("owl.carousel.min.css");
@import url("ionicons.min.css");
@import url("wow.css");
@import url("magnific-popup.css");
@import url("circle.css");
@import url("swiper.min.css");
@import url("fullpage.css");

/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #fcc056; color: #fff; text-shadow: none; }
::-moz-selection { background: #fcc056; color: #fff; text-shadow: none; }
::selection { background: #fcc056; color: #fff; text-shadow: none; }
body { font-family: 'Open Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 16px; line-height: 2em; color: #666666; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #fcc056; text-decoration: none !important; }
a, button { outline: medium none !important; color: #fcc056; }
h1, h2, h3, h4, h5, h6 { font-family: 'Josefin Sans', sans-serif; font-style: normal; font-weight: 600; color: #000000; margin: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }
h1 { font-size: 60px; line-height: 1.3em; }
h2 { font-size: 42px; line-height: 1.3em; }
h3 { font-size: 32px; line-height: 1.3em; }
h4 { font-size: 26px; line-height: 1.3em; }
h5 { font-size: 24px; line-height: 1.3em; }
h6 { font-size: 20px; line-height: 1.3em; }
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #eeeeee; display: inline-block; width: 100%; border-top: 0px; }

/*---------------------------------------------------------------------
Text color
-----------------------------------------------------------------------*/
.main-color { color: #fbb73d; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray { color: #666666; }
.text-blue { color: #1835a9; }

/*---------------------------------------------------------------------
Heading Title
-----------------------------------------------------------------------*/
.title-box { margin-bottom: 100px; text-align: center; }
.title-box .title { margin-bottom: 5px; }
.title-box .sub-title { margin: 0 150px; }

/*----------------------------------------------------------------------
 Form
-----------------------------------------------------------------------*/
input, input.form-control, textarea { width: 100%; margin-bottom: 30px; border: 1px solid #e4e4e4; font-size: 16px; border-top: 0; border-left: 0; border-right: 0; color: #d9d9d9; outline: 0; }
input[type="checkbox"], input.form-control[type="checkbox"] { margin-top: 0.5rem; background: #fff; height: auto; border: 1px solid #33e2a0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #d9d9d9; }
::-moz-placeholder { /* Firefox 19+ */
color: #d9d9d9; }
:-ms-input-placeholder { /* IE 10+ */
color: #d9d9d9; }
:-moz-placeholder { /* Firefox 18- */
color: #d9d9d9; }
input:hover, input.form-control:hover, input:focus, input.form-control:focus, textarea.form-control:hover, textarea.form-control:focus { border-color: #fcc056; }

/*----------------------------------------------------------------------
 Buttons
-----------------------------------------------------------------------*/
.button { color: #ffffff; cursor: pointer; padding: 10px 40px; font-weight: 600; font-size: 16px; border: 2px solid #fbb73d; position: relative; background: #fbb73d; font-family: 'Josefin Sans', sans-serif; display: inline-block; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.button:hover, .button:focus { color: #ffffff; background: #1835a9; border-color: #1835a9; }
.subscribe-btn { background: #ffffff; color: #333333; }
a.link-btn { text-transform: uppercase; color: #000000 !important; line-height: 35px; font-size: 14px; font-weight: 600;-webkit-transition: all 1s ease;      -moz-transition: all 1s ease;   
     -o-transition: all 1s ease;       -ms-transition: all 1s ease;           transition: all 1s ease; }
a.link-btn i { height: 35px; width: 35px; background: #fcc056; color: #ffffff; line-height: 35px; text-align: center; margin-right: 15px; cursor: pointer; }
a.link-btn.white { color: #ffffff !important; }
a.link-btn.white i.blue { color: #1835a9; background: #ffffff; }
a.link-btn:hover i{background:#1835a9; }
a.link-btn.white:hover i.blue{background: #fcc056;}
a.link-btn:hover{margin-left: 15px;}
/*----------------------------------------------
Listing
------------------------------------------------*/
ul { padding: 0; margin: 0; padding-left: 20px; }
ul li:after { position: absolute; color: #fcc056; content: ""; font-family: "Ionicons"; left: 0; top: 2px; font-size: 30px; font-weight: normal; }
ul.listing-mark { padding: 0; margin: 0; }
ul.listing-mark li { position: relative; list-style-type: none; padding-left: 40px; margin: 20px 0; color: #000000; font-weight: 700; font-size: 16px; }
ul.listing-mark li:after { content: "\f3fe"; }
ul.listing-mark li:hover:after { content: "\f3ff"; }

/*----------------------------------------------
Owl-carousel
------------------------------------------------*/
.owl-dots { text-align: center; }
.owl-carousel button.owl-dot { background: #ffffff; height: 10px; width: 10px; border-radius: 90px; margin-right: 5px; }
.owl-carousel button.owl-dot.active { background: #fbb73d; }

/*---------------------------------------------------------------------
Background  color
-----------------------------------------------------------------------*/
.white-bg { background: #ffffff; }
.main-bg { background: #fbb73d; }
.black-bg { background: #333333; }
.dark-bg { background: #222222; }
.blue-bg { background: #004773; }
.purple-bg { background: #e7eaf6; }

/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #fff; background: #0467a4; position: fixed; bottom: 25px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 90px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #fbb73d; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

/*---------------------------------------------------------------------
Loader
-----------------------------------------------------------------------*/
#loading { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #ffffff; z-index: 9999; }
#loading img { width: 150px; }

/*----------------------------------------------------------------


/*---------------------------------------------------------------------
Background overlay color
-----------------------------------------------------------------------*/

/* Background Gradient Black */
.bg-over-black-10:before { background: rgba(195, 245, 225, 1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/*---------------------------------------------------------------------
Extra class
---------------------------------------------------------------------*/
section { background: #ffffff; padding: 100px 0; }
.index .container-fluid { padding: 0 100px; }

/*----------------
 Row with equal height columns
----------------*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

/*************************
   BG - Images
*************************/
.parallax { background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important; position: relative; z-index: 0; background-origin: initial; background-position: center center !important; background-repeat: no-repeat; }
