/*======================================================================
  Google Fonts
========================================================================*/
@import url('http://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap');
@import url('http://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&amp;display=swap');


/*======================================================================
  Basic Styles
========================================================================*/
*, ::before, ::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family:'Hind', sans-serif; color:#333333; font-size:15px; line-height:1.5; font-weight:400; letter-spacing:0; margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display:none; height:0; }
[hidden] { display:none; }
img { max-width:100%; height:auto; border:0; -ms-interpolation-mode:bicubic; }
label { margin-bottom:5px; }
html, button, input, select, textarea { font-family:'Hind', sans-serif; }
input, textarea, .form-control { padding:10px 15px; }
input, button, select, textarea, .form-control { font-size:14px; font-family: 'Hind', sans-serif; color:#333333; background-color: #ffffff; border:1px solid #dddddd; border-radius:5px; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; outline:none !important; box-shadow:none !important; }
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus { outline:none; border-color:#bdbdbd; }
input, select, textarea { width: 100%; }
input, select { height:45px; }
input[type="checkbox"], input[type="radio"] { width:auto; height:auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-image:url(../images/icons/arrow-select.html); background-repeat:no-repeat; background-position:right 10px center; background-size:10px; background-color:#ffffff; line-height:1.2; text-indent:inherit; text-overflow: ''; cursor:pointer; padding:8px 25px 8px 10px; }
iframe { border:0; width:100%; }
table, .table { color: #333333; margin-bottom:15px; width:100%; border-collapse:collapse; border-spacing:0; }
th { font-weight:600; text-transform:uppercase; }
.table-bordered th, .table-bordered td { border: 1px solid #dddddd; }
.input-group > .form-control, .input-group > .btn { height: 45px; }
.required { color: #ff0202; }

a { color:#333333; text-decoration:none; outline:none; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
a, a:after, a:before { transition:all .3s ease-in-out; -webkit-transition:all .3s ease-in-out; -ms-transition:all .3s ease-in-out; }
a:active, a:hover { color:#2f415d; text-decoration:none; outline:0; }
a:hover, a:focus { color:#2f415d; opacity:1; }

svg:not(:root) { overflow:hidden; }
video { width:100%; }
ol, ul { padding:0; margin:0; list-style:none; }
.list-styled { list-style: outside; margin-left: 15px; }
.hide { display:none !important; }
hr { margin:20px 0; border:0; opacity:1; border-bottom:1px solid #ececec; }
.hidden { display: none; }
.clear { clear:both; }
.clearfix:before, .clearfix:after { content:" "; display:table; }
.clearfix:after { clear: both; }
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-underline { text-decoration: underline; }
.text-transform-none { text-transform: none !important; }

.text-left { text-align:left !important; }
.text-right { text-align:right !important; }
.text-center { text-align: center !important; }

.rounded-pill { border-radius: 50rem !important; }
.position-relative { position: relative !important; }

.d-block { display: block !important; }
.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }
.align-self-center { align-self: center !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }

.row { display: flex; flex-wrap: wrap; margin-top: -30px; margin-right: -15px; margin-left: -15px; }
.row > * { flex-shrink: 0; width: 100%; max-width: 100%; margin-top: 30px; padding-right: 15px; padding-left: 15px; }


/*======================================================================
  Typography
========================================================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:#000; margin:0 0 15px; font-family: 'Outfit',sans-serif; font-weight:700; line-height:1.2; letter-spacing:0; overflow-wrap:break-word; word-wrap:break-word; }
h1, .h1 { font-size:24px; }
h2, .h2 { font-size:20px; }
h3, .h3 { font-size:18px; }
h4, .h4 { font-size:17px; }
h5, .h5 { font-size:15px; }
h6, .h6 { font-size:14px; }
p { margin:0 0 15px; }
p:last-child { margin-bottom:0; }

/* Font specialized */
.body-font { font-family: "Hind", sans-serif !important; }
.head-font { font-family: 'Outfit',sans-serif !important; }
.fw-400 { font-weight:400 !important; }
.fw-500 { font-weight:500 !important; }
.fw-600 { font-weight:600 !important; }


/*======================================================================
  Buttons
========================================================================*/
.btn,.btn-primary { 
    font-family:'Poppins', sans-serif; background-color:#000; color:#ffffff; border:1px solid #000; display:inline-flex;align-items:center;justify-content:center; width:auto; height:auto; text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border-radius:5px; padding:10px 20px; 
    font-size:15px; font-weight:600; line-height:normal; text-transform:uppercase; white-space:normal; opacity:1; outline:none !important; box-shadow:none !important; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; 
}
.btn:hover,.btn:focus { background-color:#222; color:#ffffff; border-color:#222; text-decoration:none; opacity:1; }

.btn-secondary,.btn-secondary:focus { background-color:#f0f47b; color:#000; border:1px solid #f0f47b; }
.btn-secondary:hover { background-color:#f0f553; color:#000; border-color:#f0f553; }

.btn-light,.btn-light:focus { background-color:#ffffff; color:#333333; border:1px solid #ffffff; }
.btn-light:hover { background-color:#f0f0f0; color:#333333; border-color:#f0f0f0; }

.btn-gray,.btn-gray:focus { background-color:#f3f3f3; color:#333333; border:1px solid #f3f3f3; }
.btn-gray:hover { background-color:#2f415d; color:#ffffff; border-color:#2f415d; }

.btn-outline-primary,.btn-outline-primary:focus { color:#2f415d; border:1px solid #2f415d; background-color:transparent; } 
.btn-outline-primary:hover { color:#ffffff; background-color:#2f415d; border-color:#2f415d; }

.btn-outline-secondary,.btn-outline-secondary:focus { color:#614385; border:1px solid #614385; background-color:transparent; } 
.btn-outline-secondary:hover { color:#ffffff; background-color:#614385; border-color:#614385; }

.btn-outline-light { color:#ffffff; border:1px solid #ffffff; background-color:transparent; }
.btn-outline-light:hover { color:#333333; border-color:#ffffff; background-color:#ffffff; }

.btn-sm { font-size:12px; line-height:1; }
.btn-md { font-size:13px; }
.btn-lg { font-size:15px; padding:12px 20px; }
.btn.rounded-pill { padding: 13px 30px; }

.btn-link { background-color:transparent; border:0; padding:0; margin:0; color:#2f415d; text-align:left; text-decoration:none; outline:none !important; box-shadow:none !important; }
.btn-link:hover, .btn-link:focus { color:#333333; text-decoration:none; background-color:transparent; }
.text-link { color:#333333; text-decoration:underline; text-underline-offset:3px; background-color:transparent; border:0; padding:0; margin:0; outline:none !important; box-shadow:none !important; }
.text-link:hover { color:#2f415d; text-decoration:underline; }

.btn-brd { background-color:transparent; border:0; border-bottom:2px solid #2f415d; padding:0 0 2px; margin:0; color:#2f415d; text-align:center; text-decoration:none; outline:none !important; box-shadow:none !important; }
.btn-brd:hover, .btn-brd:focus { background-color:transparent; color:#614385; border-color:#614385; }

/* display flex/wrap */
.d-flex-wrap { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
/* display flex/wrap/align center */
.d-flex-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
/* display flex/wrap/align center/justify center; */
.d-flex-justify-center { display:-webkit-flex; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; }
.fl-1 { flex:1; -webkit-flex:1; -ms-flex:1; }

/* Hover Effects */
.zoom-scal { position:relative; overflow:hidden; display:block; }
.zoom-scal:before { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.1); overflow:hidden; opacity:0; z-index:2; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
.zoom-scal:hover:before, .zoomscal-hov:hover .zoom-scal:before { overflow:visible; opacity:1; }
.zoom-scal img { -webkit-transition:all 0.7s ease; transition:all 0.7s ease; }
.zoom-scal:hover img, .zoomscal-hov:hover .zoom-scal img { opacity:1; -webkit-transform:scale3d(1.1, 1.1, 1); transform:scale3d(1.1, 1.1, 1); }
.zoom-scal-nopb:before { content:none; }
.zoom-scalno img, .zoom-scalno:hover img { -webkit-transform: none; transform: none; }


/*======================================================================
  Container
========================================================================*/
.container { width: 100%; max-width:1500px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.container-fluid { width: 100%; padding-right: 50px; padding-left: 50px; margin-right: auto; margin-left: auto; }


/*======================================================================
  Slick Slider
========================================================================*/
.slick-arrow { font-size:0; cursor:pointer; width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; position:absolute; top:50%; transform:translateY(-50%); z-index:5; padding:10px; background: rgba(255,255,255,0.6); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.slick-arrow:before { content: ""; color:#000; font-size:30px; display:block; line-height:1; background: url(../images/icons/slick-arrow.png) no-repeat left center/28px; width: 12px; height: 18px; }
.slick-arrow:hover { box-shadow: 0 5px 20px rgba(0,0,0,.16) !important; }
.slick-prev { left:-30px; }
.slick-prev:before {  }
.slick-next { right:-30px; }
.slick-next:before { background-position: -16px center; }

.slick-dots { margin:0; width:auto; padding:0; list-style:none; position:absolute; bottom:10px; text-align:center; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); }
.slick-dots li { position:relative; display:inline-block; padding:0; cursor:pointer; margin:0 4px; }
.slick-dots li button { color:transparent; line-height:0; font-size:0; background:rgba(35,35,35,0.2); display:block; cursor:pointer; color:#ffffff; width:10px; height:6px; text-indent:-9999px; padding:0; border-radius:4px; border:none; transition:all 0.2s; -webkit-transition:all 0.2s; -ms-transition:all 0.2s; opacity:1; }
.slick-dots li.slick-active button { background:#222; width:30px; }
.slider-3items.slick-dotted { padding-bottom: 40px; }


/*======================================================================
  Section
========================================================================*/
.section-header { margin-bottom:35px; text-align:center; }
.section-header h2 { font-size:25px; font-weight:600; line-height:1.3; margin: 0 auto; }
.section-header p { color:#5f5f5f; font-size:14px; margin:5px 0 0; display:block; }
.section-header .small-tlt { margin: 0 0 5px; }

.section { padding-top:80px; padding-bottom:80px; }
.section-md { padding-top:30px; padding-bottom:30px; }
.section-sm { padding-top:20px; padding-bottom:20px; }
.pb-section { padding-bottom:50px; }
.pt-section { padding-top:50px; }
.no-pb-section { padding-bottom:0 !important; }
.no-pt-section { padding-top:0 !important; }

.section-clr { background-color: #f7f7f7; background-repeat: no-repeat; background-position: right bottom; }


/*======================================================================
  Header
========================================================================*/
.header { background-color: transparent; padding: 25px 0; position: fixed; top: 0; width: 100%; z-index: 222; transition: all 0.3s ease-in-out 0s; }
.header .col-lg-3 { flex: 0 0 auto; width: 25%; }
.header .col-lg-6 { flex: 0 0 auto; width: 50%; }
.stickyNav { padding: 10px 0; background-color: rgba(0,0,0,0.8); box-shadow: 0 2px 5px rgba(0,0,0,0.15); }

.navbar-nav { display: flex; flex-direction: row; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link:not(.btn-buynow) { color: #fff; font-size: 16px; font-weight: 600; padding: 10px 20px !important; text-transform: uppercase; display: inline-flex; align-items: center; }
.navbar-nav .nav-link:not(.btn-buynow):hover,
.navbar-nav .nav-link:not(.btn-buynow).active { color: #f0f37b; }
.navbar-nav .btn-buynow, .menu-toggle { display: none; }


/*======================================================================
  Main Content
========================================================================*/
.main-banner-section { background: url(../images/main-banner-bg1.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; min-height: 100vh; }
.main-banner-inner { padding: 170px 0 80px; }
.banner-content { max-width: 60%; margin: 0 auto; }
.banner-title { font-size: 50px; font-weight: bold; text-transform: uppercase; letter-spacing: -1px; color: #fff; }
.banner-desc { font-size: 22px; margin: 25px 0 28px; font-weight: 400; }
.banner-content .large-text { font-size: 22px; font-weight: 600; color: #f0f37b; text-transform: uppercase; }
.banner-content-btn .btn { min-width: 200px; padding-top: 15px; padding-bottom: 15px; }
.banner-content-btn .btn + .btn { margin-left: 20px; }

.pages-count { margin: 40px 0; }
.pages-count-number { color: #000; font-size: 30px; font-weight: 800; line-height: 1; display: block; margin: 0 0 5px; }
.pages-count-name { font-size: 13px; font-weight: 600; display: block; line-height: 1.2; }
.pages-count-list { margin: 0 1px; background-color: #fff; padding: 15px 20px; min-width: 95px; }

.txt-rotate { color: #f0f37b; font-weight: bold; }

.section-heading { margin-bottom: 50px; }
.section-heading-title { font-size: 26px; font-weight: bold; text-transform: uppercase; }
.section-heading-dec { font-size: 17px; margin: 15px 0 0; }
.section-heading-btn.btn { margin: 20px 0 0; }

.template-page-number { font-size: 130px; line-height: 0.8; font-weight: 900; position: relative; color: #614385; display: inline-flex; margin: 0 0 15px; }
.template-page-name { font-size: 15px; line-height: 16px; top: 30px; right: -80px; font-weight: 700; color: #333; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; text-transform: uppercase; letter-spacing: 0; }
.template-page-plus { font-size: 25px; color: #614385; font-weight: 400; margin-left: 8px; }

.template-card { padding: 0px; height: 100%; background: #ffffff; border-radius: 5px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; box-shadow: 0 0 5px rgba(0,0,0,.16); }
.template-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,.16); }
.template-card-thumbnail-img { display:block; background-color:#fff; border-radius:5px 5px 0 0; background-position:0 0; background-size:100% auto; height:330px; overflow:hidden; -webkit-transition:background-position 4s ease 0s; -moz-transition:background-position 6s ease 0s; -o-transition:background-position 6s ease 0s; -ms-transition:background-position 6s ease 0s; transition:background-position 6s ease 0s; }
.template-card:hover .template-card-thumbnail-img { background-position:0 100%; }

.template-card-thumbnail { padding: 10px 10px 0; border-radius:5px 5px 0 0; }
.template-card-content { padding: 20px; border-top: 1px solid #ddd; }
.template-card-title { color: #000; font-size: 18px; margin: 0 0 10px; text-transform: uppercase; }
.template-card-subtitle { color: #555; font-size: 15px; font-weight: 400; line-height: 1; margin: 0; }
.template-card-btn.btn { padding: 8px 20px; font-weight: 600; background-color: #000; border-color: #000; color: #ffffff; }
.template-card-btn.btn:hover { background-color: #222; border-color: #222; color: #ffffff; }

.homes-section .col-item { flex: 0 0 auto; width: 25%; }
.excellentFeatures .col-item { flex: 0 0 auto; width: 25%; }
.themeFeatures .col-item { flex: 0 0 auto; width: 16.6666666667%; }

.demoTabs { margin:35px 0 45px; }
.demoTabs li { display:inline-block; margin:0 2px; text-transform:uppercase; }
.demoTabs li a { background: transparent; color:#2f415d; font-size:15px; font-weight:600; display:inline-block; padding:10px 20px 7px 20px; border:none; border-radius: 100px; line-height: normal; }
.demoTabs li a:hover, .demoTabs li.active a { background: #000; color:#ffffff; box-shadow: 0px 1px 3px 0px rgb(0,0,0,0.2) !important; }
.tabContent { display:none; }
.tabContent.active { display:block; }

.demoslides { text-align:center; margin-bottom:-1px; }
.demoslides .slick-list { margin:0 -15px;  }
.demoslides .slick-slide { padding:10px 15px 20px; }
.demoslides .template-card-content { background-color: #f7f7f7; }
.demoslides .slick-slide:not(.slick-current) { transform:translateY(0px); }
.demoslides .demo img { margin:0 auto; }
.demoslides .demo > a { display:block; padding:10px 10px 0; background-color:#eee; border-radius:10px 10px 0 0; }

.features-section .features-card { background: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,.16); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.features-card-thumbnail,
.features-card-thumbnail-img { border-radius: 5px 5px 0 0; }
.features-card-thumbnail-img { margin-left: auto; margin-right: auto; max-width: 70px; }
.features-card-content { padding: 20px; }
.features-card-title { font-size: 18px; text-transform: uppercase; font-weight: 600; }
.features-section .features-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,.16); }

.section-heading.text-left { width: 470px; padding-right: 50px; }
.section-heading.right { padding-right: 0px; padding-left: 50px; }

.dm-main-sidebar.d-flex { width: calc(100% - 470px); }
.dm-widget-mobail { width: 360px; }
.dm-widget-desktop { width: calc(100% - 360px); padding-left: 20px; }

.dm-slider-wrapper .dm-thumbnail-img { background: #fff; border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,.16); }
.dm-widget-desktop .dm-slider-wrapper { padding-bottom: 60px; }
.dm-slider-wrapper .slick-slide { padding: 10px; }
.dm-slider-wrapper .slick-arrow { top: auto; transform: none; bottom: 0; right: 0; }
.dm-slider-wrapper .slick-prev { right: 70px; left: auto; }

.themeFeatures.features-section .features-card { text-align: center; padding: 20px; width: 100%; height: 100%; }
.themeFeatures.features-section .features-card-title { font-size: 15px; margin: 0; }
.themeFeatures.features-section .features-card-title br { display: none; }
.themeFeatures.features-section .features-card-content { padding: 15px 0 0; }

.footer { background:#555a91; color:#fff; padding:70px 0 40px; }
.footer h2 { color:#fff; font-size:40px; font-weight:700; text-transform:none; line-height:1.3; }
.footer p{ color:#fff; font-size:18px; margin:20px 0 25px; }
.footer .text-success { color:#2eca8b!important; }
.footer .btn { margin: 0 10px; min-width: 250px; padding: 16px 35px; }

.copyright { padding:60px 0 0; text-transform:uppercase; display:flex; align-items: center; justify-content:space-between; }
.copyright .powered { display: flex; align-items: flex-end; justify-content: flex-end; }

/* Bottom to Top scroll */
#site-scroll { display:none; color:#ffffff; background:#614385; cursor:pointer; font-size:20px; width:50px; height:50px; right:30px; position:fixed; bottom:40px; z-index:444; box-shadow:0 0 1px #ddd; border-radius:100px; text-align:center; transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; }
#site-scroll:hover { color:#ffffff; background:#2f415d; }
#site-scroll .icon { width: 30px; height: 30px; margin-top: 9px; }


.template-pages-tabs .demoslides .template-card-content .template-card-title { font-size: 17px; margin-bottom: 0; padding-right: 10px; text-transform: none; font-weight: 600; }
.template-pages-tabs .demoslides .template-card-content .template-card-btn.btn { padding: 7px 20px; font-size: 12px; }

.admin-section .row .col-md-6 { max-width: 50%; width: 50%; text-align: center; }
.admin-section .row .col-md-6 > a { background-color: #fff; padding: 10px; display: inline-block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; box-shadow: 0 0 5px rgba(0,0,0,.16); }
.admin-section .row img { max-width: 500px; display: block; }

.adminFeatures .title { margin: 40px 0 10px; text-transform: uppercase; font-size: 22px; }

.listAdmin { margin-top: 40px; }
.listAdmin ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.listAdmin li { width: 31.5%; text-align: left; margin-bottom: 10px; margin-right: 10px; }
.listAdmin li > a { font-weight: 600; text-transform: uppercase; display: block; background-color: #fff; padding: 10px; position: relative; }
.listAdmin li > a:after { content: ''; background: url(../images/arrow.png) no-repeat right center; width: 9px; height: 14px; display: block; position: absolute; right: 10px; top: 50%; margin-top: -8px; }

/*======================================================================
  Responsive CSS
========================================================================*/
@media only screen and (max-width: 1399px) {
    .container { padding-right: 35px; padding-left: 35px; }
    .container-fluid { padding-right: 20px; padding-left: 20px; }

    .template-card-thumbnail-img { height: 300px; }
    .template-card-title { font-size: 17px; }
    .template-card-btn.btn { padding: 8px 15px; font-size: 14px; }

}

@media only screen and (max-width: 1299px) { 
    .dm-widget-mobail { width: 300px; }
    .dm-widget-desktop { width: calc(100% - 300px); }
}

@media only screen and (max-width: 1199px) {
    .slick-prev { left:-10px; }
    .slick-next { right:-10px; }

    .main-banner-section { min-height: 700px; }
    .homes-section .col-item { width: 33.333333%; }
    .section-heading.text-left { width: 420px; padding-right: 20px; }
    .dm-main-sidebar.d-flex { width: calc(100% - 420px); }
    .dm-widget-mobail { width: 280px; }
    .dm-widget-desktop { width: calc(100% - 280px); padding-left: 10px; }
    .themeFeatures .col-item { width: 20%; }

}

@media only screen and (max-width: 991px) {
    .container { padding-right: 15px; padding-left: 15px; }
    .container-fluid { padding-right: 15px; padding-left: 15px; }
    .row { margin-top: -20px; margin-right: -10px; margin-left: -10px; }
    .row > * { margin-top: 20px; padding-right: 10px; padding-left: 10px; }
    .d-menu-col { display: none; }
    .section { padding-top: 50px; padding-bottom: 50px; } 

    .homes-section .col-item { width: 50%; }
    .excellentFeatures .col-item { width: 33.3333333333%; }
    .themeFeatures .col-item { width: 25%; }

    .header { padding: 15px 0; }
    .stickyNav { padding: 10px 0; }

    .menu-toggle-line { display: inline; width:30px; cursor: pointer; border:none; padding:0 0; background:none; position: relative; top: 6px; z-index:99; }
    .menu-toggle-line span { height:3px; width:30px; background:#fff; display:block; margin:0 auto 6px; transform-origin:10px 0; transition:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; }
    .menu-toggle-line.open span:nth-child(1) { -webkit-transform:rotate(45deg) translate(6px,1px); transform:rotate(45deg) translate(6px,1px); }
    .menu-toggle-line.open span:nth-child(2) { opacity:0; }
    .menu-toggle-line.open span:nth-child(3) { -webkit-transform:rotate(-45deg) translate(6px,-3px); transform:rotate(-45deg) translate(6px,-3px); }
    .main-content.open:after { content:""; background:rgba(0,0,0,0.5); position:fixed; left:0; right:0; top:0; bottom:0; z-index:1; -webkit-transition:all .15s ease-in; transition:all .15s ease-in; }

    #site-nav { display:none; position:absolute; top:calc(100% + 0px); right:0; width:100%; background-color:#5c4d8a; text-align:center; padding:20px; opacity:0.96; box-shadow:0 5px 5px rgba(0,0,0,0.1); }
    #site-nav .nav-link { font-size:15px; padding:12px 0 !important; font-weight: 600; display:block; }
    #site-nav .nav-link + .nav-link:not(:last-child) { border-top:1px solid #dbdbdb; }

    .navbar-nav { flex-direction: column; text-align: center; justify-content: center; width: 100%; }
    .navbar-nav .nav-link { justify-content: center; }

    .header .col-lg-3.text-right { display: none; }
    .header .col-lg-3 { width: 40%; }
    .header .col-lg-6 { width: 60%; text-align: right; }

    .main-banner-section { min-height: 500px; }
    .banner-content { max-width: 100%; }
    .main-banner-inner { padding: 110px 0 60px; }
    .banner-desc { font-size: 16px; }

    .desktop-mobile-section .dm-section-inner { flex-wrap: wrap; }
    .section-heading.text-left { width: 100%; padding-right: 0px; text-align: center !important; }
    .dm-main-sidebar.d-flex { width: 100%; }
    .footer h2 { font-size: 33px; }
    #site-scroll { width: 45px; height: 45px; right: 15px; bottom: 15px; }
    #site-scroll .icon { width: 26px; height: 26px; }

    .admin-section .row .col-md-6 { width: 100%; max-width: 100%; }

}

@media only screen and (max-width: 767px) {
    .banner-title { font-size: 32px; }
    .banner-desc { font-size: 15px; margin: 15px 0 20px; }
    .banner-content .large-text { font-size: 18px; }

    .pages-count.d-flex { flex-wrap: wrap; margin: 30px 0; }
    .pages-count-number { font-size: 24px; }
    .pages-count-name { font-size: 13px; text-align: center; }
    .pages-count-list { margin: 0 1px 2px; max-width: 48px; }

    .template-page-number { font-size: 100px; }
    .template-page-name { font-size: 13px; line-height: 13px; top: 22px; right: -75px; }

    .section-heading { margin-bottom: 30px; }
    .section { padding-top: 50px; padding-bottom: 50px; }
    .section-heading-title { font-size: 24px; }
    .section-heading-dec { font-size: 15px; }

    .demoTabs { margin: 25px 0 25px; }
    .demoTabs li { margin: 3px 3px; }

    .excellentFeatures .col-item { width: 50%; }
    .themeFeatures .col-item { width: 33.3333333333%; }

    .dm-widget-mobail { width: 260px; }
    .dm-widget-desktop { width: calc(100% - 260px); }

    .listAdmin li { width: 48%; }
    .listAdmin li:nth-of-type(2n) { margin-right: 0; }
    .admin-section .row img { width: 100%; max-width: 100%; }
    .listAdmin li > a { font-size: 14px; padding: 10px 30px 10px 10px; }

}

@media only screen and (max-width: 575px) {  
    .row { margin-top: -15px; margin-right: -7.5px; margin-left: -7.5px; }
    .row > * { margin-top: 15px; padding-right: 7.5px; padding-left: 7.5px; }

    .main-banner-inner { padding: 90px 0 50px; }
    .banner-content-btn .btn { min-width: 250px; display: inline-block; clear: both; }
    .banner-content-btn .btn + .btn { margin-left: 0px; margin-top: 16px; }
    .section-heading-title { font-size: 22px; }

    .pages-count-list { padding: 12px; min-width: inherit; max-width: inherit; }
    .pages-count-number { font-size: 20px; }
    .pages-count-name { font-size: 12px; }

    #demos .template-card-content { padding: 15px; flex-direction: column; text-align: center; }
    #demos .template-card-content-left.text-left { text-align: center !important; }
    #demos .template-card-subtitle { margin: 0 0 15px; }
    .homes-section .col-item.coming-soon { width: 100%; }

    .template-card-title { font-size: 16px; margin: 0 0 8px; }
    .template-card-subtitle { font-size: 14px; }
    .template-card-thumbnail-img { height: 170px; }
    .template-card-btn.btn { padding: 8px 15px; font-size: 12px; }

    .demoTabs li a { font-size: 14px; padding: 8px 15px; }

    .dm-main-sidebar.d-flex { flex-wrap: wrap; }
    .dm-widget-mobail { width: 100%; }
    .dm-widget-desktop { width: 100%; padding-left: 0; }
    .dm-slider-wrapper .dm-thumbnail-img { margin-left: auto; margin-right: auto; }

    .themeFeatures .col-item { width: 50%; }
    .themeFeatures.features-section .features-card-title { font-size: 14px; }
    .themeFeatures.features-section .features-card-thumbnail-img { max-width: 60px; margin: 0 auto; }

    .footer { padding: 35px 0 35px; }
    .footer h2 { font-size: 22px; }
    .footer p { font-size: 16px; }
    .footer .action-btn { flex-direction: column; }
    .footer .btn { width: 100%; margin: 0; padding: 13px 20px; }
    .footer .btn + .btn { margin-top: 15px; }
    .copyright { padding: 40px 0 0; }
    .copyright .powered { font-size: 12px; } 
    .copyright .powered img { max-width: 140px; }
    .copyright .logo img { max-width: 100px; }

}

