/*
    Theme Name: R-Square
    Theme URI: https://www.zohothemes.com/
    Author: the ZohoThemes team
    Author URI: https://www.zohothemes.com/
    Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. 
    Requires at least: 5.9
    Tested up to: 5.9
    Requires PHP: 5.6
    Version: 1.1
    Text Domain: rsquare
    Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, xsticky-post, threaded-comments
*/


/*  Ref https://github.com/hankchizljaw/modern-css-reset
*   https://unpkg.com/modern-css-reset/dist/reset.min.css
*/
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:#e8e8e8}
::-webkit-scrollbar-thumb:hover{background:#70c9aa}
::-webkit-scrollbar-thumb{  
    background-image:-webkit-linear-gradient(45deg,#ff656a,#0f8f76);
    background-image:-o-linear-gradient(222deg,#94d6bf,#0f8f76);
    background-image:linear-gradient(222deg,#94d6bf,#0f8f76);
}
::-moz-selection{background:rgba(95,205,167,.3)}
::selection{background:rgba(95,205,167,.3)}

/* CSS RESET STARTS */
*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-font-smoothing:antialiased;-moz-os-font-smoothing:grayscale;padding:0;margin:0;outline:0;vertical-align:baseline
}

:root {
    --secondary-color:#109c75;
}

html {
    font-size: 18px;
    line-height: 1.15;
    margin: 0;
    padding: 0;
}
/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Remove default margin */
body,h1,h2,h3,h4,figure,blockquote,dl,dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],ol[role="list"] {
    list-style: none;
}


ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.dwg-list {
    margin: 25px 0px 0;
}
ul.dwg-list li {
    margin-bottom: .50rem;
    line-height: 26px;
    padding: 0 0 15px 24px;
    position: relative;
}

ul.dwg-list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f02d";
    color: #076d6f;
    font-weight: 600;
    font-size: 16px;
    margin-right: 8px;
    left:0px;
    top:0px;
    position: absolute;
}

ul.dwg-list li a {
    color: #d3d3d3;
    font-size: 15px;
}

button{position:relative;overflow:hidden}

.black {
    color:#000 !important;
}

.bg-gray {
    background: #f5f5f5 !important;
}

/* Set core body defaults */
body {
    margin:0;
    padding:0px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:16px;
    outline:0;
    overflow-x:hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}
a:hover{text-decoration:none} 
button:focus{outline:0!important}
.v-center{align-self:center;align-items:center}
.lnk{position:relative;overflow:hidden}
.animation,.circle,.circle2,.clients-logo,.custom-btn,.dropdown-toggle,.hoshd,.hover-scale img,.icon-set,.isotope_item,.link-hover
,.dwg-header,.dwg-header.sticky,.navbar,.s-block,.sticky,.sub-menu-sec a,a,button,input
{   
    -webkit-transition:1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition:1.2s cubic-bezier(.17,.85,.438,.99);
    transition:1.2s cubic-bezier(.17,.85,.438,.99)
}
.no-shadow{box-shadow:none!important}
.hc-nav-trigger.hc-nav-1 {
    display: block;
}

/* Make images easier to work with */
img,picture, video, canvas, svg  {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,button,textarea,select {
    font: inherit;
}
article,aside,details,figcaption,figure,footer,header,nav,section,summary{display:block}
h1, h2, h3, h4, h5, h6,p {
    overflow-wrap: break-word;
    font-family:inherit;
}

ol, ul, dl {
    list-style: none; 
    margin-top: 0;
    margin-bottom: 1rem;
    overflow-wrap: break-word;
}

a {
    color: #0783E3;
    text-decoration: none;
    background-color: transparent;
}

.mt-75 {
    margin-top: 75px;
}

.b-title {
    font-weight: 700;
    color:#076d6f;
    margin-bottom:3rem;
    letter-spacing: -1px;
}

.section-title {
    font-weight: 700;
    color:#076d6f;
    margin-bottom:3rem;
}

.section-title:after {
    content: "";
    display: block;
    position: relative;
    max-width: 150px;
    width: 20%;
    height: 5px;
    left: 5px;
    bottom: -25px;
    background-color: #076d6f;
    width: 35px;
    bottom: -5px;
    left: 0px;
}

a.readmore {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s;
    color: #898989;
}

a.readmore:after {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    content: "\f061";
    font-style: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s;
    margin-left: -5px;
    -webkit-font-smoothing: antialiased;
}

a.readmore:hover {
    color: #076d6f; 
    transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    -moz-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
}

a.readmore:hover:after {
    opacity: 1;
    margin-left: 3px;
}
/*
.dropdown-toggle::after {
    vertical-align: 0.055em;
}
*/
/* Remove all animations and transitions for people that prefer not to see them 
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,*::before,*::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}*/

/* Header */

.dwg-topbar {
    position: relative;
    background:none;
    color: #555555;
    padding:0;
    border-bottom:1px solid rgba(16, 17, 21, 0.1);
    /*height:4rem;
    background:#eee;*/
}

.dwg-topbar .dwg-topbar-bg {
    background: url(assets/images/head-top-band1.png) no-repeat center center;
    overflow: hidden;
    padding: 0.70em 0;
    background-size: cover;
}

.dwg-topbar p {
    margin-bottom: 0rem;
}

.about-page .dwg-topbar p, .facility-page .dwg-topbar p, .contact-page .dwg-topbar p {
    color:#fff;
}

.dwg-header {
    /*height: 100px;
    display: block;
    align-items: center;
    padding:0rem 2.5rem;
    border-bottom:1px solid rgba(255,255,255,.1)
    */
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 999;
}


.dwg-header .dwg-menubar.sticky .dwg-logo img.dwg-logo-dark {
    display: inline-block;
    width:220px;
}

.contact-page .dwg-header .dwg-logo img.dwg-logo-white, .about-page .dwg-header .dwg-logo img.dwg-logo-white, 
.facility-page .dwg-header .dwg-logo img.dwg-logo-white, .home .dwg-header .dwg-logo img.dwg-logo-white  {
    display: none;
}

.contact-page .dwg-menubar.sticky .dwg-logo img.dwg-logo-white, 
.about-page .dwg-menubar.sticky .dwg-logo img.dwg-logo-white, 
.facility-page .dwg-menubar.sticky .dwg-logo img.dwg-logo-white {
    display: none;
}
.contact-page .dwg-menubar .dwg-logo img.dwg-logo-dark, 
.about-page .dwg-menubar .dwg-logo img.dwg-logo-dark, 
.facility-page .dwg-menubar .dwg-logo img.dwg-logo-dark,
.home .dwg-header .dwg-logo img.dwg-logo-dark {
     display: inline-block;
     width:260px;
}

.dwg-menubar.sticky img.dwg-logo-dark {
    width:225px;
}

.home .dwg-header .navbar-brand img.dwg-logo-dark {
    width:260px;
    display: inline-block;
}

.navbar .navbar-collapse {
    margin-left:100px
}

.static-menubar {
    background: none;
    position: relative;
    z-index: 1030;
}
.dwg-menubar {
    padding:0.25rem 0rem;
}

.contact-page .static-menubar, .about-page .static-menubar, .facility-page .static-menubar {
    background:transparent;/*rgba(255,255,255,.4)*/
}

.static-menubar.sticky {
    position: fixed;
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    width:100%;
    top:0px;
    left:0px;
    background: #fdfdfdf0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    box-shadow: 0 0 10px rgb(16 17 21 / 10%);
}


.dwg-header.sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
    box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
    height: 90px;
}

.static-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}
.nav-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dwg-logo {
    float: left;
    line-height: 85px;
}
/*
.dwg-logo .nav-brand img {
    max-height: 75px;
    width: auto;
}
/*
header .dwg-logo-dark {
    display:inline-block;
}

header .dwg-logo-white {
    display: none;
}
*/

