@charset "UTF-8";
/*
Theme Name: Demaq Theme
Theme URI: http://
Author: Media Horizon
Author URI: https://www.mediahorizonsl.com
Description: A web designing company in Sri Lanka with a team of talented individuals who have been in the industry for more than 10 years helping to create an online presence for our clients. We are specialized in designing and developing high-performing websites. Our talented team of web designers and developers are capable of handling websites on any scale. We create simple customer journies through high engaging landing pages using clear call-to-action to convert your visitors into leads We work closely with our customers educating them on how to design and create a winning website for their business that helps their customers find what they want on the website. We work to ensure your website performs at the optimum level on all screen sizes.
Text Domain: Demaq

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

h1 {
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-family: 'Poppins', sans-serif;
}

h3 {
    font-family: 'Poppins', sans-serif;
}

h4 {
    font-family: 'Poppins', sans-serif;
}

h5 {
    font-family: 'Poppins', sans-serif;
}

h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,1);
}

a:hover {
    font-family: 'Poppins', sans-serif;
    color: rgba(0,0,0,0.7);
    text-decoration: none;
}

ul {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
}

li{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #4a4a4a;
}

.about-p-sec h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2f4098;
}

.about-p-sec h4 {
    font-size: 22px;
    color: #4a4a4a !important;
}

.about-p-sec h5 {
    font-size: 18px;
    color: #4a4a4a !important;
}

.breadcrumb {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.header {
    height: 35px;
}

.main-navigation ul {
    list-style-type: none;
}

.main-navigation ul {
    display: inline-flex;
    margin: 0px;
    padding: 0px;
}

.main-navigation ul li a {
    margin: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #9f9f9f;
    font-weight: 600;
    padding: 20px 0px;
}

.main-navigation ul li a:hover {
    color: #2f4098;
}

.main-navigation ul li.current-menu-item a {
    color: #2f4098 !important;
}

.main-navigation ul li ul .current-menu-item a{
	color: #fff !important;
}

.main-navigation {
    text-align: right;
    padding: 20px 0px;
}

.main-navigation ul ul { /* this targets all sub menus */ 
    left: 15px;
    margin-top: -2px;
    display: none; /* hide all sub menus from view */ 
    position: absolute; 
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */ 
} 
.main-navigation ul ul li { /* this targets all submenu items */ 
    float: none; /* overwriting our float up above */ 
    width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */ 
} 
.main-navigation ul ul li a { /* target all sub menu item links */ 
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all .7s ease;
    color: #2f4098;
}

.main-navigation ul li:hover > ul { 
    display: block; /* show sub menus when hovering over a parent */ 
}

.main-navigation ul ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 7%;
    top: -10px;
    bottom: 0;
    color: rgba(0,0,0,0.1) !important;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(0,0,0,0.1);
}

/*****submenu*****************/


.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  /*background-color: lightblue;*/
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    float: left;
    top: 31px;
    left: -34px;
    background-color: #4c4c4c;
    width: 151px;
    height: 33px;
}

.main-navigation ul li.current-menu-item a {
    /*border-bottom: 1px solid;*/
}

.main-navigation ul li a:hover, .header-menu ul li.current-menu-item a {
    color: #989898;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.main-navigation li:hover ul.sub-menu {
    line-height: 1.0;
    opacity: 1;
    visibility: visible;
    display: block;
    box-shadow: 1px 2px 7px rgba(0,0,0,0.4);
    margin-top: 0px;
    border-radius: 5px;
}

.main-navigation ul li ul.sub-menu li a:hover {
    /*border-bottom: 2px solid #bab707;*/
}

