/*

Template: Markethon - Digital Marketing Agency Responsive HTML5 Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.

*/

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

:: Google Font
:: General
:: Text color
:: Extra class
:: Buttons
:: Page Section Margin Padding 
:: Background  color
:: BG - Images
:: Background overlay color
:: Back to Top
:: Loader

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

/*---------------------------------------------------------------------
Google Font
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');

/*---------------------------------------------------------------------
Import Css
-----------------------------------------------------------------------*/
@import url("all.min.css");
@import url("owl.carousel.min.css");
@import url("ionicons.min.css");

/*---------------------------------------------------------------------
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;}

/*---------------------------------------------------------------------
General
-----------------------------------------------------------------------*/
*::-moz-selection { background: #7c60d5; color: #fff; text-shadow: none; }
::-moz-selection { background: #7c60d5; color: #fff; text-shadow: none; }
::selection { background: #7c60d5; color: #fff; text-shadow: none; }
body { font-family: 'Quicksand' ; font-weight: normal; font-style: normal; font-size: 16px; line-height: 32px; color: #868894; }
a, .btn { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #33e2a0; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #1b0e3d; }
.uppercase { text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand' ; font-weight: normal; color: #1b0e3d; margin-top: 0px; font-weight: bold; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }
h1 { font-size: 52px; font-style: normal; line-height: 62px; }
h2 { font-size: 40px; font-style: normal; line-height: 50px; }
h3 { font-size: 30px; font-style: normal; line-height: 40px; }
h4 { font-size: 26px; font-style: normal; line-height: 36px; }
h5 { font-size: 24px; font-style: normal; line-height: 34px; }
h6 { font-size: 20px; font-style: normal; line-height: 30px; }

/*----------------------------------------------
Font Weight
------------------------------------------------*/
.iq-fw-1 { font-weight: 100; }
.iq-fw-2 { font-weight: 200; }
.iq-fw-3 { font-weight: 300; }
.iq-fw-4 { font-weight: 400; }
.iq-fw-5 { font-weight: 500; }
.iq-fw-6 { font-weight: 600; }
.iq-fw-7 { font-weight: 700; }
.iq-fw-8 { font-weight: 800; }
.iq-fw-9 { font-weight: 900; }

/*----------------------------------------------
Letter Spacing
------------------------------------------------*/
.iq-ls-1 { letter-spacing: 1px; }
.iq-ls-2 { letter-spacing: 2px; }
.iq-ls-3 { letter-spacing: 3px; }
.iq-ls-4 { letter-spacing: 4px; }
.iq-ls-5 { letter-spacing: 5px; }
.iq-ls-6 { letter-spacing: 6px; }
.iq-ls-7 { letter-spacing: 7px; }
.iq-ls-8 { letter-spacing: 8px; }
.iq-ls-9 { letter-spacing: 9px; }

/*---------------------------------------------------------------------
Extra class
---------------------------------------------------------------------*/
.overflow-h { overflow: hidden; }
section { background: #ffffff; padding: 100px 0; display: inline-block; width: 100%; clear: both;     float: left; }
.overview-block-ptb { padding: 100px 0 ;}
ul { margin: 0px; padding: 0px; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #ccc; display: inline-block; width: 100%; border-top: 0px; }

.container-fluid { padding: 0 100px; }

/*---------------------------------------------------------------------
Font Size
-----------------------------------------------------------------------*/
.subtitle { font-size: 16px; }
.iq-font-14 { font-size: 14px; line-height: 24px; }
.iq-font-18 { font-size: 18px; line-height: 28px }
.iq-font-24 { font-size: 24px; line-height: 36px }

/*---------------------------------------------------------------------
Text color
-----------------------------------------------------------------------*/
.main-color { color: #7c60d5; }
.text-white { color: #ffffff; }
.text-black { color: #1b0e3d; }
.text-gray { color: #868894; }
.text-red { color: #b02501; }
.text-green { color: #33e2a0; }

/*---------------------------------------------------------------------
Background  color
-----------------------------------------------------------------------*/
.white-bg {background: #ffffff;}
.gray-bg {background: #edecf0; }
.light-gray-bg {background: #e8e9f4;}
.main-bg {background: #7c60d5;}
.black-bg {background: #1b0e3d;}
.green-bg{background:#33e2a0;}
.light-main-bg {background: #8064d9;}


/*************************
   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; }

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

/* Background Gradient Black */
.bg-over-black-10:before { background: rgb(27, 14, 61, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-20:before { background: rgb(27, 14, 61, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-30:before { background: rgb(27, 14, 61, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-40:before { background: rgb(27, 14, 61, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-50:before { background: rgb(27, 14, 61, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-60:before { background: rgb(27, 14, 61, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-70:before { background: rgb(27, 14, 61, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-80:before { background: rgb(27, 14, 61, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-black-90:before { background: rgb(27, 14, 61, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/* Background Gradient White */
.bg-over-white-10:before { background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-20:before { background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-30:before { background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-40:before { background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-50:before { background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-60:before { background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-70:before { background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-80:before { background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-white-90:before { background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/* Background Gradient Main */
.bg-over-main-10:before { background: rgba(171, 239, 248, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-20:before { background: rgba(171, 239, 248, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-30:before { background: rgba(171, 239, 248, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-40:before { background: rgba(171, 239, 248, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-50:before { background: rgba(171, 239, 248, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-60:before { background: rgba(171, 239, 248, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-70:before { background: rgba(171, 239, 248, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-80:before { background: rgba(171, 239, 248, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.bg-over-main-90:before { background: rgba(171, 239, 248, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }

/*----------------------------------------------------------------------
 Buttons
-----------------------------------------------------------------------*/
.button { color: #ffffff; cursor: pointer; padding: 10px 60px; text-transform: capitalize; font-weight: 700; font-size: 18px; border: none; position: relative; background: #33e2a0; font-family: 'Quicksand' ; display: inline-block; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.button:hover, .button:focus { color: #ffffff; background: #1b0e3d; outline: none; }
.button-sm { padding: 10px 25px; }

/* Buttons green */
.button.bt-border { color: #7c60d5; background: #ffffff; border: 2px solid #7c60d5; padding: 8px 60px; }
.button.bt-border:hover, .button.bt-border:focus { color: #33e2a0; background: #ffffff; outline: none; border: 2px solid #33e2a0; }

/* Subscribe Button */
.bt-subscribe { position: absolute; right: 5px; padding: 6px 30px; bottom: 5px; }

/*----------------------------------------------------------------------
 Border
-----------------------------------------------------------------------*/
.border-green { border-color: #33e2a0; }

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

input, input.form-control { border: 1px solid #e4e4e4; font-size: 16px; height: 55px; padding-left: 30px; margin-bottom: 35px; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; -webkit-box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); -moz-box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); padding-right: 35%; }
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: #868894; }
::-moz-placeholder { /* Firefox 19+ */
color: #868894; }
:-ms-input-placeholder { /* IE 10+ */
color: #868894; }
:-moz-placeholder { /* Firefox 18- */
color: #868894; }
textarea.form-control { height: 230px; padding: 15px 30px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); -moz-box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); box-shadow: 0px 13px 25px 0px rgba(77, 54, 206, 0.2); }
input:hover, input.form-control:hover, input:focus, input.form-control:focus, textarea.form-control:hover, textarea.form-control:focus { border: 1px solid #7c60d5; -webkit-box-shadow: 0px 0px 25px 0px rgba(77, 54, 206, 0.2); -moz-box-shadow: 0px 0px 25px 0px rgba(77, 54, 206, 0.2); box-shadow: 0px 0px 25px 0px rgba(77, 54, 206, 0.2); }

/*---------------------------------------------------------------------
Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #fff; background: #1b0e3d; 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: #7c60d5; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); }


/*---------------------------------------------------------------------
Section Title
-----------------------------------------------------------------------*/
.section-title { margin-bottom: 75px; }

/*---------------------------------------------------------------------
Heading Title
-----------------------------------------------------------------------*/
.title-box {text-align: center; padding-bottom: 40px; }
.title-box .title { margin-bottom: 10px; }
.title-box p { margin-bottom: 0; }