.dwg-menubar .nav-header .dwg-logo img {
    height:80px;
    position: relative;
    margin-top: 0px;
}

.dwg-menubar.sticky .dwg-logo img.dwg-logo-white {
    display:none;
}

.home .dwg-menubar .nav-header .dwg-logo img.dwg-logo-white {
    display: none;
}

.dwg-menubar.sticky .dwg-logo img.dwg-logo-dark {
    display:inline-block;
}

.form-control {
    /*border-radius: 0px;
    box-shadow: none;
    border: solid 1px #d4d4d4;
    font-size: 15px;
    padding: 10px;
    */
    border-radius: 0px;
    width: 100%;
    padding: 14px 22px;
    border: none;
    border-top: solid 1px #efefef;
    border-bottom: 1px #dae4e8 solid;
    border-right: solid 1px #efefef;
    border-left: 1px #dae4e8 solid;
    font-size: 16px;
    color: #858788;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*input.form-control {
    height: 46px;
}*/

.form-control:focus {
    box-shadow: none;
    border-top: solid 1px #efefef;
    border-left: solid 2px #14987c;
    border-right: solid 1px #efefef;
    border-bottom: solid 2px #14987c;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

/*
.header__button-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 3rem;
    padding-right: 3rem;
    pointer-events: none;
    position: fixed;
    z-index: 6;
}
.header__button {
    background-color: transparent;
    box-shadow:none; 0 1px 2px rgb(63 68 67 / 24%) 
    border-radius: 0px;
    border:none;
    cursor: pointer;
    padding: 6px 10px;
    pointer-events: initial;
    position: relative;
    right: 0rem;
    text-transform: none;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity,background-color,-webkit-filter;
    transition-property: opacity,background-color,-webkit-filter;
    transition-property: opacity,filter,background-color;
    transition-property: opacity,filter,background-color,-webkit-filter;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 6;
}

.header__button__box {
    display: inline-block;
    height: 14px;
    pointer-events: none;
    position: relative;
    width: 20px;
}
.header__button__box__inner {
    background-color: #fff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transition-duration: .075s;
    transition-duration: .075s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 20px;
}

.header__button__box__inner::before, .header__button__box__inner::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 20px;
}

.header__button__box__inner::before {
    top: -6px;
    -webkit-transition: top .075s ease .12s,opacity .075s ease;
    transition: top .075s ease .12s,opacity .075s ease;
}

.header__button__box__inner::after {
    bottom: -6px;
    -webkit-transition: bottom .075s ease .12s,-webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s ease .12s,-webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s ease .12s,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom .075s ease .12s,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

*/

.dwg-header #dwgNavBtn .button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #fff;
    margin-right: 2rem;
}

.dwg-header.sticky .button {
    color:#af0609 !important;
    transition: color .4s ease-in,transform .4s ease-in,width .4s ease-in;
    border:2px solid #af0609 !important;
}

@media only screen and (min-width: 768px) {
    .dwg-header #dwgNavBtn button {
        width: 135px;
        height: 40px;
        padding: 2.5px 5px;
    }
}

.dwg-header #dwgHamMenu {
    display: inline-block;
    margin: 0 15px;
}

.dwg-header #dwgHamMenu input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

.dwg-header .wrap.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwg-header .col-md-7 .wrap.flex {
    justify-content: flex-end;
}

.dwg-header .wrap {
    min-height: 80px;
    height: 80px;
}

#menu-icon {
    cursor: pointer;
    z-index: 999;
}
    #menu-icon .ico-menu {
        top: 10px;
        right: 0px;
        display: inline-block;
        padding: 7px 5px;
        background-color: transparent;
    }
    #menu-icon .ico-menu .bar {
        display: block;
        background-color: #fff;
        width: 30px;
        height: 3px;
        border-radius: 5px;
        margin: 5px 0 5px auto;
        transition: background-color .4s ease-in,transform .4s ease-in,width .4s ease-in;
    }
    
    #menu-icon .ico-menu .bar.top {
        width: 20px;
    }
    
    #menu-icon .ico-menu .bar.bottom {
        width: 25px;
    }
    #menu-icon .ico-menu+span {
        display: inline-block;
        color: #fff;
        margin-left: 8px;
    }
    
    .dwg-header.sticky #menu-icon .ico-menu .bar {
        background-color: #af0609;
        transition: background-color .4s ease-in,transform .4s ease-in,width .4s ease-in;
    }
    .dwg-header.sticky #menu-icon .ico-menu+span {
        color:#af0609;
        transition: color .4s ease-in,transform .4s ease-in,width .4s ease-in;
    }
    
/*
.navbar-brand {
    display: none;
}
*/
 
.navbar {
    border-bottom: none!important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: .95rem;
    font-weight: 500;
    font-family: inherit;
    text-transform: capitalize;
}

/*
.contact-page .navbar-light .navbar-nav .nav-link,
.about-page .navbar-light .navbar-nav .nav-link,
.facility-page .navbar-light .navbar-nav .nav-link {
    color:#fff;
}*/

.dwg-menubar.sticky .navbar-nav .nav-link {
    color:rgba(0,0,0,.55);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color:#0f8f76;
}

ul.navbar-nav ul.dropdown-menu::before::not(ul li ul li ul.dropdown-menu) {
    /*content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-top: 20px solid #f17e39;
    position: absolute;
    top: -15px;
    left: 20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    */
    content: url('http://saravananr/bytesbrothers2018/wp-content/themes/bsquare2016/assets/images/nav-arrow.png');
    position: absolute;
    top: -18px;
    left: 5%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    margin: 0px auto;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0.8rem;
}

.dropdown-toggle::after {
    top: 0.15rem;
    position: relative;
}