.main-navigation ul li ul.sub-menu {
    float: left;
    height: auto;
    list-style: none;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 11px;
    top: 35px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

/*.main-navigation ul li a:hover, .header-menu ul li.current-menu-item a {
    color: #bab707;
}*/

.main-navigation li:hover ul.sub-menu li a:hover {
    color: #8771ff;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #e0e0e0;
}

.main-navigation ul li ul.sub-menu li a:hover {
    /*border-bottom: 2px solid #bab707;*/
    width: 100%;
}

.main-navigation ul li a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bab707;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.main-navigation ul li a:hover, .header-menu ul li.current-menu-item a {
    /*border-bottom: 2px solid #bab707;*/
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.main-navigation ul li ul.sub-menu li {
    border-top: 0px solid gray;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 2px;
    width: 250px;
    text-align: left;
    height: 45px;
    background: #fff;
    border-radius: 0px;
}
.main-navigation ul li ul.sub-menu li.current-menu-item{
	background: #2f4098 !important
}

.main-navigation li:hover ul.sub-menu li a {
    -moz-transition: color 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
    border-bottom: 2px solid transparent;
}



/*****submenu over************/

.nav-bar-main {
    position: relative;
    top: 0px;
    width: 100%;
    background: #2f4098;
    padding: 0px;
}

.nav-bar-main p {
    color: #fff;
    text-align: right;
    display: inline-block;
    margin: 6px 0px;
    font-size: 13px;
}

.nav-bar-main .top-bar-2 {
    display: block;
    text-align: right;
}

.nav-bar-main .top-bar-2 p {
    margin: 6px 10px;
}

.top-bar-2 a {
    color: #fff;
}

.top-bar-2 a:hover {
    color: #dcdcdc;
}

.logo-header img {
    width: 220px;
    margin-top: 5px;
}

/*Home Page*/

.slider-txt {
    line-height: 2.8;
}

.slider-txt h3 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
}

.slider-txt h2 {
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.5 !important;
}

.slide-btn a {
    background: #2f4098;
    padding: 15px 33px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.slide-btn a:hover {
    background: #3c3c3c;
}

.slider-txt p {
    color: #fff;
}

.second-section-header {
    margin: 12px 0px;
    transition: all .4s ease;
}

.second-section-header.sticky {
    position: fixed;
    width: 100%;
    background: #fff !important;
    z-index: 999;
    top: 0px;
    padding: 10px 10px;
    transition: all .4s ease;
    margin: 0px;
}

.about-section h1, .para-txt h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2f4098;
}

.about-section h2, .para-txt h3 {
    font-size: 22px;
    color: #4a4a4a;
}

.about-section p, .para-txt p {
    margin-right: 40px;
}

.box-icon-section .wpb_single_image {
    margin: 0px !important;
}

.box-icon-section h3 {
    font-size: 18px;
}

.box-icon-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.box-icon-section p {
    margin-right: 40px;
}

.box-icon-section img {
    margin-bottom: 17px;
}

.box-icon-section {
    padding: 10px 20px !important;
    border: 1px solid #fff0;
}

.box-icon-section:hover {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    box-shadow: 1px 1px 11px rgba(47,64,152,0.5);
    transform: scale(1.08);
    animation: slide-down 0.7s;
    transition: all .4s ease;
}

.why-choose-top {
    padding-top: 70px;
}

.why-section-line {
    padding-top: 40px;
    padding-bottom: 70px;
}

.why-section-line h3 {
    font-size: 22px;
    color: #4a4a4a;
}

.site-footer {
    background: #3c3c3c;
    padding-top: 70px;
}
.footer-space{
	margin-bottom: 80px;
}

.slider-projects .owl-carousel .owl-item img {
    height: 205px !important;
}

.slider-projects .owl-nav {
    position: absolute;
    right: 0px;
}

.owl-prev span, .owl-next span {
    border: 1px solid;
    padding: 0px 10px 5px 8px;
    background: #2f4098;
    color: #fff;
    font-size: 20px;
}

.detail-box h3 {
    font-size: 22px;
    color: #fff;
}

.detail-box p {
    font-size: 13px;
    color: #d7d7d7;
    margin: 0px;
}

.detail-box p a {
    color: #d7d7d7;
}

.detail-box p a:hover {
    color: #8e8e8e;
}

.line-box {
    display: block;
}

.line-box p {
    display: inline-block;
    margin-right: 15px;
}

.logo-footer img {
    width: 210px;
}

.category-tag p{
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #273894;
}

/*Home Page Over*/

.footer-link ul {
    padding: 0px;
    list-style: none;
    column-count: 2;
}

.footer-link ul li a {
    color: #d7d7d7;
    font-size: 13px;
}

.footer-link ul li a:hover {
    color: #8e8e8e;
}

.copyright-footer p, .copyright-footer a {
    color: #d7d7d7;
    font-size: 13px;
}

.copyright-footer a:hover {
    color: #8e8e8e;
}

.border-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    margin-top: 35px;
}

