@charset "utf-8";

/* ----------------------------------

Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Button
    06. Header
    07. Page Sections
    08. Footer
    09. Others
    10. Responsive

*/

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;subset=latin-ext');

/* ===================================
    Reset
====================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

/* ===================================
    Typography
====================================== */

/* font family */
body {
    font-size: 14px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
    color: #4e4e4e;
    font-weight: 400;
}

/* general */
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

button {
    border: none;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
    outline: none;
    box-shadow: none !important;
}

p {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
}

.small {
    font-size: 12px !important;
}

.divider {
    background: #e5e8ec;
    margin: 40px 0px;
}

/* heading */
h1 {
    font-size: 42px;
    line-height: 55px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 44px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}

/* text color */
.text-light {
    color: #ffffff !important;
}

.text-dark {
    color: #010101 !important;
}

.text-dark-grey {
    color: #727272 !important;
}

.text-light-grey {
    color: #9e9e9e;
}

/* font weight */
.font-weight-300 {
    font-weight: 300
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-500 {
    font-weight: 500
}

.font-weight-600 {
    font-weight: 600
}

.font-weight-700 {
    font-weight: 700
}

/* ===================================
    Background color
====================================== */

.bg-transparency {
    background-color: transparent !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-grey {
    background-color: #f6f6f6;
}

/* ===================================
    Button
====================================== */

/* Back to Top */
.back-to-top {
    background-color: #673f51;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 34px;
    z-index: 2000;
}

.back-to-top:hover {
    background-color: #673f51;
    color: #ffffff;
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    border: none;
}

.back-to-top:active {
    outline: none !important;
    border: none;
    background-color: #673f51;
    color: #ffffff;
}

.back-to-top:focus {
    background-color: #673f51;
    color: #ffffff;
    border: none;
    outline: none;
}

.back-to-top i {
    font-size: 20px;
}

/* Button Style One */
.button-style-one {
    color: #ffffff;
    background-color: #673f51;
    padding: 13px 34px 13px 34px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.15px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 30px;
    outline: none !important;
}

.button-style-one:hover {
    background-color: #fe688b;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.button-style-one:focus {
    background-color: #fe688b;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.button-style-one:active {
    background-color: #fe688b;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

/* Button Style Two */
.button-style-two {
    color: #010101;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button-style-two:hover {color: #a63b6b;}
.button-style-two:focus {color: #a63b6b;}
.button-style-two:active {color: #a63b6b;}

.oo-split-btn-l {
    margin-right: -2.7px;
    background: #4c4767;
    border: 2px solid #4c4767;
    border-radius: 30px 0 0 30px;
    color: #fff;
    padding: 13px 44px 13px 44px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.oo-split-btn-l:hover {
    color: #fff;
    border: 2px solid #6b6492;
    background: #6b6492;
    text-decoration: none;
}

.oo-split-btn-r {
    color: #4c4767;
    margin-left: -2.7px;
    background: #fff;
    border-radius: 0 30px 30px 0;
    border: 2px solid #e3e3e3;
    padding: 13px 30px 13px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.oo-split-btn-r:hover {
    color: #4c4767;
    border: 2px solid #476672;
    background: #fff;
    text-decoration: none;
}

/* Modal Close Button */
#closebt-container {
	position: relative;
	width:100%;
	text-align:center;
	margin-top:40px;
}

.closebt {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor:pointer;
	width: 52px;
	height: 52px;
}

.closebt:hover {
	transform:rotate(90deg);
}


/* ===================================
    06. Header
====================================== */
/* #mainNav */
#layout-header {
    border-bottom: 1px solid #e6e6e6;
}

#mainNav {
    background-color: #ffffff;
    padding: 15px 0px;
}
#mainNav .nav-link {
    font-size: 14px;
    color: #010101;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#mainNav .nav-link:hover {
    color: #a63b6b;
    text-decoration: none;
    position: relative;
}
#mainNav .nav-link.active {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    color: #a63b6b !important;
}
/* Navbar Toggler Start */
#mainNav .navbar-toggler {
    border: none;
    padding: 10px 0px;
    outline: none !important;
}
#mainNav .navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    background: #2c2c2c;
}

#mainNav .navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
}

#mainNav .navbar-toggler span+span+span {
    width: 10px;
}
/* Navbar Toggler End */
/* Dropdown Start */
#mainNav .dropdown-menu {
    border-radius: 0 !important;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    padding: 0;
    font-size: 13px;
}
#mainNav .dropdown-menu .dropdown-item.active,
#mainNav .dropdown-menu .dropdown-item:hover,
#mainNav .dropdown-menu .dropdown-item:focus {
    background-color: #2aabe3 !important;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-link.dropdown-toggle::after {
    border: none !important;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
    margin-left: 8px;
    content: "\f107";
}
.dropdown-item.dropdown-toggle::after {
    border: none !important;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
    margin-left: 16px;
    content: "\f105";
}
/* Dropdown End */

/* ===================================
    Page Sections
====================================== */

/* Welcome Start */
#welcome {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}

.welcome-lead-section>.social-icons>li>a {
    color: #9e9e9e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.welcome-lead-section>.social-icons>li>a:hover {
    color: #673f51;
}
/* Welcome End */

/* My Works Start */
.filter-buttons li {
    color: #010101;
    font-weight: 600;
    cursor: pointer;
}

.filter-buttons li.active {    
    color: #a63b6b;
}

.works-box {
    border: 1px solid #e3e6ef;
}

.works-content {
    padding: 15px;
}

.works-name {
    font-size: 18px !important;
    font-weight: 500;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px !important;
}
/* My Works Start */


/* ===================================
    Footer
====================================== */
#contact {
    position: relative;
    clear: both;
}

#footer #sub-footer {
    border-top: 1px solid #e5e8ec;
}

/* Footer Social Icons */
#footer .social-icons {
    font-size: 14px;
    padding: 0;
}
#footer .social-icons li a {
    color: #727272;
}
#footer .social-icons li a,
#footer .social-icons li a:active,
#footer .social-icons li a:focus,
#footer .social-icons li a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}
#footer .social-icons li a:hover {
    color: #010101;
}
#footer .social-icons li:not(:first-child) {
    margin-left: 20px;
}

/* ===================================
    Others
====================================== */

.custom-divider {
    max-width: 100px;
    margin: 15px 0px;
    height: 2px;
    width: 70px;
    background: #010101;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .modal-content {
      background-color: transparent!important;
      border: 0!important
  }
  
  #animatedModal {
      background-color: #ffffff !important;    
  }


/* ===================================
    Responsive
====================================== */

@media all and (max-width: 1024px){
    h1 {
        font-size: 32px;
        line-height: 38px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
    
    h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
@media all and (max-width:576px) {
    #sub-footer {
        text-align: center;
    }
    #sub-footer .row {
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
    }
    .copyright {
        font-size: 12px;
        line-height: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .copyright > span:first-child {
        display: none;
    }
}
@media (max-width: 768px) {
    .logo img {
        max-width: 70%;
    }
    #welcome {
        padding-top: 20px;
    }
    #mainNav {
        padding: 15px 0px !important;
    }
}

@media (min-width: 768px) {
    .copyright {
        font-size: 12px;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    #mainNav .dropdown-menu {
        border: none !important;
    }
    #mainNav .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid#e6e6e6;
    }
    #mainNav .navbar-nav li:last-child {
        border-bottom: none !important;
    }
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: transparent; }
	.dropdown-menu > li:hover > .submenu{
		display: block;
    }
}

@media screen and (width:1024px) {
    .welcome-details-box h3:first-child {
        line-height: 38px;
    }
}