.navbar-nav .nav-link {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.navbar-nav .nav-link:hover {
    /*color:#0f8f76 !important;*/
    color:#056c58 !important;
}

.navbar-nav .ico-menu  {
    width: 100%;
    position: relative;
    text-align: center;
}
.navbar-nav .ico-menu img {
    display: block;
    height:64px !important;
    justify-content: center;
    margin:0 auto;
}

.navbar-nav .ico-menu a {
    text-decoration: none;
}

/*additional*/
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .sub-menu {
    display:none;
    position: absolute;
    left:100%;
    margin-left:1px;
}

.dropdown-menu >li:hover >.sub-menu {
    display:block;
    top:0px;
}


.dropdown-menu  a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    top:1rem;
    right:.75rem;
}

.zt-btn {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 2.7rem;
    padding: 11px 30px;
    border-radius: 2.25rem;
    background-color: #b3ddd5;
    border: none;
    width: 12.5rem;
    box-shadow: rgb(63 142 142) 0px 4px;
    transition: all 0.2s ease 0s;
    color: #074d67;
}

.zt-btn:hover, .zt-btn:focus,button:focus {
    outline: none;
    background: #b3ddd5;
    color:#0c626f;
}

.zt-btn:hover, .zt-btn:focus {
    border: none;
    cursor: pointer;
    transform: translateY(4px);
    box-shadow: none;
}

.btn.btn-primary {
    background-image: -webkit-linear-gradient(top,#3a9eeb 0,#1f77bb 100%) !important;
    background-image: -o-linear-gradient(top,#3a9eeb 0,#1f77bb 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3a9eeb),to(#1f77bb)) !important;
    background-image: linear-gradient(to bottom,#3a9eeb 0,#1f77bb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#3a9eeb', endColorstr='#ff1f77bb', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-bottom: 3px solid #6a131b;
    border-style: none none solid;
    line-height: 1.2;
    padding: 0.7rem 1.7rem;
}

.btn.btn-primary:hover {
    background-image: -webkit-linear-gradient(top,#1f77bb 0, #3a9eeb 100%) !important;
    background-image: -o-linear-gradient(top,#1f77bb 0,#3a9eeb 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1f77bb),to(#3a9eeb)) !important;
    background-image: linear-gradient(to bottom,#1f77bb 0,#3a9eeb 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d887b', endColorstr='#ff00be93', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border-color: #1f77bb;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #1f77bb;
    background-position: 0 !important;
}

.btn.btn-primary i {
    margin-left: 6px;
    position: relative;
    top: 1px;
}
    
.dwg-hero {
    padding: 0px;
    display: flex;
    align-items: center;
    height: 530px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.dwg-hero.dwg-hero--home-bg {
    height: 850px;
}

.dwg-hero.dwg-hero--height {
    height: 450px;
}

.dwg-hero-bg-gradient {
    /*background:linear-gradient(to right, #3f36b9 0, #20206b 100%);
    background-image:url('assets/images/slider/1.jpg');
    background-position:top left;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background:transparent; /*rgba(219,219,219,.8);*/
    opacity: 0.6;
}

.dwg-hero .item img {
  display: block;
  width: 100%;
  height: auto;
}

.dwg-hero .carousel-caption {
    top: 40%;
}

.about-page .dwg-hero .carousel-caption, .facility-page .dwg-hero .carousel-caption, .contact-page .dwg-hero .carousel-caption {
    top: 50%;
    height:120px;
}

.dwg-hero .carousel-caption h1 {
    text-transform: capitalize;
    font-weight: 200;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-align: center;
    opacity: 1;
    color:#0a526a;
}
.dwg-hero .carousel-caption .description {
    top:25px;
    font-size: 1.3rem;
    font-weight: 200;
    line-height: 30px;
    margin:0 auto;
    text-align: left;
    position: relative;
}

.dwg-hero .carousel-caption .dwg-hero-btn {
    justify-content: flex-start;
    top: 50px;
    position: relative;
    text-align: left;
}
.dwg-hero .carousel-caption .readmore {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color:#fff;
}

.banner-layer-image {
    position: absolute;
    z-index: 1111;
    top:0px;
    height:100%;
    right: 0%;
}

.carousel-caption .subtitle {
    color: #f16126;
    letter-spacing: 5px;
    font-size: 22px;
    text-align: left;
}

.carousel-caption .title {
    margin-bottom: 15px;
    color: #13ab7c;
    text-align: left;
}

.carousel-caption .desc {
    margin-bottom: 25px;
    text-align: left;
}

@media (min-width: 992px) {
    .carousel-caption .title {
        font-size: 66px;
        line-height: 1;
        font-weight: 700;
    }
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.dwg-hero.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg-white.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
    z-index: 9;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 24px !important;
    height: 24px !important;
    background: #fff !important;
    border: 2px solid #128250 !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 47%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: 50px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 50px;
    position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: rgba(1,1,1,.4);
    padding: 10px !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    opacity:.2;
}

.owl-theme .owl-nav [class*=owl-]:hover  {
    opacity:.8;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    line-height:0;
    top:-4px;
    position:relative;
}

.owl-carousel .owl-nav button.owl-next span {
    left:2px;
}

.owl-carousel .owl-nav button.owl-prev span {
    left:-1px;
}

.dwg-section {
    padding: 3rem 0rem;
}

.dwg-about h2 {
    margin-bottom: 1.5rem;
}

.dwg-about p {
    line-height: 35px;
    margin-bottom: 1rem;
}

.dwg-about.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
}


.dwg-services {
    background-color:#f5f5f5;
}

.dwg-services article {
    height: 100%;
}

.dwg-services article a {
    position: relative;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.dwg-services article a:before {
    content:'';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    z-index: 99;
    position: absolute;
    opacity: .7;
    z-index: 0;
}

.dwg-services article a:hover::before {
    opacity: 0;
}

.dwg-services article a:hover .article-content {
    opacity: 0;
}

.dwg-services article a:hover .read-more {
    transform: translateY(0%);
    opacity: 1;
}

.dwg-services article a .read-more {
    position: absolute;
    bottom: -2.5px;
    transform: translateY(100%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    opacity: 0;
    left: 35px;
    background-color: #fff;
    padding: 5px 9.5px;
    color: #0783E3;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500;
}
.dwg-services article a .article-content {
    position: absolute;
    bottom: 35px;
    left: 35px;
    width: 90%;
    padding-right: 20px;
    color: #fff;
    font-family: bh-medium;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    opacity: 1;
    font-family: inherit;
}
.dwg-services article a img {
    width: 100%;
    height: auto;
}

.dwg-services .row.small div[class*=col]:first-child {
    margin-bottom:20px;
}

.dwg-whyus.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg-white.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
}

.dwg-services.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg-white.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
}

.dwg-whyus-hero {
    height:550px;
}

.dwg-whyus-hero .carousel-item:before {
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.7);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    z-index: 99;
    position: absolute;
    opacity: .6;
    z-index: 0;
}

.dwg-nopad {
    padding:0px !important;
}

.dwg-whyus .owl-carousel .owl-stage {
    display: flex;
}

.dwg-whyus .carousel-item img {
      margin: 0px;
      height: 550px;
      background-size: cover;
      background-position: center center;
}

.dwg-whyus .carousel-indicators {
    bottom: 50px;
}

.dwg-whyus .carousel-indicators [data-bs-target] {
    height:4px;
}

.dwg-whyus .carousel-caption {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.dwg-whyus .carousel-caption h3 {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    justify-content: flex-start;
    width:100%;
}

.dwg-whyus .carousel-caption p {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    justify-content: flex-start;
    width:100%;
}

.dwg-stats.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg-white.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
}


.dwg-clients {
    background-color:#fff;
}

.home .dwg-section.dwg-about,.dwg-section.dwg-stats, .dwg-section.student-feedbak-section { /* ,.dwg-section.dwg-clients,.dwg-section.dwg-services*/
    padding:10rem 0rem 15rem;
    padding:3rem 0rem 6rem;
}

.about-page .dwg-section.dwg-about {
    padding:10rem 0rem 10rem;
}

.about-page .dwg-section.dwg-about, .about-page .dwg-section.dwg-mission, .about-page .dwg-section.dwg-vision, .about-page .dwg-section.dwg-values, .about-page .dwg-section.dwg-leadership  {
    padding:8rem 0rem 8rem;
}

.about-page .dwg-section.dwg-mission,.about-page .dwg-section.dwg-values {
    background:#F5F5F5;
}

.dwg-clients img {
    width: 120px;
    border:solid 1px #ebebeb;
}
.border-section {
    position: relative;
}

.dwg-clients.border-section__bottom:after {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: url(assets/images/shapes/border-bottom-right-bg.webp) no-repeat;
    background-size: 100%;
    height:14rem;
    bottom: -3rem;
}    
service-wrapper {
    margin-bottom: 2rem;
}
.service-card {
    padding: 0;
    max-width: 312px;
    min-width: 250px;
    width: 22.5%;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px;
    height: 240px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30pxrgba(0,0,0,.059),0 8.2px 8.9px -30pxrgba(0,0,0,.071),0 25px 40px -30pxrgba(0,0,0,.2);
}

/* Stats */
.dwg-stats {
    background: url('assets/images/stats-bg.png') no-repeat;
    background-position: center;
}

.dwg-stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dwg-stat-item .dwg-stat__img {
    width: 75px;
    margin-right: 22px;
}

.dwg-stat-item .dwg-stat__img img {
    width: 100%;
}

.dwg-stat-item .dwg-stat__info .dwg-stat__info-counter-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.dwg-stat-item .dwg-stat__info-counter {
    font-weight: 900;
}

/* -------------------------------------------------------- OWL SLIDER ICONS STARTS ------------------ */

.owl-theme .owl-dots {
    top:-100px;
    position: relative;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top:10px !important;
}

.owl-theme .owl-dots .owl-dot span {
    /*width: 24px !important;
    height: 24px !important;
    border: 1px;
    border-radius: 50%;
    position: relative;
    border: 2px solid  #3e8d8d !important;
    background:#d0ebe6;*/
    position: relative;
    width: 24px !important;
    height: 24px !important;
    left: 3px;
    top: 3px;
    background:transparent;
}
.owl-theme .owl-dots .owl-dot span:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #9ad9cd;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 5px;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 24px !important;
    height: 24px !important;
    background: #fff !important;
    border: 2px solid #3f8e8e !important;
}
.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #74bbad;
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background-color: #ff5253 !important;
    border-color: #ff5253;
    color: #fff !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #292929 !important;
    background-color: #fff !important;
    border: 1px solid #292929;
}

/* Hamburger Menu */

aside#ham-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 99999;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

aside#ham-menu .close {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #fff;
    border: none!important;
    opacity: 1;
    padding: 10px 17px;
    font-size: 60px;
    z-index: 999;
    cursor: pointer;
    background: transparent;
}

.aside-section {
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}

.aside-section.aside-left {
    display: none;
    width: 40%;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform .4s ease-in-out;
}

.aside-section.aside-right {
    width: 100%;
    right: 0;
    background-color: #000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .4s ease-in-out;
}

.aside-section .aside-content-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.aside-section.aside-left .aside-content-wrap .aside-content {
    padding: 0 40px;
    position: relative;
    color: #000;
}

.aside-section.aside-left .aside-content-wrap .aside-content .brand {
    margin-bottom: 2em;
}

.aside-section.aside-left .aside-content-wrap .aside-content p {
    padding-left: 0px;
    margin-top:10px;
    font-size: 1.2rem;
}

.aside-section.aside-right .aside-content-wrap .aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 50px;
}

.aside-section.aside-right .aside-content-wrap .aside-list li {
    margin-bottom: 20px;
}

.aside-section.aside-right .aside-content-wrap .aside-list li .aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    font-weight: 500;
}