.txt-mh {
    text-align: right;
}

/*inner page*/

.entry-footer {
    display: none;
}

#custom-bg {
    height: 300px;
    background-size: cover;
    background-position: center;
}

#custom-bg-poject {
    height: 550px;
    background-size: cover;
    background-position: center;
}

.breadcrumb li {
    margin-right: 0px;
    padding-right: 22px;
}

.fg-default.fg-center {
    text-align: left;
}

li.taxonomy, li.current-item {
    list-style-image: url('/wp-content/uploads/2020/10/arrow-left-1-1.png');
    font-family: 'Poppins', sans-serif;
}

h1.project-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb{
	background: #fff0 !important;
}

.breadcrumb li {
    font-size: 12px;
}

.widget-title {
    display: none;
}

.contactus input.wpcf7-text {
    background: rgb(228, 228, 228);
    border: 0px;
    height: 55px;
    border-radius: 2px;
}

.contactus textarea.wpcf7-textarea {
    height: 120px;
    background: rgb(228, 228, 228);
    border: 0px;
    border-radius: 2px;
}

.contactus input.wpcf7-submit {
    background: #2f4098;
    padding: 15px 45px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px;
    margin-top: 30px;
}

.contactus input.wpcf7-submit:hover {
    background: #3c3c3c;
}

.contactus label {
    margin-top: 10px;
}

p.cont-d  {
    color: #2f4098;
    margin: 0px;
    font-weight: 400;
}

.project-sections .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
    border-color: #ffffff;
}

.project-sections .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #ffffff;
}

.project-border {
    background: #2f4098;
    color: #fff;
    height: 465px;
}

.project-border p {
    color: #fff;
}

.project-sections .vc_tta-tab {
    width: 49% !important;
    text-align: center !important;
}

.project-sections .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #666 !important;
}

/***********project page**********************/

.section-01 .card img {
    width: 100%;
    height: 300px;
}

.section-01 .card img:hover {
    opacity: 0.8;
    transition: all .4s ease;
}

.section-01 .card {
    height: 450px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.card-body h4 {
    font-size: 1.1rem
}

.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    margin: 30px 0px;
    transform: scale(1);
    transition: 0.4s;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.card:hover {
    background: rgba(0,0,0,0.06);
    transform: scale(1.05);
    transition: 0.4s;
}

.card img {
    width: 100%;
    height: 250px !important;
}

.project-spc {
    padding: 30px;
}

.section-01 .card:hover {
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
    transition: all .4s ease;
}

.top-btn {
    z-index: 99999;
    position: fixed;
    bottom: 3%;
    right: 10px;
    background: #000;
    cursor: pointer;
}

.top-btn #button {
    background: #2f4098;
    color: #fff;
    padding: 3px 14px;
    font-size: 30px;
}

.fg-default.fg-gutter-10 {
    padding-left: 0px !important;
}

.our-company {
    background: #2f4098;
    padding: 50px 50px;
    margin-bottom: 50px;
    margin: 50px 0px 80px 0px !important;
    height: 250px;
}

.our-company h4, .our-company p {
    color: #fff;
}

.our-company h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.logo-slider-slider .owl-carousel .owl-item img {
    width: 200px;
    margin: 0 auto;
}

.bottom-sec h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important;
}

.bottom-sec p {
    color: #fff !important;
}

.btn-link-inner a {
    background: #2f4098;
    padding: 15px 33px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-link-inner a:hover {
    background: #3c3c3c;
}

.about-para {
    padding: 0px 0px 75px 0px;
    margin: 0px;
}

.about-para p, .about-para h4 {
    color:#000;
}

.leadership-box img {
    width: 100%;
}

.leadership-box {
    margin-bottom: 100px;
    margin-top: 20px;
}

.para-box-leadership {
    margin-top: 20px;
}

.para-box-leadership p {
    margin-bottom: 25px;
}

.custom-model .modal-dialog {
    max-width: 800px !important;
    margin: 50px auto !important;
}

.custom-model .modal-dialog .leadership-box {
    margin-bottom: 40px;
    margin-top: 20px;
}

.custom-model .modal-dialog .leadership-box img {
    width: 100%;
    margin-top: 25px;
}

.banner-title h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner-title h1, .banner-title p {
    color: #fff;
}

.banner-title {
    padding: 77px 15px;
}

.overlay-banner {
    background: rgba(0,0,0,0.6);
	height: 100%;
}

.about-img {
	height: 295px;
}

.exp-para {
    padding: 5% 9% !important;
}

.exp-sec {
    height: 450px;
}

/****************************************************************/

.tabs {
  max-width: 100%;
}

.tabs-nav li {
  float: left;
  width: 50%;
}

.tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}

.tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.tabs a {
  background: #eaeaed;
  border: 1px solid #cecfd5;
  color: #0087cc;
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.tabs a:hover {
  color: #ff7b29;
}

.tabs-nav li {
    list-style: none;
}

.tabs ul {
    padding: 0px;
    margin: 0px;
}

.tab-active a {
  background: #fff;
  border-bottom-color: transparent;
  color: #2db34a;
  cursor: default;
}
.tabs-stage {
  border: 1px solid #cecfd5;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}

.ico-why-c img {
    background: #2f4098;
    padding: 20px;
    border-radius: 50px;
    transition: 0.5s;
}

.ico-why-c img:hover {
    background: #1e285f;
    padding: 25px;
    transition: 0.5s;
}

.q-contact {
    background: rgba(0,0,0,0.6);
    padding: 30px 20px !important;
}

.q-contact label {
    color: #fff !important;
}

.box-r-p {
    height: 270px;
    padding: 20px;
}
.single-post .post-section{
	padding-bottom: 50px;
}

/*****************************************************************/

@media only screen and (max-width: 1366px) {
    .slider-txt {
        margin-left: -74px !important;
    }
}

@media only screen and (max-width: 768px) {

    #responsive-menu-container #responsive-menu-title {
        background-color: #2f4098 !important;
    }
	#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active{
		height: 50px !important;
	}

    #responsive-menu-container {
        background-color: #2f4098 !important;
    }

    #responsive-menu-title-image {
        text-align: center !important;
        width: 100%;
    }

    #responsive-menu-title-image img {
        width: 210px;
    }

    button#responsive-menu-button {
        background: #3c3c3c !important;
    }

    .logo-footer img {
        margin-bottom: 50px;
    }

    .line-box p {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .txt-mh {
        text-align: center;
    }

    .copyright-footer p, .copyright-footer a {
        text-align: left;
    }

    .logo-header {
        text-align: center;
    }

    .nav-bar-main .top-bar-2 {
        display: block;
        text-align: center;
    }

}

@media only screen and (max-width: 575px) {
    .header {
        height: 60px;
    }

    .nav-bar-main p {
        text-align: center;
    }

    .about-section {
        text-align: center;
    }

    .box-icon-section {
        text-align: center;
    }

    .box-icon-section img {
        text-align: center !important;
    }

    .box-icon-section .wpb_single_image.vc_align_left {
        text-align: center !important;
    }

    .para-txt {
        text-align: center;
    }

    .why-section-line {
        text-align: center;
    }

    .about-section p, .para-txt p {
        margin-right: 0px;
    }

    .slider-projects .owl-nav {
        position: relative;
    }

    .site-footer {
        text-align: center;
    }

    .footer-link ul {
        column-count: 1;
    }

    .logo-footer img {
        margin-bottom: 50px;
    }

    .line-box p {
        margin-right: 10px;
        margin-bottom: 50px;
    }

    .txt-mh {
        text-align: center;
    }

    .copyright-footer p, .copyright-footer a {
        text-align: center;
    }

    .logo-header {
        text-align: center;
    }

    .nav-bar-main .top-bar-2 {
        display: block;
        text-align: center;
    }

    .slider-txt h2 {
        line-height: 0.6 !important;
		font-size: 60px;
    }

    .slider-txt {
        margin-left: -40px !important;
    }

    .slider-txt p {
        margin-bottom: 10px !important;
    }

    .logo-row .wpb_single_image.vc_align_left {
        text-align: center !important;
    }

    .box-icon-section p {
        margin-right: 0px;
    }
    
    .contact-box p {
        text-align: center !important;
    }
	
	.banner-title {
		padding: 30px 15px;
	}
}