/*
Theme Name: Sizdom Technologies
Theme URI: http://www.sizdom.com/
Description: Sizdom Technologies custom WordPress theme.
Author: Sizdom Technologies
Text Domain: sizdom
Author URI: https://www.sizdom.com/
Version: 3.451
Tags: clean, light, responsive, multi-column, portfolio, business, blue, white, black, sizdom
This theme goes along with the Sizdom Technologies all rights reserved.
*/
body{
    font-family: "Poppins";
    font-size: 14px;
    overflow: hidden;
    height: 100%;
}
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-weight: bold;
}
img{
    transition: .5s;
}
p{
    margin: 0;
    line-height: 25px;
}
a, a:hover, a:active, a:focus{
    text-decoration: none;
    color: #333;
}
header.header {
    position: absolute;
    width: 100%;
    z-index: 20;
}
h1{
    font-size: 65px;
    font-weight: bold;
    text-transform: capitalize;
}
.topbar {
    padding: 15px 0px;
    color: #fff;
}
ul.topbarlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.topbarlist li {
    display: inline-block;
    white-space: nowrap;
}
ul.topbarlist li i {
    color: #fff;
    margin-right: 10px;
}
ul.topbarlist li a {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
}
ul.topbarlist li:last-child a {
    margin-right: 0;
}
.post_taxonomies ul {
    margin: 0 0 10px;
    padding: 0;
}
.post_taxonomies ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.bg-dark-sizdom{
    background: #212428;
}
.navbar-light .navbar-toggler {
  background: #FFFFFF;
}
.navbar-brand{
    width: 300px;
}
@media (max-width:500px){
  .navbar-brand{
      width: 220px;
  }
}
@media (max-width:370px){
  .navbar-brand{
      width: 180px;
  }
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    transition: .5s;
    font-size: 14px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #F0A751;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .header .navbar-nav .current-menu-item a {
    color: #F0A751;
}
.header .navbar-nav .dropdown-menu{
    background-color: #212428;
    min-width: 12rem;
}
.homeslider {
    position: relative;
    overflow: hidden;
}
.homeslider .carousel-caption {
    right: unset;
    bottom: unset;
    top: 40%;
    text-align: left;
    max-width: 40%;
}
.homeslider .carousel-indicators {
    right: unset;
}
.homeslider .carousel-item img {
    transform: scale(1.2);
    transition: 5s;
}
.homeslider .carousel-item.active img {
    transform: scale(1.0);
    transition: 5s;
}
div#particles-js, #particles-js2, #particles-js3 {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}
section.homeabout {
    padding: 100px 0;
    background: url(images/about-img-bg.png) no-repeat;
    background-position: 0px 15px;
}
.homeservices {
    padding: 100px 0;
    background: url(images/bg6.jpg) no-repeat;
    background-size: cover;
    background: #edf4fe;
}
.homeservices h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 100;
}
.homeservices h3 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}
.homeservices p {
    text-align: justify;
    margin-bottom: 10px;
}
.btntheme {
    display: inline-block;
    color: #333;
    border-bottom: 2px solid #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.homeservicebox {
    padding: 50px 30px;
    background: #fff;
    text-align: center;
    box-shadow: 2px 3px 6px #ccc;
    margin: 0 0 30px;
    transition: .5s;
    min-height: 410px;
}
.homeservicesslider .homeservicebox{
    margin: 2px 10px 20px;
    min-height: 410px;
}
.homeservicebox .boxicon img {
    max-width: 55px;
    margin: 0 auto;
}
.homeservicebox h3 {
    font-size: 18px;
    margin-top: 20px;
}
.homeservicebox:hover {
    transform: scale(1.05);
    background: #F9F9FA;
    box-shadow: 2px 3px 6px #a5a5a5;
}
.homeservicesslider .owl-stage {
    margin-top: 20px;
}
.homeservicesslider .owl-dots {
    text-align: center;
}
.homeservicesslider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background: #3339;
    margin-right: 10px;
    transition: .5s;
}
.homeservicesslider .owl-dots button.owl-dot.active{
    background: #F0A751;
}
.homeparalex{
    padding: 150px 0;
    background: url(images/bg2.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.particlecontent {
    z-index: 5;
    position: relative;
    color: #fff;
    text-align: center;
}
.particlecontent a{
    color: #fff;
    border-color: #fff;
}
.particlecontent span.paralextitle {
    font-size: 22px;
    text-transform: capitalize;
    color: #F0A751;
}
.particlecontent h4 {
    font-size: 35px;
    margin: 20px 0;
}
.smalltitle{
    font-size: 16px;
    text-transform: capitalize;
    color: #F0A751;
    font-weight: bold;
}
/* mixitup */
.portfoliohome {
    padding: 100px 0;
    background:url(images/bg3.jpg) no-repeat fixed;
    background-size: cover;
}
.portfoliohome .controls {
    margin: 10px 0 30px;
}
.portfoliohome .controls button.control {
    background: none;
    padding: 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    position: relative;
    transition: .5s;
}
.portfoliohome .controls button.control:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0px;
    height: 3px;
    background: #fab702;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.portfoliohome .controls button.control.mixitup-control-active:after, 
.portfoliohome .controls button.control:hover:after{
    width: 30px;
}
.portfoliohome .controls button.control:focus, .portfoliohome .controls button.control:active {
    outline: none;
}
.mix {
    position: relative;
    margin-bottom: 30px
}
.mix .projectimg {
    max-height: 225px;
    overflow: hidden;
    border-radius: 10px;
    border-radius: 10px;
}
.mix .projectimg img {
    transition: 1s;
}
.mix:hover .projectimg img {
    transform: scale(1.2);
}
.mix:hover .projectimg {
    filter: contrast(1.3);
}
.mix a {
    font-size: 14px;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
    margin: 0 10px;
    padding: 10px;
    border-radius: 25rem;
    max-width: 87%;
    font-weight: bold;
    line-height: 16px;
    background: linear-gradient(to left, white 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all .5s ease;
}
.mix:hover a {
    background-position: left bottom;
    color: #F0A751;
}
.hometestimonials {
    background: #edf4fe;
    background: url(images/bg4.jpg) no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.testimocontent {
    padding: 40px;
    background: #edf4fe;
    position: relative;
    margin-bottom: 50px;
}
.testimocontent i {
    background: #F0A751;
    padding: 23px 0 0;
    position: absolute;
    bottom: -30px;
    border-radius: 100%;
    text-align: center;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    font-size: 17px;
    color: #000;
}
.testimocontent p {
    font-size: 17px;
    line-height: 36px;
    text-align: justify;
    font-weight: 100;
}
.testititle {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.testimonialbox .boxicon {
    text-align: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 20px;
}
.testimoabout {
    color: #fff;
    text-align: center;
}
.testimoabout p {
    font-style: italic;
}
.testimoabout .smalltitle {
    font-size: 22px;
    font-weight: bold;
}
.hometestimonialslider .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.hometestimonialslider {
    position: relative;
    z-index: 15;
}
.hometestimonialslider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 100%;
    border: 2px solid #fff;
    transition: .5s;
}
.hometestimonialslider .owl-dots .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    transition: .5s;
}
.hometestimonialslider .owl-dots .owl-dot:hover, .hometestimonialslider .owl-dots .owl-dot.active{
    border-color: #F0A751;
}
.hometestimonialslider .owl-dots .owl-dot:hover span, .hometestimonialslider .owl-dots .owl-dot.active span {
    background: #F0A751;
}
section.homeblog {
    padding: 100px 0;
    background: url(images/bg91.jpg) no-repeat;
}
section.homeblog .homeblogtitles {
    text-align: center;
    margin-bottom: 20px;
}
.blogdetail {
    background: #ffffff;
    border-radius: 1px 1px 10px 10px;
    box-shadow: 1px 1px 10px #33333336;
}
.blogimg {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .5s;
}
.blogdetail:hover .blogimg img {
    transform: scale(1.1);
}
.blogdetail:hover .blogimg {
    filter: contrast(1.5);
}
.blogcontent {
    padding: 10px 20px;
    min-height: 300px;
}
.blogcontent h4 {
    font-size: 16px;
    min-height: 42px;
    margin-bottom: 10px;
}
.blogmeta {
    text-align: center;
    margin-bottom: 10px;
    /*display: none;*/
}
.blogmeta strong {
    color: #f0a751;
    color: #333;
}
.blogcontent p {
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
}
footer.footer {
    background: #212428;
    padding: 25px 0 0;
    color: #fff;
}
.footer .logoimg{
    max-width: 250px;
    margin: 10px 0 0;
}
ul.footercontact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
ul.footercontact li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
ul.footercontact li i {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: orange;
    text-align: center;
    border-radius: 100%;
    padding-top: 8px;
    font-size: 14px;
}
ul.footercontact li a {
    color: #ffffff;
}
.footerabout p {
    text-align: justify;
}
.footer h5 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin: 10px 0 20px;
}
.footer ul.footermenu {
    list-style: none;
    padding: 0;
}
.footer ul.footermenu li a:before {
    content: '';
    width: 10px;
    background: #F0A751;
    height: 2px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.footer ul.footermenu li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    transition: .5s;
}
.footer ul.footermenu li a:hover {
    color: #F0A751;
}
.copyright {
    padding: 20px 0;
    margin-top: 25px;
    text-align: center;
    background: #151515;
}
.pagehead {
    background: url(images/bg2.jpg) no-repeat;
    background-size: cover;
    padding: 200px 0 0;
    min-height: 400px;
    position: relative;
}
.pagehead .pageheadcontent{
    position: relative;
    z-index: 15;
}
.pagehead .pageheadcontent h3 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom:100px;
}
ul.breadcrumbs {
    list-style: none;
    padding: 0;
}
ul.breadcrumbs li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-style: italic;
}
ul.breadcrumbs li a {
    color: #fff;
    display: block;
    font-size: 14px;
}
.page form {
    margin-top: 30px;
}
.page input, .page textarea {
    padding: 10px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    border: 3px solid #F0A751;
    min-width: 45%;
    margin-bottom: 20px;
    background: #f5f5f5;
    margin-right: 10px;
    border-radius: 20px;
    color: #000;
}
.page textarea{
    width: 92%;
    resize:  none;
}
.page input::placeholder, .page textarea::placeholder {
    color: #0000008c;
    text-transform: capitalize;
}
.page input[type="submit"] {
    min-width: 150px;
    color: #000;
    background: linear-gradient(to left, #f0a751 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all .5s ease;
}
.page input[type="submit"]:hover {
    background-position: left bottom;
    color: #f0a751;
    
}
.googlemap iframe {
    width: 100% !important;
    height: 350px !important;
}
.page .contactinfo {
    background: #fff;
    box-shadow: 0px 0px 10px #0000003d;
    padding: 40px;
    border-radius: 20px;
}
.page .contactinfo h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.page .contactinfo h6 {
    color: #f0a751;
    font-size: 20px;
    font-weight: 100;
    text-shadow: none;
    margin-bottom: 5px;
}
.page .contactinfo h6 i {
    margin-right: 5px;
}
.page .contactinfo p {
    font-size: 16px;
    margin-bottom: 5px;
}
ul.sociallinks {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
ul.sociallinks li {
    display: inline-block;
}
ul.sociallinks li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #f0a751;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    border-radius: 100px;
    color: #fff;
    margin-right: 5px;
}
ul.sociallinks li:nth-child(1) a{
    background: #119AD4;
}
ul.sociallinks li:nth-child(2) a{
    background: #0362B4;
}
ul.sociallinks li:nth-child(3) a{
    background: #B215AC;
}
ul.sociallinks li:nth-child(4) a{
    background: #C8232C;
}
ul.sociallinks li:nth-child(5) a{
    background: #CB3737;
}
span.day {
    display: block;
    position: relative;
    margin-bottom: 4px;
}
span.day span.time {
    text-align: right;
    position: absolute;
    right: 0;
}
.contactinfo .day:last-child .time{
    color: #CB3737;
}
ul.sidemenu, .menu-footer-three-menu-container ul, .sidebar ul {
    padding: 0;
    list-style: none;
}
ul.sidemenu li a, .menu-footer-three-menu-container ul li a, .sidebar ul li a{
    display: block;
    border: 3px solid #f0a751;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background: linear-gradient(to left, transparent 50%, #f0a751 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
}
ul.sidemenu li.active a, ul.sidemenu li a:hover, .menu-footer-three-menu-container ul li.active a, .menu-footer-three-menu-container ul li a:hover, .sidebar ul li.active a, .sidebar ul li a:hover {
    background-position: left bottom;
    color: #fff;
}
ul.sidemenu li a:before, .menu-footer-three-menu-container ul li a:before, .sidebar ul li a:before {
    content: "\f061";
    font-family: FontAwesome;
    margin: 0 15px 0 5px;
}
.pagedetail h1{
    font-size: 32px;
    position: relative;
    padding-bottom: 50px;
}
.pagedetail h1:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    bottom: 30px;
    border-radius: 0px;
    background: #f0a751;
}
.pagedetail p {
    font-size: 15px;
    letter-spacing: 0.8px;
    word-spacing: 4px;
    text-align: justify;
    margin-bottom: 10px;
}
.pagedetail img{
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}
#loader{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    bottom: 0;
}
#loader span.bg {
    background: #212428;
    width: 100%;
    height: 100%;
    position: fixed;
}
#loader .spin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 6px solid #f0a751;
    border-radius: 0%;
    border-top: 6px solid #f0a751;
    width: 120px;
    height: 120px;
    z-index: 999999;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}
