/* WebSite Custom CSS*/
/*G STYLE*/

p {
    line-height: 1.6;
}
.fm {
    background-color: #4e5d82!important;
    /*background-image: linear-gradient(to right, #3c72a1 , #2396bc);*/
}

.c-top-offset{
    /*padding-top: 90px!important;*/
}
.btn.c-btn-outline1{
    background: transparent;
    color: #06409d;
    border: 2px solid #06409d;
    transition: all ease-in-out 0.2s;
}
.btn.c-btn-outline1:hover{
    background: #06409d;
    color: white;
    border: 2px solid #06409d;
    background: #1d9fc3;
    border-color: #1d9dc2;
    box-shadow: 0px 3px 30px -14px #2b547894;
}
.c-btn-grad-1 {
    background: linear-gradient(to right, #0482be , #1c9fc3);
    color: #fff;
    /*border: 2px solid #06409d;*/
    transition: all ease-in-out 0.2s;
    border: none;
    box-shadow: 0px 2px 13px -5px #286090;
}
.c-btn-grad-1:hover {
    background: linear-gradient(to right, #1394c1 , #01bbcd);
    color: #fff;
    box-shadow: 0px 2px 8px -4px #1e5482;
    transition: all ease-in-out 0.2s;
    transform: scale(1.1);
}

.c-gradient-bg-1 {
    background-color: #3c72a1;
    background-image: linear-gradient(to right, #3c72a1 , #1c9fc3);
}




/* custom fixed background section */
.custom-bgfixed.bgfixed {
    height: 300px;
}
.custom-bgfixed.full-height .container{
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    top: initial;
    bottom: 15%;
}
.custom-bgfixed.full-height .container h1{
    letter-spacing: 4px;
    font-size: 65px;
    margin: 0;
}


@media (min-width: 768px) {
    .custom-bgfixed.bgfixed {
        background-size: 220vw auto !important;
        min-height: 500px;
    }
    .row.equal-h-sm {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
      flex-wrap: wrap;
    }
    .row.equal-h-sm > [class*='col-'] {
      display: flex;
      flex-direction: column;
    }
}

@media (min-width: 992px) {
    .custom-bgfixed.bgfixed {
        background-size: 150vw auto !important;
    }
    .row.equal-h-md {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display:         flex;
      flex-wrap: wrap;
    }
    .row.equal-h-md > [class*='col-'] {
      display: flex;
      flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .custom-bgfixed.bgfixed {
        background-size: 100vw auto !important;
    }
}




.c-footer-link{
    color:#d0dfe3  !important;
    transition: all ease-in-out 0.2s;
}
.c-footer-link:hover{
    color:#fff  !important;
    text-decoration: none;
}

.wd-block-wrap .row {
    margin: 0 0 0 0;
    padding: 0;
}

.wd-block .row {
    margin: 0 0 0 0;
    padding: 0;
}

/*.fm {*/
/*    background-color:#4e5d82;*/
/*}*/

/*.fmt {*/
/*    color:#d0dfe3  !important;*/
/*}*/
/*.fmt: hover{*/
/*    color: #ffffff !important;*/
/*}*/
.nopadding {
    padding:0;
}

.fs {font-size:14px}
.nm {margin:0;padding:0}
.ctd {
     padding-left: 10px;
     padding-right:5px;
     border: 1px solid lightgrey;
}
#header-navbar {
    padding-right:15px;   
}
.my-lang-color {
    color:indigo !important;
}
/* End WebSite Custom CSS*/
.navbar {
                margin-bottom: 0 ;
                border-radius: 0 ;
                -moz-border-radius: 0 ;
}
.padwide {
    padding-left:0px;
    padding-right:0px;
}
.tresponsive {
    max-width: 100%;
    height: auto;
}
.none {
        visibility: hidden;
}
.isz {
    font-size:18px;
}
.builder_help_message {
    visibility: hidden;
    height:0;
}



/* Header Custom CSS*/
.bloglogo {
    /*display:none;*/
    width: auto;
}

.navbarmenu {
    font-size:14px;
    font-family:Arial;
    font-weight: 600;
}

#headercnt {
    border-bottom: none!important;
    box-shadow: 0px 0px 26px -10px rgb(43 136 177 / 25%);
}
.navheader a{
    text-decoration: none!important;
}
.navbar a:hover {
    /*color: #5e95b4!important;*/
}
.navbarmenu a {
    font-size: 16px;
    letter-spacing: 1px;
}
#headertitle {
    font-weight: 600;
}

@media (min-width: 768px) {
    #navbar.navbar-fixed-top-custom.custom-scrolled #headertitle{
        transition: all .4s;
        font-size: 35px!important;
    }
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) #headertitle{
        font-size: 3.7em!important;
    }
    #navbar.navbar-fixed-top-custom:not(.custom-scrolled) .navbarmenu a{
        transition: all .4s;
        font-size: 18px!important;
        font-weight: 600;
    }
    #navbar.navbar-fixed-top-custom.custom-scrolled .navbarmenu a{
        transition: all .4s;
        font-size: 16px!important;
    }
}

/* End Header Custom CSS*/