.aside-section.aside-right .aside-content-wrap .aside-list li .aside-anchor:hover {
    color:#076d6f;
}
.aside-section.aside-right .aside-content-wrap .aside-list li.active .aside-anchor.active {
    color:#076d6f;
}

.menu-active aside#ham-menu {
    visibility: visible;
}

.menu-active aside#ham-menu .aside-left {
    transform: translateY(0%);
    height: 100vh;
}

.menu-active aside#ham-menu .aside-right {
    transform: translateX(0%);
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

@media (min-width: 992px) {
    .aside-section.aside-right {
        width: 60%;
    }
    .aside-section.aside-left {
        display: block;
    }
    .aside-section.aside-right {
        width: 60%;
    }
}

/* Footer */
footer {
    background-color: #474747; /* #7ba9a0; */
    font-size: 15px;
    color:#939393;
}

footer .footer-middle img {
    margin-bottom: 2rem;
}

footer .footer-inner {
    padding:3rem 0rem;
}

.footer-inner img.footer-logo {
    width:300px;
    margin-bottom: 2rem;
}

.footer-inner .dwg-info {
    margin-bottom: 2rem;
}

.footer-inner .fab {
    font-size:1.5625rem;
}

.footer-inner ul.social {
    list-style: none;
    padding:0;
    margin:0;
}

.footer-inner ul.social li {
    float:left;
    margin-right:10px;
}
footer .footer-bar {
    padding: 1rem 0rem;
    background: transparent;
    border-top: solid 1px #585858;
}

.site-footer-links {
    letter-spacing: .01em;
    width: 100%;
    padding: 0px 0px 30px;
}

.site-contact-info {
    color: #a3a3a3;
    line-height: normal;
    display: block;
    letter-spacing: .01em;
    width: 100%;
    border-top: 1px solid #645b5b;
}

.site-contact-info .contact-info-inner {
    min-width: 100%;
    padding: 25px 0 0;
}

.site-contact-info p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    text-transform: initial;
}