@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}
.home_service_text h3, .home_service_text p {
    text-align: justify !important;
}
.sidebar h5 {
    margin: 0 0 20px;
}
.sidebar .custom-html-widget, .sidebar img, .sidebar div {
    margin-bottom: 50px;
}

.page span.wpcf7-form-control-wrap {
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 10px;
    min-height: 70px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 7px;
    left: 25px;
}
.page span.wpcf7-form-control-wrap input, .page span.wpcf7-form-control-wrap.messages {
    width: 100%;
}
.page span.wpcf7-form-control-wrap textarea{
	max-width: 91%;
}
.grecaptcha-badge {
    display: none !important;
}
.schooly_btn > a {
    background: orange;
    color: #000 !important;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.schooly_btn > a:after {
    content: '\f003';
    font-family: 'FontAwesome';
    margin-left: 10px;
}
/* mobile view */
@media only screen and (max-width: 992px) {
    .schooly_btn > a {
        margin-left: 0;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .topbar {
        display: none;
    }
    .navbar-light .navbar-toggler{
        background: #FFFFFF;
    }
    
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
        background: #F0A751;
    }
    header.header {
        position: unset;
        background: #212428;
    }
    .homeslider .carousel-caption {
        top: 25%;
        max-width: 100%;
        left: 10px;
        right: 10px;
        padding-top: 10px;
        text-align: center;
    }
    .homeslider .carousel-caption h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .homeslider .carousel-caption h3 {
        font-size: 16px;
        font-weight: 100;
    }
    .homeslider .carousel-caption p {
        display: none;
    }
}


















