#custom-pages .inner-content {
    position: relative;
}


#custom-pages h1 {
     display: inline-block;
     padding-bottom: 10px;
     position: relative;
     font-family: 'Roboto Slab', serif;
     font-size: 2.6em;
     color: #222222; 
     margin: 15px 0 5px;
}

#custom-pages h1::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     bottom: 0;
     left: 0;
     border-bottom: 3px solid #da1818;
}

#custom-pages .utext {
     font-family: 'Open Sans', sans-serif;
     color: #4f4d4d;
     font-size: 1.3em;
     padding-top: 10px;
}

#custom-pages .upad {
    margin-top: 30px;
    margin-bottom: 80px;
}

#custom-pages .vpad {
    margin: 50px 0;    
}

#custom-pages .sumb {
    border-top: 1px solid #dbdada;
    border-left: 1px solid #dbdada;
    border-right: 1px solid #dbdada;
    border-bottom: 3px solid #da1818;
}

#custom-pages h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.8em;
    color: #222222; 
    border-bottom: 1px solid #e9e7e7;
    text-transform: none;
    margin: 0px 0px 35px;
    padding-bottom: 5px;
}

.text-box {
    font-family: 'Open Sans', sans-serif;
    color: #4f4d4d;
    font-size: 1.1em;
}

.btn-section {
    color: #fff;
    background-color: #17396a;
    border-color: transparent;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    border-radius: 4px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}


.btn-section:hover,
.btn-section:focus {
    color: #fff;
    background-color: #1c4581;
}

#custom-pages .links-sm a {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding-right: 5px;
    padding-left: 5px;
    
}

#custom-pages .links-sm {
    margin-top: 20px;
    color: #777;
}

@media (max-width: 992px) {
    .text-box {
        margin-top: 20px;
    }

    #custom-pages img.sumb {
        width: 100%;
        height: auto;

    }
}










#custom-video-pages .inner-content {
    position: relative;
}


#custom-video-pages h1 {
     display: inline-block;
     padding-bottom: 10px;
     position: relative;
     font-family: 'Roboto Slab', serif;
     font-size: 2.6em;
     color: #222222; 
     margin: 15px 0 5px;
}

#custom-video-pages h1::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 3px;
     bottom: 0;
     left: 0;
     border-bottom: 3px solid #da1818;
}

#custom-video-pages .utext {
     font-family: 'Open Sans', sans-serif;
     color: #4f4d4d;
     font-size: 1.3em;
     padding-top: 10px;
}

#custom-video-pages .upad {
    margin-top: 30px;
    margin-bottom: 80px;
}

#custom-video-pages .vpad {
    margin: 50px 0;    
}

#custom-video-pages.sumb-video {
    border: 0 none;
    
}

#custom-video-pages h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.6em;
    color: #222222; 
    border: 0 none;
    text-transform: none;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
}

#custom-video-pages h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #222222; 
    border: 0 none;
    text-transform: none;
    margin: 0px 0px 5px;
    padding-bottom: 5px;
}

#custom-video-pages h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #666; 
    border: 0 none;
    text-transform: none;
    margin: 0px 0px 20px;
    padding-bottom: 5px;
}

#custom-video-pages hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

#custom-video-pages .top-title {
    display: flex;
     align-items: center;
}

#custom-video-pages .top-icon {
    margin-right: 20px;    
   
}


#custom-video-pages .text-box {
    font-family: 'Open Sans', sans-serif;
    color: #4f4d4d;
    font-size: 1.1em;
}

#custom-video-pages .btn-section {
    color: #fff;
    background-color: #17396a;
    border-color: transparent;
    font-family: 'Roboto Slab', serif;
    font-size: 1em;
    border-radius: 4px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}


#custom-video-pages .btn-section:hover,
#custom-video-pages .btn-section:focus {
    color: #fff;
    background-color: #1c4581;
}

#custom-video-pages .links-sm a {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding-right: 5px;
    padding-left: 5px;
    
}

#custom-video-pages .links-sm {
    margin-top: 20px;
    color: #777;
}



@media (max-width: 992px) {
    #custom-video-pages .text-box {
        margin-top: 20px;
    }

    #custom-video-pages img.sumb-width {
        width: 100%;
        height: auto;

    }
}