footer h4 {
    font-size:16px;
    font-weight: 600;
    color:rgba(61,209,159,.6);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

footer ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul.footer-menu li {
    margin-bottom: .50rem;
    line-height: 26px;
}

footer ul.footer-menu li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #43ada2;
    font-weight: 600;
    font-size: 10px;
    margin-right: 8px;
    top:-3px;
    position: relative;
}

footer ul.footer-menu li a {
    color: #d3d3d3;
    font-size: 15px;
}

footer ul.footer-menu li a:hover {
    color: #076d6f;
}

footer .footer__navigation ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__navigation ul.menu li {
    margin-bottom: .50rem;
    line-height: 26px;
}

footer .footer__navigation ul.menu li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #43ada2;
    font-weight: 600;
    font-size: 10px;
    margin-right: 8px;
    top:-3px;
    position: relative;
}

footer .footer__navigation ul.menu li a {
    color: #d3d3d3;
    font-size: 15px;
}

footer .footer__navigation ul.menu li a:hover {
    color: #076d6f;
}


footer .footer-bar p {
    margin-bottom: 0rem !important;
}

/* About Us Scroll Nav */

#contentNav {
    display: none;
}

@media screen and (min-width: 768px) {
    #contentNav {
            display: flex;
    }
}

#contentNav.content-nav {
	justify-content: center;
	min-height: 30px;
	z-index: 10;
	margin: 25px 0;
	z-index: 50;
	position: fixed;
	right: 2.60417%;
	height: 100%;
	flex-direction: column;
	text-align: right;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#contentNav.content-nav.nonav {
	display: none;
}

@media screen and (min-width: 768px) {
	#contentNav.content-nav {
		right: 2.60417%;
	}
}

#contentNav.content-nav:before {
    content: "";
    top: 10px;
    position: relative;
    display: block;
    right: 0%;
    width: 5px;
    height: 30vh;
    background-color: #076d6f;
    transition: -webkit-transform .7s cubic-bezier(0.23, 1, 0.32, 1) .5s;
    transition: transform .7s cubic-bezier(0.23, 1, 0.32, 1) .5s;
    transition: transform .7s cubic-bezier(0.23, 1, 0.32, 1) .5s,-webkit-transform .7s cubic-bezier(0.23, 1, 0.32, 1) .5s;
    margin-top:200px;
}
 
#contentNav.content-nav #scroll-nav--2 li {
    position: relative;
}

#contentNav.content-nav #scroll-nav--2 li a {
	background-color: #000;
	height: 30px;
	width: 5px;
	min-width: 5px;
	cursor: pointer;
}

#contentNav.content-nav #scroll-nav--2 li a span {
	background-color: #000;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	top: 1px;
	left: 1px;
        padding-top: 3px;
}

#contentNav.content-nav #scroll-nav--2 li a::after {
	display: none;
}

#contentNav.content-nav li {
    margin: 25px 0;
}

#contentNav.content-nav li a {
	color: #fff;
	white-space: nowrap;
	text-align: right;
	position: relative;
	display: block;
	min-height: 20px;
	min-width: 20px;
	margin-right: 10px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

#contentNav.content-nav li a span {
	width: auto;
	position: absolute;
	opacity: 0;
	padding-right: 35px;
	-webkit-transform: translate3d(-100%, -1px, 0);
	transform: translate3d(-100%, -1px, 0);
	transition: all .5s cubic-bezier(0.86, 0, 0.07, 1);
	pointer-events: none;
	font-family: bh-medium,sans-serif;
}

@media screen and (min-width: 768px) {
	#contentNav.content-nav li a span {
		-webkit-transform: translate3d(-150%, -1px, 0);
		transform: translate3d(-150%, -1px, 0);
		transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
}

#contentNav.content-nav li a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 5px;
	border: 1px solid transparent;
	background-color: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;
}

@media screen and (min-width: 768px) {
	#contentNav.content-nav li a:hover span {
		opacity: 1;
		-webkit-transform: translate3d(-100%, -1px, 0);
		transform: translate3d(-100%, -1px, 0);
		transition: all .5s cubic-bezier(0.86, 0, 0.07, 1);
	}
}

#contentNav.content-nav li.active span {
	animation: fadin-out 4s;
}

@media screen and (min-width: 768px) {
	#contentNav.content-nav li.active span {
		opacity: 1;
		-webkit-transform: translate3d(-100%, -1px, 0);
		transform: translate3d(-100%, -1px, 0);
		transition: all .5s cubic-bezier(0.86, 0, 0.07, 1);
		animation: none;
	}
}

.form-control.input-lg {
    margin-bottom: 1.4rem;
}

.form-control.error {
    margin-bottom:.1rem;
}

label.error {
    font-size:.75rem;
    color:#ff0000;
}


.contact-page h4 {
    font-size:1.050rem;
    font-weight: 600;
    color:#fff;
    letter-spacing: 1px;
    margin-bottom: .5rem;
}

/* Blog */

.featured-blog-item {
    display: block;
    background: #fff;
    position: relative;
}

.featured-blog-item figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 104px;
}

.featured-blog-item figure img {
    width: 100%;
    display: block;
    position: relative;
}

figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.featured-blog-item figcaption {
    width: 100%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.featured-blog-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
}

.dwg-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.15)!important;
    box-shadow: 0px 0px 3px #c4c6c8;
    border: solid 1px #e8e8e8;
}
.blog-item {
    background: #fff !important;
    margin-bottom:3rem;
}

.blog-item .content-col {
    padding: 36px 46px 45px;
    padding: .8rem;
}

.blog-item .content-col a {
    font-size:1rem;
    font-weight: 300;
    line-height: 1.2;
}

.blog-item .content-col ul.blog-meta {
    margin-bottom: 20px;
}

.blog-item .content-col .blog-meta li {
    display: inline;
    font-size: 13px;
    margin-right: 15px;
}

.blog-item .content-col .blog-meta li i {
    margin-right: 3px;
    color: #106eea;
    font-size: 14px;
    font-weight: 700;
}

.article-content img {
    width:100%;
    margin-bottom: 1rem;
}

.article-content ul.blog-meta {
    margin-bottom: 20px;
}

.article-content .blog-meta li {
    display: inline;
    font-size: 13px;
    margin-right: 15px;
}

.article-content .blog-meta li i {
    margin-right: 3px;
    color: #106eea;
    font-size: 14px;
    font-weight: 700;
}

/* About - Team */
.about-team-col {
    border: solid 1px #ddd;
}
.about-team-col .team-img img {
    width:100%;
    margin-bottom: .5rem;
}

.about-team-col .team-info {
    padding:0rem .8rem .6rem;
}

.about-team-col h4 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
}


.page-title {
    font-size: 18px;
    color: #106eea;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: all 0.8s;
}

.page-subtitle {
    font-size: 32px;
    margin-bottom: 0.5rem;
    color: #020e28;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    transition: all 0.8s;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.grey-bg {
    background-color:#f3f3f4;
}

.testy-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 10px;
    border-bottom-color:rgb(195 195 195);
}

.testy-wrapper:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    opacity: .4;
    color: #106eea;
    font-weight: 900;
}

.testy-wrapper:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f10e';
    opacity: .4;
    color: #106eea;
    right: 0;
    font-weight: 900;
    bottom: 30px;
    float: right;
    position: relative;
}

.dwg-icon-box-icon {
    display: block;
    width: 100%;
    text-align: center;
}

.dwg-icon-box-icon i {
    color: #fff;
    background-color: #c4c9cf;
    font-size: 35px;
    border-radius: 50%;
    padding: 25px;
}

.testy-content h4 {
    font-size:1.1rem;
}

.testy-content h5 {
    font-size: .8rem;
}

.team-member {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.team-member .team-photo {
    position: relative;
    border-radius: 7px;
    background: #eee;
}

.team-member .team-photo img {
    margin: 0;
    width: 100%;
    height: auto;
}

.team-member .team-photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    -ms-border-radius: 6px;
    border-radius: 6px;
    transition: opacity 0.5s;
}

.team-member .team-info {
    margin-top: 20px;
}

.team-member .team-info h4, .team-member .team-info .name {
    color: #1863AB;
    font-size:1rem;
    margin-bottom: .1rem;
}

.team-member .team-info h4+.sub-title, .team-member .team-info .name+.sub-title {
    margin-top:0px;
}

.team-member .team-info .sub-title {
    color: #aaa;
    margin: 0;
}

.btnExpertise {
}

/* Banner */

.banner-section {
    background-image: url(assets/images/01.jpg);
    background-size: cover;
    padding-top: 170px;
    overflow: hidden;
    position: relative;
    height:985px;
}

@media (min-width: 576px) {
    .banner-section {
        padding-top: 215px;
    }
    
    .banner-section.style-1 .banner-content {
        padding-bottom: 68px;
    }
    
    .banner-section .section-wrapper .banner-content .desc {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .banner-section .section-wrapper .banner-content .title {
        font-size: 66px;
        line-height: 1;
        font-weight: 700;
    }
}

.banner-section .section-wrapper .banner-content .subtitle {
    color: #f16126;
    letter-spacing: 5px;
    font-size: 22px;
}
.text-uppercase {
    text-transform: uppercase!important;
}

.banner-section .section-wrapper .banner-content .title {
    margin-bottom: 15px;
    color:#0f5d70;
}

.banner-section .section-wrapper .banner-content .desc {
    margin-bottom: 25px;
}


.banner-section .all-shapes {
    display: none;
    width: 700px;
    height: 700px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px dashed #ff70d2;
    border-width: 1.75px;
    top: 25%;
    right: 0%;
    animation: rotate 110s infinite linear;
    position: absolute;
}

.banner-section .all-shapes:after, .banner-section .all-shapes:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.banner-section .all-shapes:before {
    width: calc(100% - 15%);
    height: calc(100% - 15%);
    border: 1px dashed #8b74ff;
    border-width: 1.8px !important;
    animation: rotate-rev 110s infinite linear;
}

.banner-section .all-shapes:after {
    width: calc(100% - 30%);
    height: calc(100% - 30%);
    border: 1px dashed #fdca92;
    border-width: 1.5px !important;
}


@media (min-width: 1200px) {
    .banner-section .all-shapes {
        display: block !important;
    }
}
@media (min-width: 1600px) {
    .banner-section .all-shapes {
        right: 15% ;
    }
}

.banner-section .banner-thumb {
    position: relative;
    z-index: 111;
}

.section-header h2.title {
    color:#076d6f;
}

.section-header {
    margin-bottom: 50px;
}


/*-----------------------
	news & events
-----------------------*/
.news-events {
	background: #f3f6f8;
}
.news-events h2 {
	color: #076d6f;
}
.news-events h2 span {
	color: #2d4256;
}
.news-events ul {
	display: flex;
	margin-bottom: 60px;
}
.news-events ul li .inner {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 3px #c4c6c8;
	position: relative;
}
.news-events ul li .img-block {
	display: block;
}
.news-events ul li .img-block img {
	width: 100%;
}
.news-events ul li .cnt-block {
	display: block;
	padding: 40px 30px 30px 30px;
	background: #fff;
	position: relative;
}
.news-events ul li .cnt-block .plus-icon {
	display: block;
	width: 64px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: -32px;
	background: #2c97ea;
	border-radius: 50%;
	font-size: 34px;
	color: #fff;
	box-shadow: 0px 5px 5px #c0e0f9;
}
.news-events ul li .cnt-block .plus-icon:hover {
	background: #ff9600;
}
.news-events ul li .cnt-block h3 {
	display: block;
	padding-bottom: 36px;
	font-size: 22px;
	color: #41484d;
	line-height: 32px;
	text-transform: none;
}
.news-events figure {
	position: relative;
}
.news-events figure img {
	width: 100%;
	display: block;
	position: relative;
}
.news-events figcaption {
	position: absolute;
	top: 0;
	left: 0;
}
/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
	padding-bottom: 104px;
}
.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cs-style-3 figcaption {
	width: 100%;
	top: auto;
	bottom: 0px;
	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	transform: translateY(40%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption {
	bottom: 0px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.news-events ul li .bottom-block {
	display: block;
	padding: 30px 0 0 0;
	border-top: 1px #e8eef0 solid;
	font-size: 12px;
	color: #96adba;
}
.news-events ul li .date {
	display: block;
	float: left;
}
.news-events ul li .icon {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.news-events ul li .icon span {
	font-size: 20px !important;
	color: #c5d4da !important;
}
.news-events ul li .comment {
	display: block;
	float: right;
}
.news-events ul li .date span, 
.news-events ul li .comment span {
	font-weight: 700;
	color: #5c7e91;
}
.news-events .know-more-wrapper {
	display: block;
	text-align: center;
	position: relative;
}
.news-events .know-more-wrapper:after {
	width: 100%;
	height: 1px;
	background: #daddde;
	content: "";
	position: absolute;
	left: 0px;
	top: 14px;
	z-index: 1;
}
.news-events .know-more {
	display: inline-block;
	padding: 0 30px;
	position: relative;
	background: #f3f6f8;
	z-index: 2;
	font-family: 'texgyreadventorbold';
	font-size: 14px;
	color: #645847;
	text-transform: uppercase;
}
.news-events a.know-more span {
	margin-left: 4px;
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;
	color: #ff9600;
	transition: all 0.3s ease 0s;
}
.news-events a.know-more:hover span {
	color: #17a43b;
}

.student-feedbak-section {
    position: relative;
}

.student-feedbak-section::before {
    width: 50%;
    height: 100%;
    top: 0;
    border-bottom: 786px solid #0d5a6b;
    border-right: 960px solid transparent;
    position: absolute;
    content:'';
}

@media (min-width: 1440px) {
    .student-feedbak-section::before {
        display: block;
    }
}

.shape-img::after {
    width: 100%;
    height: 100%;
    background: url(assets/images/map.png);
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.padding-tb {
    padding: 70px 0;
}

@media (min-width: 992px) {
    .padding-tb {
        padding: 110px 0;
    }
    .student-feedbak-section .section-wrapper .sf-left {
        margin-bottom: 0;
    }
}


.student-feedbak-section .section-wrapper .sf-left {
    margin-bottom: 20px;
}

.student-feedbak-section .section-wrapper .sf-left .sfl-thumb {
    border: 10px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(16 17 21 / 10%);
    position: relative;
}

@media (min-width: 992px) {
    .student-feedbak-section .section-wrapper .sf-left {
        margin-bottom: 0;
    }
}

.stu-feed-item .stu-feed-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(136 136 136 / 10%);
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: #fff;
}

.stu-feed-item .stu-feed-inner .stu-feed-top {
    padding: 15px 0;
    border-bottom: 1px solid #ecf0f3;
    justify-content: space-between;
}

.stu-feed-item .stu-feed-inner .stu-feed-top, .stu-feed-item .stu-feed-inner .stu-feed-top .sft-left {
    display: flex;
    flex-wrap: wrap;
    
}

.stu-feed-item .stu-feed-inner .stu-feed-bottom {
    padding: 20px 0 10px;
}

@media (min-width: 576px) {
    .stu-feed-item .stu-feed-inner {
        padding: 10px 30px;
    }
}

.stu-feed-item .stu-feed-inner .stu-feed-top .sft-left .sftl-thumb {
    margin-right: 10px;
}

.stu-feed-item .stu-feed-inner .stu-feed-top .sft-left .sftl-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.stu-feed-item .stu-feed-inner .stu-feed-top .sft-left .sftl-content span {
    display: block;
}

.stu-feed-item .stu-feed-inner .stu-feed-top .sft-left .sftl-content a {
        color: #101115;
}

.stu-feed-item .stu-feed-inner .stu-feed-top .sft-right .ratting i {
    font-size: 1rem;
    color: #1c9c7e;
}


.wt-makes-different {
    background: #063764;
    position: relative;
}

.wt-makes-different .bg-image {
    width: 45%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left top;
    background-size: cover;
}

.wt-makes-different .bg-image:after {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(6, 55, 100, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}

.wt-makes-different .left {
    padding-top: 200px;
    padding-bottom: 180px;
    color: #fff;
    z-index: 10;
}

.wt-makes-different .left .q-mark {
    width: 100px;
    height: 100px;
    margin-bottom: 22px;
    font-family: 'texgyreadventorbold';
    font-size: 60px;
    line-height: 90px;
    background: #ff9600;
    border-radius: 50%;
    text-align: center;
}

.wt-makes-different .left h2 {
    margin-bottom: 50px;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #fff;
    text-transform: capitalize;
}

ul.makes-different-list li {
    margin-bottom: 70px;
}

ul.makes-different-list li .inner {
    max-width: 246px;
}

ul.makes-different-list li h3 {
    padding: 20px 0 15px 0;
    padding-bottom: 15px;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
}

ul.makes-different-list li p {
    font-size: 14px;
    line-height: 22px;
    color: #9ca8c3;
}

.wt-makes-different .right {
    padding: 120px 0 0 60px;
}

/* Nav Menu */
 
.navbar-expand-lg ul.navbar-nav li.nav-item {
  display: inline-block;
  padding: .1em 0;
  position: relative;
}

/*
.navbar-expand-lg ul.navbar-nav li:first-child a {
  padding: 0 1.3em 0px 0px;
}*/

.navbar-expand-lg ul.dropdown-menu li a.dropdown-item {
  padding: 10px 25px 10px;
  letter-spacing: 0.04100rem;
}

.navbar-expand-lg .navbar-nav a.nav-link {
  display: block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*border-right: 1px dashed #3f5262;*/
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu li {
    margin: 0;
    display: block;
    padding: 0;
    position: relative;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px dotted #0072bc;
    font-size: 15px;
    box-shadow: none!important;
    border-radius: 0;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu ul li ul.dropdown-menu.depth_1:before {
    content: url('http://saravananr/bytesbrothers2018/wp-content/themes/bsquare2016/assets/images/nav-arrow.png');
    position: absolute;
    top: -18px;
    left: 5%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    margin: 0px auto;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
}
.navbar-expand-lg ul.dropdown-menu li:last-child a.dropdown-item:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}

.navbar-toggler {
  /*border:solid 1px #f49221;
    background: #484848;*/
  margin-top: 0px;
  padding: 5px 5px;
    background: #199b8d;
    border: solid 1px #0d8377;
}
.dropdown-toggle::after {
  margin-left: 8px;
}

.navbar-toggler-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzRGOEMwRUQ4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzRGOEMwRUU4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNEY4QzBFQjg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNEY4QzBFQzg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrKxwrgAAACBSURBVHjaYvz//z8DMmBiQAOEBQACiJEKZgAEEIYZBHVQXwFAAOF1AxPZRg86SYAAIhjW+AALEptUUxiRNTOO2kwYAAQQRVHFxEABoEgzC7mBhayZcdTPo34efH4GCDCKsuSAuXpIWsyCxqd1uDPisphxNI5H43g0jkfjeDSOcQEAKuQehIR81fYAAAAASUVORK5CYII=");
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #f49221;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #25b9a9 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #fff;
  padding: 0px;
  margin-top: 0px;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: opacity 0.15s ease-in-out;
  box-shadow: 0 1px 2px 2px rgba(74, 85, 104, 0.2),
    0 -1px 5px -1px rgba(74, 85, 104, 0.2) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-submenu.show {
    display:inline-block;
}

.navbar .dropdown-item {
  /*padding:7px 22px;*/
  padding: 10px 25px 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #1e6d6f;
  color: #fff;
}

.navbar .dropdown-item:hover {
  color: #fff;
  background: #45be97;
  -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;
}


ul.rse-list {
    padding: 10px 0;
}
    ul.rse-list > li {
        /*border-bottom: 1px dashed #c9cdce;*/
        color: #707c82;
        font-weight: 400;
        margin-bottom: 8px;
        padding: 0 0 15px 24px;
        position: relative;
    }
    
    ul.rse-list > li:before {
        display: block;
        position: absolute;
        left: 0px;
        top: 4px;
        font-family: 'icomoon';
        font-size: 12px;
        color: #79a2c2;
        content: "\e917";
    }
    
    
ul.topbar-link {
    padding: 0;
    margin: 0;
}

ul.topbar-link li {
    display: inline-block;
    padding: 0 0;
    position: relative;
    margin-right:10px;
}

ul.topbar-link li:last-child {
    margin-right: 0px;
}

ul.topbar-link li a.login, ul.topbar-link li a.register  {
    /*background: #aedfcb;
    padding: 0.2rem 1rem;
    border-radius: 6px;
    margin: 0rem 1rem;
    color:#0d6d6f;
    */
    display: inline-block;
    margin: 0rem .1rem;
    padding: 5px 20px;
    border: 1px #3f8e8e dashed;
    border-radius: 5px;
    font-size: .75rem;
    color: #0d6d6f;
    font-weight: 500;
}

ul.topbar-link li a.register {
    border:1px #f16126 dashed;
}

ul.topbar-link li a.login:hover {
    background: #3f8e8e;
    color: #fff;
}

ul.topbar-link li a.register:hover {
    background: #f16126;
    color: #fff;
}

/* Social */


ul.social {
    padding: 0;
    margin: 0;
}

ul.social li {
    display: inline-block;
    padding: 0 0;
    position: relative;
}

ul.social li a img {
    width: 32px;
}


.breadcrumb_area {
    background-size: cover !important;
    position: relative;
    z-index: 1;
    padding-top: 245px !important;
    overflow: hidden;
    background-position: bottom !important;
}

.breadcrumb_padding {
    padding: 120px 0;
}

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

.breadcrumb-wrapper {
    color: rgba(255,255,255,1);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}

    .breadcrumb-wrapper .breadcrumb {
        background: transparent !important;
        display: block;
        padding-top: 10px;
    }
    .breadcrumb>li {
        display: inline-block;
    }
    
    .breadcrumb-wrapper .breadcrumb li a, .breadcrumb-wrapper .breadcrumb li.active {
        color: #0c616e;
        text-shadow: none;
        font-size: 15px;
    }
    
    .breadcrumb-wrapper .breadcrumb li.active {
        color: var(--secondary-color);
    }
    .breadcrumb>li+li:before {
        font-family: "Font Awesome 5 Free";
        padding: 0 5px;
        color: #0c616e;
        content: "/\00a0";
    }
    
    
.testimonial-card-item {
    padding: 20px 15px 20px 15px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 7px #ddd;
    -webkit-transition: all .4s ease-in-out;
    text-align:center;
}

.testimonial-card-item .testy-img-wrapper {
    position: relative;
    inset: 0px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 5px solid #efefef;
}

.testimonial-card-item img.user {
    width: 210px;
    height: 210px;
    border-radius: 50%;
}

.testimonial-card-item .testy-content {
    padding:15px 10px;
    min-height: 120px;
}

.nav-link {
    color:#076d6f;
}

.nav-link:focus, .nav-link:hover {
    color: var(--secondary-color);
}

.nav-pills .nav-link{
    background-color: rgb(246, 246, 246);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--secondary-color);
}

.home-testy-tabs .tab-content {
    margin:25px;
}
.nav-pills > li.nav-item {
    float: none;
    display: inline-block;
    width: 19%;
    min-height: 45px;
    margin-right:10px;
}

 .nav-pills > li.nav-item a.active::after {
    content: '';
    position: relative;
    bottom: -46px;
    left: -10%;
    margin: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #109c75;
}

.faq_container {
    margin-top: 30px;
    margin-bottom: 20px;
}

.faq-link {
    margin:50px 0px 0px;
    display: flex;
}

.faq-link h4 {
    float: right;
    font-size:20px;
    margin-top: 15px;
}
    .faq {
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 12px 10px 10px;
        border: solid 1px #ddd;
        background: #fff;
    }

    .faq_question {
        margin: 0px;
        padding: 0px;
        display: inline-flex;
        cursor: pointer;
        width:100%;
    }
    
    .faq_question:before {
        content: '';
        background-image: url(assets/images/question.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        padding: 0px 15px;
        margin: 0px;
        top: 3px;
        position: relative;
    }
    
    .faq_question a {
        color: #005a46;
        font-weight: 700;
    }
    
    .faq_answer_container {
        height: auto;
        overflow: hidden;
        padding: 0px;
        display: none;
    }
    
    .faq_answer {
        color: #000;
        padding: 0px;
        margin: 0px;
        position: relative;
        display: inline-block;
        margin-left: 32px;
        margin-top: 15px;
    }
    
    /*.faq_answer:before {
        content: '';
        background-image: url(assets/images/answer.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        padding: 0px 15px;
        margin: 0px;
        top: 3px;
        position: relative;
    }*/
    
    
/* News */

.news-wrapper {
    background: #f1f4f6;
}

    .news-wrapper ul.news-listing > li {
        margin-bottom: 30px;
    }
    .news-wrapper ul.news-listing > li .inner {
        display: block;
        padding-bottom: 15px;
        background: #fff;
        box-shadow: 0 0 8px #e4e7e9;
    }
    
    ul.news-listing > li img {
        width: 100%;
    }
    
    ul.news-listing > li .cnt-block {
        display: block;
        padding: 40px 30px;
    }
    
    .news-wrapper ul.post-detail {
        padding-bottom: 10px;
    }
    
    ul.post-detail li {
        display: inline-block;
        padding-right: 20px;
        font-size: 12px;
        color: #96adba;
    }
    
    ul.post-detail li .ico {
        display: inline-block;
        vertical-align: middle;
        padding-right: 6px;
        font-size: 17px;
        color: #afc0c9;
    }
    
    ul.post-detail li .bold {
        font-weight: 700;
        color: #5c7e91;
        text-transform: uppercase;
    }
    
    ul.news-listing > li h2 {
        padding-bottom: 12px;
        font-family: inherit;
        font-size: 20px;
        color: #4d5557;
        line-height: 30px;
        text-transform: none;
    }
    
    ul.news-listing > li p {
        padding-bottom: 26px;
        color: #8d8f8f;
    }
    ul.news-listing > li .read-more {
        font-family: inherit;
        font-size: 14px;
        color: #606d87;
        text-transform: uppercase;
    }
    ul.news-listing > li .read-more span {
        vertical-align: middle;
        margin-right: 7px;
        font-size: 19px;
        color: #ff9600;
        transition: all 0.3s ease 0s;
    }

.four-zero-four-section {
    /*background: #d8ede5;*/
    background: linear-gradient(1deg, rgba(255, 255, 255, 1) 0%, rgba(216, 237, 229, 1) 40%, rgba(216, 237, 229, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

.four-zero-four-section .four-zero-content a {
    margin: 25px 0px;
    display:inline-flex;
}
.four-zero-four-section .four-zero-content img {
    width:280px;
}

.four-zero-four-section .four-zero-content .title {
    font-size: 100px;
    line-height: 1;
}

.four-zero-four-section .four-zero-content p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.dwg-item-content h3 {
    font-weight: 700;
}
