@import url(https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700,700i|Nunito:300i,400,400i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800|Questrial&display=swap);
@font-face {
    font-family: futura_lt_btlight;
    src: url(../fonts/futura_light_bt-webfont.eot);
    src: url(../fonts/futura_light_bt-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/futura_light_bt-webfont.woff2) format('woff2'), url(../fonts/futura_light_bt-webfont.woff) format('woff'), url(../fonts/futura_light_bt-webfont.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.eot);
    src: url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(../fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-next:before {
    content: "\f100"
}

.flaticon-next-1:before {
    content: "\f101"
}

.flaticon-back:before {
    content: "\f102"
}

.flaticon-email:before {
    content: "\f103"
}

.flaticon-phone-call:before {
    content: "\f104"
}

.flaticon-target:before {
    content: "\f105"
}

.flaticon-building:before {
    content: "\f106"
}

.flaticon-team:before {
    content: "\f107"
}

.flaticon-employee:before {
    content: "\f108"
}

.flaticon-plus-symbol:before {
    content: "\f109"
}

.flaticon-user:before {
    content: "\f10a"
}

.flaticon-building-1:before {
    content: "\f10b"
}

.flaticon-chat:before {
    content: "\f10c"
}

.flaticon-upload:before {
    content: "\f10d"
}

.flaticon-smartphone:before {
    content: "\f10e"
}

.flaticon-fax:before {
    content: "\f10f"
}

.flaticon-calendar:before {
    content: "\f110"
}

.flaticon-placeholder:before {
    content: "\f111"
}

.flaticon-next-2:before {
    content: "\f112"
}

body {
    color: #333;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    width: 100%
}

h2 {
    color: #333;
    font-size: 28px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px
}

p {
    width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
}

ul {
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.p0 {
    padding: 0
}

.pr {
    padding: 0 7.5px 0 0
}

.pl {
    padding: 0 0 0 7.5px
}

button {
    outline: 0!important
}

button:focus {
    outline: 0!important
}

 :focus {
    outline: 0!important
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}

#style-3::-webkit-scrollbar {
    width: 4px;
    background-color: #0f2445
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #0f2445
}

a {
    text-decoration: none!important;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out
}

a:hover {
    text-decoration: none!important
}

.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    text-indent: -9999px;
    z-index: 99999;
    background: url(../images/arrow.svg) no-repeat
}

.reset {
    clear: both
}

.zoom {
    position: relative;
    overflow: hidden;
    width: auto
}

.zoom img {
    position: relative;
    transform: scale(1);
    transition: transform;
    transition-duration: 1s;
    transition: all .4s ease-in-out
}

.zoom img:hover {
    transform: scale(1.1);
    transition: transform;
    transition-duration: 1s
}

.cbp-af-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    padding: 0;
    transition: all .4s ease-in-out
}

.hiding__header {
    display: block;
    background: rgba(255, 255, 255, 0)
}

.search-header {
    background: #fff;
    position: fixed;
    width: 100%;
    display: none;
    top: 0;
    z-index: 999999999;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, .15)
}

.search-header .cbp-af-header-shrink {
    top: 0
}

.cbp-af-header-shrink .search-header {
    display: block
}

.cbp-af-header-shrink .hiding__header {
    top: 0;
    position: fixed !important;
    background: #fff;
    width: 100%;
    padding: 0px 0 10px;
}

.search-header .nav-logo>img {
    height: 50px;
    margin: -1px auto;
    float: left
}

.search-header .nav-menus-wrapper .nav-menu>li>a {
    color: #333
}

.search-header .nav-menus-wrapper .nav-menus-wrapper {
    height: 50px;
    float: right;
    z-index: 19998
}

.search-header .nav-menus-wrapper .navigation {
    height: 50px
}

.search-header .nav-menus-wrapper .sub_menu {
    padding: 4px 0
}

.search-header .nav-menus-wrapper .sub_menu ul li a {
    color: #333!important;
    float: left
}

.search-header .nav-menus-wrapper .sub_menu ul li a:hover {
    color: #333!important
}

.search-header .nav-menus-wrapper .nav-menu>li>.nav-dropdown {
    box-shadow: 0 4px 10px rgba(10, 20, 30, .4)
}

.search-header .nav-header {
    float: right;
    padding: 4px 10px
}

.top-nav {
    width: 100%;
    background: #1167b1;
    position: absolute;
    z-index: 9999
}

.top-nav .quote {
    float: right;
    background: #1167b1;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    cursor: pointer;
}


/*floting*/

.main-contact-icon-right-sd .call-right:before,
.main-contact-icon-right-sd:before {
    margin: 0 auto;
    left: 0;
    display: inline-block;
    content: ""
}

.main-contact-icon-right-sd {
     position: fixed;
    right: 12px;
    top: 52%;
    z-index: 2;
}


.main-contact-icon-right-sd .call-right {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: url(../images/call-icon.png) center center no-repeat #0f2445;
    z-index: 1;
    margin: 5px 0;
    cursor: pointer
}

.main-contact-icon-right-sd .slide-left {
    position: absolute;
    background: #e9e9e9;
    width: 0;
    height: 42px;
    right: 40px;
    top: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight:700;
    color: #000;
    padding: 13.5px 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
  
    
}

.main-contact-icon-right-sd .mail-right .slide-left {
    border-color: #0e0e0e
}

.main-contact-icon-right-sd .quick-contact:hover .slide-left {
    opacity: 1;
    transition: ease-in-out 1s;
    width: 150px
}

.main-contact-icon-right-sd .quick-contact span {
    opacity: 0
}

.main-contact-icon-right-sd .quick-contact:hover .slide-left span {
    opacity: 1;
    transition: ease-in-out 3s;
    width: 150px
}



.main-contact-icon-right-sd .mail-right {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: url(../images/mail-icon.png) center center no-repeat #1167b1;
    z-index: 1;
    margin-bottom: 5px;
    cursor: pointer
}

  .main-contact-icon-right-sd .whatsapp-right{
            position: relative;
            width: 42px;
            height: 42px;
            border-radius: 3px;
            z-index: 1;
            cursor: pointer;
            text-align: center;
            line-height: 42px;
            font-size: 22px;
            background: #1bd741;
                padding: 7px;
      }



/*floting close*/


.header-content.left-content-area {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #8e92a4;
    padding: 6px;
   
}

.header-content.right-content-area {
    display: inline-block;
    float: right;
    font-size: 14px;
    padding-right: 20px;
    color: #8e92a4;
    padding: 3px;
     margin-right: 10px;
}

.header-content.left-content-area a,
.header-content.right-content-area a {
    color: #fff;
    font-weight: 500;
}

.header-content span {
    padding-left: 5px;
    display: inline-block;
    cursor: pointer
}

.header-content.left-content-area span i {
    padding-right: 0;
    color: #fff;
    padding: 5px;
    font-size: 16px
}

.header-content.left-content-area span i:hover {
    color: #1167b1
}

.header-content span i {
    padding-right: 0;
    color: #fff;
    padding: 5px;
    font-size: 20px
}

/*.navigation {*/
/*    width: 100%;*/
/*    height: 70px;*/
/*    display: table;*/
/*    position: relative;*/
/*    font-family: inherit;*/
/*    background-color: transparent*/
/*}*/


.navigation {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content:center;
    position: relative;
    font-family: inherit;
    background-color: transparent;
        flex-direction: row-reverse;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity
}

.navigation-fixed-wrapper.fixed {
    position: fixed!important;
    -webkit-animation: fade .5s;
    animation: fade .5s
}

@keyframes fade {
    from {
        opacity: .999
    }
    to {
        opacity: 1
    }
}

.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto
}

.navigation-fixed-placeholder {
    width: 100%;
    display: none
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block
}

.navigation-hidden {
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    top: -9999px
}

.align-to-right {
    float: right
}

.nav-header {
    float: right;
    padding: 10px
}

.navigation-hidden .nav-header {
    display: none
}

.nav-brand {
    text-decoration: none!important
}

.nav-brand:focus,
.nav-brand:hover {
    color: #70798b
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 15px;
    display: none;
    cursor: pointer
}

.search-header .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}

.inner_banner .nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #333, 0 1em 0 0 #333
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 200000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #fff;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    float:right;
    list-style: none;
    line-height: normal;
    font-size: 0;
    /* font-family: futura_lt_btlight; */
    font-family:'Poppins', sans-serif;
    border-bottom: solid 1px #fff
}

.navigation-portrait .nav-menu {
    width: 100%
}

.nav-menu.nav-menu-centered {
    text-align: center
}

.nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
    padding-right: 14px;
}

.nav-menu>li:last-child {
    padding-right: 0
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
    padding-right: 5px
}

.navigation-portrait .nav-menu>li:last-child {
    padding-right: 5px
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.nav-menu>li>a {
    height: 34px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu>li.active>a,
.nav-menu>li.focus>a,
.nav-menu>li:hover>a {
    color: #fff
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8)
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    display: inline-block;
    margin-top: 4px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 999
}

.no-scroll {
    touch-action: none;
    overflow-x: hidden
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #70798b;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}
 .nav-menu li:last-child .nav-dropdown .nav-dropdown { right: 100% !important; left:auto; }
 .nav-menu li:nth-child(6) .nav-dropdown .nav-dropdown { right: 100% !important; left:auto; }


.nav-dropdown {
    min-width: 375px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

/*.nav-menu li:last-child .nav-submenu {*/
/*    right: 0px !important;*/
/*}*/

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
       padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 15px;
    color: #0f2445;
    background-color: #fff;
    transition: all .8s ease-in-out;
    border-bottom: 1px solid #dde0e7!important
}

.nav-dropdown>li.focus>a,
.nav-dropdown>li:hover>a {
    color: #fff;
    background: #0f2445
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
   right: 10px;
    top: 5px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 65px;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%
}

.nav-dropdown-horizontal>li>a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-menus-wrapper {
    overflow-x: hidden
}

.btn-show {
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border: none;
    background-color: #9fa7b0;
    transition: background .3s
}

.btn-show:hover {
    background-color: #a0d468
}

.info {
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center
}

.info span {
    text-decoration: underline
}

.zoom-in {
    -webkit-animation: zoomIn .4s ease both;
    -moz-animation: zoomIn .4s ease both;
    -o-animation: zoomIn .4s ease both;
    animation: zoomIn .4s ease both
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(.6)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(.6)
    }
    100% {
        transform: scale(1)
    }
}

.zoom-out {
    -webkit-animation: zoomOut .4s ease both;
    -moz-animation: zoomOut .4s ease both;
    -o-animation: zoomOut .4s ease both;
    animation: zoomOut .4s ease both
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.6)
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(.6)
    }
}

.navigation7 {
    background-color: #9fa7b0
}

.navigation-landscape .nav-menu>li>a {
    height: 28px;
    border-bottom: 1px solid #fff0;
    transition: color .3s, background .3s, border .3s;
    bottom: -1px
}

.navigation-landscape .nav-menu>li.active>a,
.navigation-landscape .nav-menu>li.focus>a,
.navigation-landscape .nav-menu>li:hover>a {
    border-bottom: 2px solid #1167b1;
    bottom: -1px
}

.intro {
    height:auto;
    background: #131313;
    padding: 0;
    position: relative;
    overflow: hidden;
}



.intro img {
    position: relative;
    overflow: hidden;
    display: block;
   
    background-repeat: no-repeat
}

.slide__caption {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 5%;
    display: flex;
    align-items: center;
    color: #fff
}

.content {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 200000;
    top: 38px
}

.intro-menu {
    width: 100%
}

.contents {
    width: 100%;
    height: auto
}

.intro-menu {
    width: 100%
}

.contents h2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(11, 0, 0, 1);
    font-family: 'Montserrat', sans-serif;
}

.intro .owl-carousel {
    margin: 0
}

.audit_section .owl-pagination,
.auditors .owl-pagination,
.intro .owl-pagination,
.our_brands .owl-pagination,
.testimonial_bg .owl-pagination,
.corporate .owl-pagination {
    display: none
}

.auditors .owl-pagination,
.intro .owl-theme,
.our_brands .owl-theme,
.testimonial_bg .owl-pagination {
    width: 100%;
    margin: 0
}

.intro .owl-prev {
    position: absolute;
    right: auto;
    left: 0
}

.intro .owl-next {
    position: absolute;
    right: 0;
    left: auto
}

.intro .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 45%;
    margin: 0
}

.auditors .owl-theme .owl-controls .owl-buttons div,
.intro .owl-theme .owl-controls .owl-buttons div,
.our_brands .owl-theme .owl-controls .owl-buttons div,
.testimonial_bg .owl-theme .owl-controls .owl-buttons div,
.corporate .owl-theme .owl-controls .owl-buttons div{
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    font-weight: 700;
    border: none;
    transition: all .5s ease-in-out
}

.auditors .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.intro .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.our_brands .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.testimonial_bg .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.corporate .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    border: none;
    color: #fff;
    background: 0 0
}

.carousel-control-prev {
    left: 0;
    font-size: 50px
}

.carousel-control-next {
    right: 0;
    font-size: 50px
}

.audit_section {
    background: #efefef;
    float: left;
    width: 100%;
}

.audit_slide {
    transform: translateY(-100px)
}

.audit_bg {
    background: #0f2445;
    width: 100%;
    padding: 30px;
    transition: all .4s ease-in-out;
    min-height: 238px;
}

.audit_bg:hover {
    background: #0f2445
}

.bg1 {
    background: #1167b1
}

.bg2 {
    background: #1364a0
}

.bg3 {
    background: #125a91
}

.audit_bg h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.audit_bg p {
    color: #fff;
    display: -webkit-box;
    height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .4s ease-in-out;
    text-align: left;
}

.audit_bg:hover p {
    color: #fff
}

.audit_bg img {
    transition: all .4s ease-in-out
}

.audit_bg:hover img {
    padding-top: 10px
}

.audit_section .owl-carousel {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    -ms-touch-action: pan-y
}

.audit_section .owl-theme .owl-controls .owl-buttons div {
    display: none
}

.audit_section i {
    color: #fff;
    font-size: 28px
}

.welcome {
    padding: 40px 0;
    background: url(../images/drawing.png) repeat-y #efefef;
    background-position: calc(100% - -47%) calc(100% - 96%);
    float: left;
    width: 100%
}

.welcome h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px
}

.welcome h1 {
    color: #0f2445;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.welcome h1 span {
    color: #1167b1
}

.welcome h1:after {
    content: '';
    display: block;
    width: 40px;
    border-bottom: 3px solid #dadada;
    padding-bottom: 10px
}

.more__btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    float: left;
    text-align: center;
    transition: all .5s ease-in-out;
    padding: 10px 15px;
   
    background: #1167b1;
    border: none
}

.more__btn:hover {
    background: #0f2445;
    color: #fff
}

.more__btn::after {
    content: "\f10d";
    transition: all .25s;
    opacity: 0;
    margin-left: -.5em;
    font-family: Flaticon;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.more__btn:hover::after {
    opacity: 1;
    margin-left: .7em
}

.inner_banner .sub_menu,
.inner_banner .sub_menu ul li a,
.inner_banner .sub_menu ul li a:hover {
    color: #0f0f0f
}

.inner_banner .nav-menu>li.active>a,
.inner_banner .nav-menu>li.focus>a,
.inner_banner .nav-menu>li:hover>a {
    color: #333
}

.inner_banner .nav-menu>li>a {
    color: #333
}

.sub_menu {
   
    width: 100%;
    /* font-family: futura_lt_btlight; */
    font-family:'Poppins', sans-serif;
    color: #ffff;
    padding: 15px 0
}

.sub_menu ul {
    float: left
}

.sub_menu ul li {
    float: left;
      padding-right: 10px;
      padding-left: 10px;
      /* border-right:1px solid #0f2445; */
}
@media (min-width:1024px){
    .sub_menu ul li:first-child {
        padding-left: 0px !important;
    }
    .sub_menu ul li::after {
        position: relative;
        content: '';
        border: 1px solid #125a91;
        height: 20px;
        width: 0;
        display: inline-block;
        top: 5px;
        left: 10px;
    }
    .sub_menu ul li:last-child::after {
    display:none !important;
    }
}

.sub_menu ul li a {
    color: #fff;
    float: left;
    letter-spacing: 1px
}

.sub_menu ul li a:hover {
    color: #fff
}

.sub_menu ul li:last-child:before {
    content: ""
}

.sub_menu ul li:last-child {
    padding-right: 0;
    border-right:0 !important;
}

.strength_box {
    width: 100%
}

.strength_box:hover .strength_icon {
    background: #0f2445;
    margin-left: 10px;
    color: #fff
}

.strength_box:hover .strength {
    background: #1167b1;
    border-radius: 15px
}

.strength {
    width: 80%;
    float: right;
    background: #1167b1;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    transition: all .4s ease-in-out
}

.strength_icon {
    position: absolute;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 44px;
    background: #fff;
    display: block;
    font-size: 38px;
    text-align: center;
    padding: 18px;
    left: 23%;
    top: 39%;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out
}

.counter-count {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.counter-count::after {
    content: "\f109";
    font-family: Flaticon;
    position: absolute;
    font-size: 18px;
    top: 27%;
    margin-left: 5px
}

.strength h3 {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    text-align: center
}

.our_service {
    background: #fff;
    padding: 60px 0 0 0;
    float: left;
    width: 100%
}

.auditors h4,
.our_brands h4,
.our_service h4,
.testimonial_bg h4, .faq h4 {
    color: #0f2445;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.auditors h4 span,
.our_brands h4 span,
.our_service h4 span,
.testimonial_bg h4 span,
.faq h4 span{
    color: #1167b1
}

.auditors h4:after,
.our_brands h4:after,
.our_service h4:after,
.testimonial_bg h4:after,
.faq h4:after{
    content: '';
    display: block;
    width: 50px;
    border-bottom: 3px solid #dadada;
    margin: 5px 0 0 -25px;
    position: absolute;
    left: 50%
}

.service_heading {
    margin-bottom: 20px
}

.service_heading p {
    text-align: center
}

.service_bg {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: all .4s ease-in-out
}

.service_img {
    width: 100%;
    position: relative;
   background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.6141807064622724) 0%, rgba(17,103,177,0.6141807064622724) 100%);
}

.service_img img {
    transition: all .4s ease-in-out
}

.service_bg:hover img {
    opacity: .3;
    transition: all .4s ease-in-out
}

.service_bg:hover .service_btn {
    padding: 10px 20px
}

.service_bg:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(207, 207, 207, .4);
    box-shadow: 0 0 25px 0 rgba(207, 207, 207, .4)
}

.service_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #1167b1;
    padding: 10px;
    color: #fff;
    z-index: 99;
    transition: all .4s ease-in-out
}

.service_content {
    width: 100%;
    padding: 15px;
    transition: all .4s ease-in-out;
    border: 1px solid #fff;
    border-top: none
}

.service_bg:hover .service_content {
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    border-top: none
}

.service_content h2 {
    color: #0f2445;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 25px;
    font-family: 'Poppins', sans-serif;
}

.service_content h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    left: 20px;
    margin-top: 10px;
    height: 3px;
    background: #1167b1
}

.service_content p {
   color: #333;
    display: -webkit-box;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 25px;
    text-align: left;
    padding-right: 10px;
}

.our_brands {
    background: #fff;
    padding: 40px 0;
    width: 100%;
    float: left
}

.auditors {
    background: #fff;
    padding: 60px 0;
    width: 100%;
    float: left
}

.partner {
    width: 100%;
    float: left;
    padding: 20px 10px;
    font-weight: 600;
    border: #e6e3e33b 1px solid;
    border-top: none;
    border-bottom: none;
    text-align: center;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .6s cubic-bezier(.22, .81, .01, .99);
    transition: all .6s cubic-bezier(.22, .81, .01, .99)
}

.partner:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.auditors_logo {
    width: 100%;
    float: left;
    padding: 20px 10px;
    font-weight: 600;
    border: #e6e3e3 1px solid;
    text-align: center;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all .6s cubic-bezier(.22, .81, .01, .99);
    transition: all .6s cubic-bezier(.22, .81, .01, .99)
}

.auditors_logo:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.auditors .owl-theme .owl-controls .owl-buttons div,
.our_brands .owl-theme .owl-controls .owl-buttons div,
.testimonial_bg .owl-theme .owl-controls .owl-buttons div,
.corporate .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    color: #0f2445;
    font-size: 16px;
    webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23)
}

.auditors .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.our_brands .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.testimonial_bg .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.corporate .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #0f2445;
    color: #fff
}

.auditors .owl-theme .owl-controls,
.our_brands .owl-theme .owl-controls,
.corporate .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 35%;
    margin: 0
}



.testimonial_bg .owl-theme .owl-controls,
.corporate .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 45%;
    margin: 0
}
.auditors .owl-prev,
.our_brands .owl-prev,
.testimonial_bg .owl-prev,
.corporate .owl-prev {
    position: absolute;
    right: auto;
    left: -25px
}

.auditors .owl-next,
.our_brands .owl-next,
.testimonial_bg .owl-next,
.corporate .owl-next {
    position: absolute;
    right: -25px;
    left: auto
}

.enquiry_bg {
    background: #1167b1;
    float: left;
    width: 100%;
    overflow: hidden;
}

.left_enquiry {
    padding: 120px 60px
}

.left_enquiry {
    background: url(../themes/website/images/left_enquiry_img.jpg);
    background-position: center;
    background-size: cover
}

.right_enquiry {
    background: url(../themes/website/images/map.png);
    background-position: center;
    padding:40px;
}

.left_enquiry h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.left_enquiry .media {
    margin: 20px 0;
    padding-right: 50px
}

.left_enquiry h4:after {
    content: '';
    display: block;
    width: 40px;
    border-bottom: 3px solid #fff;
    padding-bottom: 10px
}

.left_enquiry .media-body h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.left_enquiry .media-body p {
    color: #fff
}

.right_enquiry input:focus,
.right_enquiry textarea:focus {
    color: #fff
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    background-color: #1167b1;
    background-clip: padding-box;
    border: 1px solid #dfe2e5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 1rem
}

.submit_btn {
    background: #0f2445;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all .6s ease-in-out
}

.submit_btn:hover {
    background: #fff;
    color: #0f2445!important;
    border: none!important
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3c85c3;
    outline: 0;
    box-shadow: none;
    transition: all .6s ease-in-out
}

.form-control::placeholder {
    color: #fff;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f0f1f3;
    opacity: 1
}

.right_enquiry .form-control {
    background: 0 0;
    border-radius: 0
}

.right_enquiry label {
    color: #fff;
    font-size: 13px;
    margin-bottom: .2rem
}

.testimonial_bg {
    background: url(/images/map.png) no-repeat center #ebe8e8;
    background-position: center;
    float: left;
    width: 100%;
    padding: 60px 0
}

.testimonial_bg .owl-carousel{ margin:0px;}

.testimonial_box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: relative;
    
}



.testimonial_box:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    position: absolute;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.testimonial_box  {
    padding: 40px;
    color: #0f2445;
    background: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    position: relative;
    text-align: center;
   
    border: 1px solid #1167b1;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.testimonial_box p{ text-align: center;}

/*.testimonial_box p:before {*/
/*    left: 24px;*/
/*    content: "";*/
/*    bottom: -10px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    border-style: solid;*/
/*    border-width: 10px 10px 0;*/
/*    border-color: #1167b1 transparent*/
/*}*/

/*.testimonial_box p:after {*/
/*    left: 25px;*/
/*    content: "";*/
/*    bottom: -9px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    border-style: solid;*/
/*    border-width: 9px 9px 0;*/
/*    border-color: #fff transparent*/
/*}*/

.testimonial_image>img {
    width: 60px;
    position: relative;
   
    -webkit-border-radius: 5px;
    border-radius: 50%
}

.testimonial_boxes {
   width: 100%;
    display: flex;
  justify-content: center;
    flex-direction: column;
}

.qootes {
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 999;
    top: 20px;
    left: 70px
}

.testimonial_image {
    width: 100%;
    margin-bottom:20px;
  
}

.testimonial_client {
    width: 100%;
  
    
 
}

.testimonial_wrapper {
    margin: 0 5px
}

.testimonial_client h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f2445;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease-in-out
}

.testimonial_client h5 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    text-align:center;
    color: #333;
    transition: all .4s ease-in-out
}

/*bloggs start*/


.blogging {
    background: #fff;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.blogging h2 {
    color: #23214a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 34px;
    font-family: 'Poppins', sans-serif;
}

.blogging h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    left: 20px;
    margin-top: 15px;
    height: 3px;
    background: #1167b1
}

.blogg_box {
    width: 100%;
    float: left;
    webkit-box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35);
    -moz-box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35);
    box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35)
}

.blogg_box:hover .blogg_content h6 {
   
    color: #1167b1
}

.blogg_image {
    width: 100%;
    float: left;
    position: relative
}

.blogg_content {
    width: 100%;
    float: left;
    padding: 15px;
    background: #ffff
}

.blogg_content h5 {
    color: #0861b6;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    display: -webkit-box;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.blogg_content h6
 {
    color: #1167b1;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    transition: all .4s ease-in-out
}
.blogg_content h6 i{ margin-right:10px;}

.blogg_box .overlay-right {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.5385504543614321) 0%, rgba(17,103,177,1) 100%);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease
}

.blogg_box:hover .blogg_image .overlay-right {
    width: 100%;
    left: 0;
    transition: all ease .5s 0s
}

.blogg_image:hover {
    transition: all ease .5s 0s
}

.icon-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.icon-link a {
    color: #fff;
    font-size: 32px;
    margin-top: 20px
}

.icon-link a:hover {
    color: #1167b1
}

.mt_60 {
    margin: 50px 0
}


/*bloggs end*/

.corporate{ background: #0f2445;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;}
    
    .corporate h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 34px;
    font-family: 'Poppins', sans-serif;
}
.corporate h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    left: 20px;
    margin-top: 15px;
    height: 3px;
    background: #1167b1
}
.corporate .more__btn{ cursor:pointer;}
.corporate .more__btn:hover {
    background: #2b5494;
   
}
.corporate .owl-carousel{ margin:0;}
.corporate p{ color:#fff;}
/* { 
    padding:20px; 
    background:#fff; */
/* } */

.newbox{ margin:10px; border-radius:20px;}

.boximg{ width:100%; border-radius:20px 20px 0px 0px;}
.boximg img{ border-radius:20px 20px 0px 0px;}
.boxcontent{ padding:20px; 
    background:#fff;
    display:block;
}
.boxcontent h5 {
    color: #2d2c2c;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    display: -webkit-box;
    height: 44px;
margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
 
}



/*news*/


.news-bg {
    background: #d4ebfc;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.news-bg h2 {
    color: #23214a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 34px;
    font-family: 'Poppins', sans-serif;
}

.news-bg h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    left: 20px;
    margin-top: 15px;
    height: 3px;
    background: #1167b1
}
.blogg_box {
    width: 100%;
    float: left;
    webkit-box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35);
    -moz-box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35);
    box-shadow: 15px 18px 26px -9px rgba(0, 0, 0, .35)
}

.news_box:hover .blogg_content h6 {
   
    color: #1167b1
}

.news_image {
    width: 100%;
    float: left;
    position: relative
}

.news_content {
    width: 100%;
    float: left;
    padding: 15px;
    background: #ffff
}

.news_content h5 {
    color: #0861b6;
    font-weight: 600;
    font-size: 19px;
    text-align: left;
    display: -webkit-box;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.news_content h6
 {
    color: #1167b1;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    transition: all .4s ease-in-out
}
.news_content h6 i{ margin-right:10px;}

.news_box .overlay-right {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.5385504543614321) 0%, rgba(17,103,177,1) 100%);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease
}

.news_box:hover .blogg_image .overlay-right {
    width: 100%;
    left: 0;
    transition: all ease .5s 0s
}

.news_image:hover {
    transition: all ease .5s 0s
}

.icon-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.icon-link a {
    color: #fff;
    font-size: 32px;
    margin-top: 20px
}

.icon-link a:hover {
    color: #1167b1
}

.mt_60 {
    margin: 50px 0
}



/*news end*/




/*subscribe*/


.subscribe-bg {
    background: url(../images/news_blog_bg.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}


.subscribe h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 700
}

.subscribe h5 img {
    width: 64px;
    height: 64px;
    float: left;
    padding-right: 10px
}

.subscribe {
    width: 45%;
    float: left;
    border-right: 1px solid #fff
}

.subscribe_form {
    width: 55%;
    float: left;
    padding-left: 30px;
    margin-top: 8px
}

.subscribe_form .input-group>.form-control {
    color: #0f2445;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    background: #1167b1;
    padding: 8px 16px
}

.subscribe_form .input-group .btn {
    padding: 13px 40px;
    border-radius: 0;
    font-size: 15px;
    border: 0;
    color: #fff;
    background: #1167b1
}

/*close subscribe*/




footer {
    background: #1e2127;
    padding: 80px 0;
    width: 100%;
    float: left;
    overflow: hidden;
}

footer h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 34px;
    text-transform: uppercase
}

footer h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    left: 20px;
    margin-top: 10px;
    height: 2px;
    background: #fff
}

footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 34px;
    text-transform: uppercase
}

footer h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    left: 20px;
    margin-top: 10px;
    height: 2px;
    background:#fff
}

footer>li {
    float: left;
    width: 100%
}

footer li a {
    color: #7b869b;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    transition: all .4s ease-in
}

footer li a:hover {
    color: #1167b1
}

.footer-contact {
    position: relative;
    text-align: left;
    margin: 20px 0
}

.footer-contact ul {
    position: relative;
    z-index: 3
}

.footer-contact ul li {
    position: relative;
    padding-left: 34px;
    color: #7b869b;  
    line-height: 22px;
    padding-top: 3px;
    font-size: 16px;
    margin-bottom:10px !important;
}
.footer-contact ul li p{
    text-align: left;
}

.footer-contact ul li a {
    color: #b1b7b3
}

.footer-contact ul li a:hover {
    color: #1167b1
}

.footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
    color: #fff
}

.footer_address {
    float: left
}

.footer_address li {
    width: 100%;
    float: left;
    padding: 10px 0
}

.footer_address li i {
    float: left;
    width: 13%;
    color: #fff;
    font-size: 30px
}

.footer_address li span {
    float: left;
    font-size: 16px;
    width: 83%;
    color: #c3c4c5;
    margin-left: 10px
}

.footer_address li h3 {
    font-size: 18px;
    color: #b2b6bd;
    font-weight: 400;
    margin-left:0;
}

.footer_address li h3:before {
    display:none;
}

.footer-contact ul li {
    list-style: none
}

.list-inline {
    padding-bottom: 30px;
    float: left
}

.list-inline i {
    width: 30px;
    height: 30px;
    font-size: 22px;
    padding-top: 9px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    color: #c3c4c5
}

.list-inline i:hover {
    color: #1167b1;
    text-decoration: none;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px!important;
    padding-left: 5px!important
}

.last_footer {
    background: #fff;
    padding: 40px 0;
    width: 100%;
    float: left;
    text-align: center
}

.last_footer p {
    margin-bottom: 0;
    text-align: center
}

.last_footer p a {
    color: #2b2b2b
}

.last_footer p a:hover {
    color: #1167b1
}

.icon-default {
    position: absolute;
    left: 50%;
    margin-top: -70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1167b1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
    transition: all 0.4s ease-in-out
}

.icon-default:hover {
    background: #0f2445
}

.inner_banner {
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 0
}

.inner_container {
    padding: 80px 15px;
    width: 100%;
    float: left
}

.inner_container h2 {
    color: #0f2445;
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

.inner_container h3 {
    color: #0f2445;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.inner_container h4 {
    color: #737373;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.mission_vision {
    position: relative;
    margin-bottom: 30px;
   
    padding: 1.5rem;
    color: #8492a6;
    word-wrap: break-word;
 background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(17,103,177,0) 100%);
    background-clip: border-box;
    border: 1px solid #eff2f7;
    border-radius: 1rem;
    transition: all .4s ease-in-out;
    display:inline-block;
}

.mission_vision h3 {
    font-size: 26px;
    color: #0f2445;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.mission_vision:hover {
    transform: translateY(-20px);
    background: #1167b1
}


.mission_vision ul {
    width: 100%
}

.mission_vision ul li {
    float: left;
    width: 100%;
      color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    position: relative
}
.mission_vision ul li:hover{ color:#fff;}
.mission_vision ul li::before {
    content: "\f100";
    font-family: Flaticon;
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 900;
    color: #1f2aa6
}

.mission_vision:hover ul li{ color: #fff}
.mission_vision:hover h3,
.mission_vision:hover p,
.mission_vision:hover{
    color: #fff
}

.banner-fluid {
    padding: 0;
    position: relative;
    display: inline-block
}

.crumb {
    position: absolute;
    bottom: -20px;
    padding: 10px 20px;
    background: #1167b1;
    color: #fff;
    left: 6%;
    border-radius: 50px
}

.crumb span {
    padding: 0 20px;
    font-size: 16px;
    /* font-family: futura_lt_btlight */
    font-family:'Poppins', sans-serif;
}

.top-fliud {
    padding: 0;
}

.nav-col {
    position: absolute;
    top: 0px;
    left: 15px;
    padding: 0;
    z-index: 9999
}

.chairman {
    float: left;
    padding: 0;
    width: 100%;
    background: #fbfbfb
}

.chairman h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0f2445;
    margin-top: 20px
}

.max-width--600 {
    max-width: 600px;
    width: 100%;
    padding-right: 30PX
}

figure {
    margin: 0
}

.single-team-member-wrap .team-member-pic {
    position: relative
}

.single-team-member-wrap .team-member-pic:after {
    background-color: rgba(10, 20, 70, .79);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%
}

.single-team-member-wrap .team-member-pic img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    width: 100%
}

.single-team-member-wrap .team-member-pic .member-info {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

.single-team-member-wrap .team-member-pic .member-info .team-member-name {
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.single-team-member-wrap .team-member-pic .member-info .team-member-desi {
    color: #aaa;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0
}

.single-team-member-wrap:hover .team-member-pic:after {
    opacity: 1;
    visibility: visible
}

.single-team-member-wrap:hover .team-member-pic img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.single-team-member-wrap:hover .team-member-pic .member-info {
    opacity: 1;
    visibility: visible
}

.single-team-member-wrap.layout--2 {
    max-width: 100%;
    margin: 0;
    text-align: left;
    overflow: hidden
}

.single-team-member-wrap.layout--2 .member-info {
    padding: 0 10px
}

.single-team-member-wrap.layout--2 .member-info .about-social-icons a {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.single-team-member-wrap.layout--2 .member-info .about-social-icons a:hover {
    background-color: #fff;
    color: #222
}

.about-social-icons a {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 500px;
    color: #222;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    text-align: center;
    padding: 8px
}

.about-social-icons a:last-child {
    margin-right: 0
}

.apply_now h3,
.sidebar h3 {
    font-size: 28px;
    color: #1167b1;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.make_an_enquiry {
    width: 100%;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.make_an_enquiry h4 {
    background: #1167b1;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.enquiry_form {
    padding: 15px
}

.enquiry_form .form-control {
    margin-bottom: 10px;
    color: #131313
}

.enquiry_form .submit_btn {
    background: #0f2445;
    padding: 10px 25px;
    width: 100%;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all .6s ease-in-out
}

.enquiry_form .submit_btn:hover {
    background: #1167b1;
    color: #fff!important;
    border: none!important
}

.openings:hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23)
}

.openings {
    box-shadow: none;
    background: #f7f7f7;
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    transition: all .4s ease-in-out
}

.openings h5 {
    font-weight: 600;
    color: #1167b1
}

.footer-link {
    width: 100%
}

.footer-link>li {
    float: left;
    width: 100%;
    color: #2d2c2c;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    position: relative
}

.footer-link>li::before {
    content: "\f100";
    font-family: Flaticon;
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 900;
    color: #1f2aa6
}

.drops ul {
    width: 100%
}

.drops ul li {
    float: left;
    width: 100%;
    color: #2d2c2c;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px;
    position: relative
}

.drops ul li::before {
    content: "\f100";
    font-family: Flaticon;
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 900;
    color: #1f2aa6
}

.apply_bg {
    width: 100%;
  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    background: #f7f7f7;
    padding:30px 20px;
}

.apply_bg label {
    font-weight: 600
}

.gender {
    margin-right: 20px
}

.apply_bg .form-control {
    margin-bottom: 10px;
    color: #131313
}

.apply_bg .submit_btn:hover,
.news_bg .submit_btn:hover,
.contact-addres .submit_btn:hover {
    background: #0f2445;
    color: #fff!important;
    border: none!important
}

.address {
    box-shadow: 0 0 30px #e2e2e2;
    border-radius: 10px;
    padding: 15px;
    min-height: 280px;
    margin-bottom: 40px;
}

.flag {
    width: 60px;
    height: 60px;
    margin-top: -40px;
}

.address h4 {
    font-size: 20px;
    color: #1167b1;
    font-weight: 700;
}

.address .footer-contact ul li i,
.contact_person .footer-contact ul li i {
    color: #0a1445;
    font-size: 22px;
}

.map {
    width: 100%;
    height: 450px;
    float: left;
    margin-top: -150px;
}

.contact-addres {
    background: #f7f7f7;
    padding: 50px;
    z-index: 999;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23)
}
.contact-addres .form-control {
    color: #495057
}


.contact-addres h4 {
    text-align: center;
    font-weight: 800;
    color: #0f2445;
    font-size: 26px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.contact-addres h4 span {
    color: rgb(115, 114, 114);
    font-size: 18px;
    display: block;
    font-weight: 400
}

.owl-carousel .owl-wrapper::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.about-lead {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0f2445
}

.news_bg {
    background: #f0f1f3;
    width: 100%;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 31px 34px -40px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 31px 34px -40px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 31px 34px -40px rgba(0, 0, 0, 0.54);
}

.news_bg::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    width: 100%;
    background-color: #ffffff;
    content: "";
}

.news_bg .image-box {
    position: relative;
    text-align: center;
}

.news_bg .image-box .images {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.news_events_content {
    width: 100%;
    padding: 10px 0px;
}

.news_events_content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
  
        height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_events_content p {
    text-align: justify;
    height: 66px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.blogs .news_bg .info-box {
    position: relative;
    width: 80px;
    height: 80px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #333;
    font-weight: 400;
    transform: translateY(-15%);
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 18px 28px rgba(11, 11, 77, .14);
}

.blogs .news_events_content {
    padding: 5px 0px;
    margin-top: -40px;
}

.blogs .news_events_content {
    padding: 5px 0px;
    margin-top: -40px;
}

.blogs .priority_events_content {
    padding: 5px 0px;
    margin:10px 0px;
}


.blogs .priority_events_content h3{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: justify;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dates {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 18px !important
}

.month {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 18px !important
}

.blogs .news_bg .info-box span {
    display: block;
    font-size: 12px
}

.news_bg .info-box {
    position: relative;
    margin: 0 auto;
    max-width: 240px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    background-color: #ffffff;
    color: #333;
    font-weight: 400;
    transform: translateY(-75%);
    min-height: 40px;
    font-size: 18px;
    padding-top: 6px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 18px 28px rgba(11, 11, 77, .14);
}

.blogs .news_events_content .submit_btn{
     font-family: 'Poppins', sans-serif;
     padding:5px 10px;
    
}

.news_bg .info-box i {
    color: #1f2aa6
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
}

.styled-pagination ul {
    position: relative;
    width: 100%;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px 8px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
    background: #f2f2f2;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    width: auto;
    padding: 0 12px;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #ffffff;
    background: #0f2445;
}

.date {
    font-size: 18px;
    margin: 10px 0px;
}

.date i {
    color: #0f2445
}

.news_detail p {
    margin: 20px 0px;
}

.recent_news {
    background: #f7f7f7;
    padding: 20px;
    z-index: 999;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
}

.recent_news h2 {
    color: #0f2445;
    font-size: 26px !important; 
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.recent_news h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.latest_news {
    background: #1167b1;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
}

.contact_person {
    padding: 15px;
    border: 1px solid #f1f1f1;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .13);
        display: flex;
    flex-direction: column;
}

.contact_person .footer-contact {
    margin: 10px 0px
}

.contact_person .footer-contact ul li {
    line-height: 28px;
    color: #7b869b;
    padding-left: 28px;
}

.contact_person .footer-contact ul li::before {
    display: none
}

.contact_person .footer-contact ul li a,
.address .footer-contact ul li a {
    color: #7b869b;
}

.contact_person .footer-contact ul li a:hover,
.address .footer-contact ul li a:hover {
    color: #1167b1;
}

.contact_person h4 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0f2445
}

.share_this {
    width: 100%;
}

.share_this h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.support_contact {
    background: rgb(251, 55, 0);
    background: linear-gradient(90deg, rgba(251, 55, 0, 1) 0%, rgba(47, 45, 89, 1) 100%);
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700
}

.getsupport {
 position: fixed;
    left: -45px;
    top: 58%;
    width: auto;
    height: 28px;
    background: rgb(17,103,177);
    background: linear-gradient(97deg, rgba(17,103,177,1) 0%, rgba(15,36,69,1) 100%);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
}


/* close */

.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owl-carousel {
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0 0;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    padding: 0
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.carousel-control-prev {
    left: 0;
    font-size: 50px
}

.carousel-control-next {
    right: 0;
    font-size: 50px
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 35px;
    text-align: center
}

.owl-prev::before {
    font-family: Flaticon;
    content: "\f102"
}

.owl-next::before {
    font-family: Flaticon;
    content: "\f101"
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: 0 0;
    border: #13334c 1px solid
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #13334c
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

.owl-theme .owl-controls {
    margin: 0 0 0;
    width: 100%;
    float: left
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.sidebar {
    position: relative;
    width: 100%;
}

.sidebar ul {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .23);
     list-style: none;
}

.sidebar ul li {
    /* Sub Menu */
}

.sidebar ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e4e4;
    background: #f9f7f7;
    color: #333;
    transition: all .7s ease-in-out;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 13px;
}

.sidebar ul li a:hover {
    background: #0f2445;
    color: #fff;
}

.sidebar ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.sidebar ul ul {
    background-color: #ebebeb;
    margin-top: 0px;
}

.sidebar ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
}

.sidebar ul li ul li a:hover {
    background: #0f2445;
    border-left: 4px solid #1167b1;
}

.modal {
    z-index: 99999999;
}

.modal-body {
    padding: .5rem;
}

.modal-title {
    font-weight: 800;
    color: #fff;
}

.modal-header .close {
    padding: .4em;
    margin: -2rem -2rem -1rem auto;
}

button.close {
    padding: 0;
    background-color: #0f2445;
}

.close {
    float: right;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    transform: rotate(45deg);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    opacity: 1;
}

.modal-header {
   background:#1167b1

}

.tabs {
    background: #f9f7f7;
    padding: 30px;
    -webkit-box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 13px 16px -1px rgba(0, 0, 0, 0.24);
}

.tabs .more__btn {
    margin-top: 0px;
}

.tabs h3 {
    font-size: 22px;
    color: #f04400;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0
}

.tabs h4 {
    font-size: 16px;
    color: #0f2445;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 8px;
}

.tabborder {
    padding: 20px 0px;
    border-top: 1px solid #eee;
}

.mt20 {
    margin-top: 20px;
}

.nav-pills .nav-link {
    color: #0f2445;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: rgb(251, 55, 0);
    background: linear-gradient(90deg, rgba(251, 55, 0, 1) 0%, rgba(47, 45, 89, 1) 100%);
    color: #fff;
}

.inner_container h6 {
    text-align: center;
    font-weight: 800;
    color: #0f2445;
    font-size: 28px;
    margin-bottom: 30px;
}

.gj-textbox-md {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: .5rem 1rem !important;
    font-size: .875rem !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #495057 !important;
    font-family: Montserrat, sans-serif !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #dfe2e5 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: 1rem !important;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 7px !important;
    top: 7px !important;
    font-size: 24px;
}

.tabs .form-control {
    color: #495057
}

.tabs .submit_btn:hover {
    background: #23214a;
    color: #fff!important;
    border: none!important
}

.thankyou h4{ text-align:center; font-size:60px; color:#1167b1;}
.thankyou p{ text-align:center; font-size:22px;}


/* sidebar */

/*calender*/
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/*calender*/
/*timepicker*/
/* 
Created on: 17 Sep, 2014, 4:29:37 PM
Author: senthil
*/

.ti_tx,
.mi_tx,
.mer_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.time,
.mins,
.meridian {
    width: 60px;
    float: left;
    margin: 0 10px;
    font-size: 20px;
    color: #2d2e2e;
    font-family: arial;
    font-weight: 700;
}

.prev,
.next {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #ccc;
    margin: auto;
    background: url(../images/arrows.png) no-repeat;
    border-radius: 5px;
}

.prev:hover,
.next:hover {
    background-color: #ccc;
}

.next {
    background-position: 50% 150%;
}

.prev {
    background-position: 50% -50%;
}

.time_pick {
    position: relative;
}

.timepicker_wrap {
    padding: 10px;
    border-radius: 5px;
    z-index: 998;
    display: none;
    box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.35);
    background: #f6f6f6;
    border: 1px solid #ccc;
    float: left;
    position: absolute;
    top: 27px;
    left: 0;
}

.arrow_top {
    position: absolute;
    top: -10px;
    left: 20px;
    background: url(../images/top_arr.png) no-repeat;
    width: 18px;
    height: 10px;
    z-index: 999;
}

input.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 0;
    text-align: center;
    width: 70%;
}

a.reset_time {
    float: left;
    margin-top: 5px;
    color: #0f2445;
}
/*close-timepicker*/

.blink-bg{
	
		animation: blinkingBackground 1s infinite;
		
	}

	@keyframes blinkingBackground{
		0%		{ background-color: #10c018; }
		25%		{ background-color: #1056c0; }
		50%		{ background-color: #ef0a1a; }
		75%		{ background-color: #254878; }
		100%	        { background-color: #04a1d5;}
	}
/*30-11-2022*/
.faq{
    background:#fff;
        float: left;
    width: 100%;
    padding: 60px 0;
}
.accordion .card-header {
	 cursor: pointer;
	 background-color: #f5f5f5;
	 font-weight: 700;
	 border-bottom: 1px solid #c3bcbc;
}
 .accordion .card-header a {
	 color: #000;
}
 .accordion .card-body {
	 color: #000;
	 background: #e4e4e4;
}
 .accordion .card-header:after {
	 display: inline-block;
	 font-family: bootstrap-icons !important;
	 font-style: normal;
	 font-weight: normal !important;
	 content: "\F63B";
	 float: right;
	 color: #1167b1;
}
 .accordion .card-header.collapsed:after {
	 float: right;
	 content: "\f64d";
	 display: inline-block;
	 font-family: bootstrap-icons !important;
	 font-style: normal;
	 font-weight: normal !important;
	 color: #1167b1;
}
 
 .btn-whatsapp{ display:none;}

/*30-11-2022 end*/
	
/* start mediaquery */
@media (min-width:1367px) and (max-width:1920px) {
    body {
        font-size: 18px;
        line-height: 30px
    }
    .nav-menu>li>a {
        font-size: 16px
    }
    .nav-dropdown {
        min-width: 300px
    }
    .nav-dropdown>li>a {
        font-size: 20px
    }
    .sub_menu {
        font-size: 16px;
        padding: 10px 0
    }
    .content {
        top: 50px
    }
    .contents h2 {
        font-size: 60px
    }
    .inner_container h2 {
        font-size: 35px
    }
    .nav-dropdown>li>a {
        font-size: 15px;
    }
}


@media (min-width:1367px) and (max-width:1600px) {
    .nav-menu>li {
        padding-right: 33px
    }
}

@media (min-width:1601px) and (max-width:1920px) {
    .nav-menu>li {
        padding-right: 44px
    }
}

@media (min-width:1200px) and (max-width:1360px) {
    .nav-menu>li {
        padding-right: 10px
    }
    .nav-col {
  
    right: 3%;}
    .nav-menu > li > a {
  
    font-size: 17px;}
}
@media (min-width:1024px) and (max-width:1200px) {
    .nav-menu>li {
        padding-right: 10px
    }
    .nav-menu > li > a {
    height: 34px;
   
    font-size: 14px;
}
    .nav-col {
   
    top: 0px;
    right: 1%;}
}

@media (max-width:1023px) {   .navigation{ justify-content: space-between;} }



@media only screen and (min-width: 991px) and (max-width: 1300px) {
    .nav-brand img{ width:160px;}
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .intro {
        height: auto;
        display: block;
    }
    .inner_container h2 {
        font-size: 24px;
    }
    .audit_bg h5 {
        font-size: 18px;
        height: 36px;
    }
    .audit_section {
        padding: 20px 0px
    }
    .audit_slide {
        transform: translateY(0px);
    }
    .left_enquiry {
        padding: 60px 30px;
    }
    .apply_now h3,
    .sidebar h3 {
        font-size: 20px;
    }
    .service_content h2 {
        font-size: 15px;
    }
    .blog_content h5 {
        font-size: 15px;
    }
    .service_content p {
        margin-left: 0px;
        height: 46px;
    }
    .chairman {
        padding: 40px 20px
    }
    .about-lead {
        font-size: 16px;
    }
    .single-team-member-wrap .team-member-pic .member-info .team-member-name {
        font-size: 14px;
    }
    .single-team-member-wrap .team-member-pic .member-info .team-member-desi {
        font-size: 11px;
    }
    .about-social-icons a {
        font-size: 11px;
        height: 26px;
        width: 26px;
        margin-right: 2px;
    }
    .map {
        margin-top: 0px;
    }
    .news_bg .info-box {
        font-size: 14px;
        border-radius: 0px
    }
}


/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .nav-menu>li>a {
        font-size: 14px
    }
    .news_content h4 {
        font-size: 16px;
    }
    .news_box {
        padding: 13px 0;
    }
    .footer_address li i {
        width: 12%;
        font-size: 22px;
    }
    .nav-menu>li {
        padding-right: 11px;
    }
    .nav-header {
        width: 200px;
    }
    .nav-dropdown>li>a {
        padding: 8px 10px;
        font-size: 14px;
    }
    .nav-dropdown .submenu-indicator {
        right: 15px;
        top: 7px;
    }
    .sub_menu {
        padding: 4px 0;
    }
    .nav-dropdown {
        min-width: 260px;
    }
}


/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .contents h2 {
        font-size: 25px;
    }
    .counter-count {
        font-size: 24px;
    }
    .news_events_content h3 {
        font-size: 15px;
        height: 38px;
    }
    .strength h3 {
        display: block;
        font-size: 9px;
    }
    .counter-count::after {
        font-size: 11px;
    }
    .address h4 {
        font-size: 13px;
    }
    .strength_icon {
        height: 60px;
        width: 60px;
        line-height: 30px;
        font-size: 28px;
    }
    .welcome h1 {
        font-size: 24px;
    }
    .welcome {
        background-position: calc(100% - 273%) calc(100% - 95%);
    }
    .left_enquiry h4 {
        font-size: 17px;
    }
    .left_enquiry .media {
        margin: 20px 0;
        padding-right: 0px;
    }
    .right_enquiry .col-md-8 {
        max-width: 85%;
        flex: none;
    }
    .testimonial_wrapper {
        margin: 0 6px;
    }
    .qootes {
        width: 50px;
        height: 50px;
        left: 25px;
    }
    .testimonial_client {
        width: 70%;
        margin-left: 20px;
    }
    .blog_content {
        float: left;
        padding: 26px 15px
    }
    .blog_content h5 {
        font-size: 13px;
    }
    .news_content h4 {
        font-size: 14px;
        height: 37px;
    }
    .news_box {
        padding: 3px 0px
    }
    .news_bg {
        padding: 15px;
    }
    .subscribe h5 img {
        width: 45px;
        height: 45px;
    }
    .subscribe h5 {
        font-size: 18px;
    }
    .subscribes .col-md-8 {
        -ms-flex: none;
        flex: none;
        max-width: 90%;
    }
    .subscribe_form {
        margin-top: 0px
    }
    .news_blog {
        padding: 40px 0px
    }
    footer h2 {
        font-size: 14px;
    }
    .footer_address li i {
        width: 10%;
        font-size: 14px;
    }
    .footer_address li h3 {
        font-size: 14px;
    }
    .intro-menu .sub_menu,
    .intro-menu .sub_menu ul li a,
    .intro-menu .sub_menu ul li a:hover {
        color: #333
    }
    .intro-menu .nav-menu>li.active>a,
    .intro-menu .nav-menu>li.focus>a,
    .intro-menu .nav-menu>li:hover>a {
        color: #333
    }
    .intro-menu .nav-menu>li>a {
        color: #333
    }
    .nav-menus-wrapper-close-button {
        color: #0f2445
    }
}

@media (max-width:767px) {
    
   
    
    .audit_bg img {
   
    width: 40px;
}
    .inner_container h6 {
        font-size: 22px;
    }
    .subscribe {
        width: 100%;
        border-right: none
    }
    .subscribe {
        width: 100%;
        border-right: none
    }
    .subscribe_form {
        width: 100%
    }
    .intro-menu .sub_menu,
    .intro-menu .sub_menu ul li a,
    .intro-menu .sub_menu ul li a:hover {
        color: #333; margin-left:10px;
    }
    .intro-menu .nav-menu>li.active>a,
    .intro-menu .nav-menu>li.focus>a,
    .intro-menu .nav-menu>li:hover>a {
        color: #333
    }
    .intro-menu .nav-menu>li>a {
        color: #333
    }
    .intro {
        height: auto;
        display: block;
    }
    .audit_slide {
        transform: translateY(0px);
    }
    .header-content.left-content-area {
        display: none
    }
    .intro .owl-carousel {
        margin-top: 39px !important;
    }
    .contents h2 {
        font-size: 28px;
    }
    .contents {
        padding: 0px 30px;
    }
    .nav-menus-wrapper-close-button {
        color: #0f2445
    }
    .getsupport {
        display: none
    }
    .banner-fluid {
        margin-top: 40px;
    }
    .inner_container h2 {
        font-size: 24px;
    }
    .chairman {
        padding: 20px;
    }
    .map {
        margin-top: 0px;
    }
    .news_bg .info-box {
        font-size: 14px
    }
      .nav-brand img{ width:160px;}
}

@media only screen and (min-device-width: 567px) and (max-device-width: 768px) {
    
    .service_content h2{ margin-left:0; font-size:18px;}
    .service_content p{ margin-left:0;}
    .service_content h2::before{ display:none;}
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .news_events_content h3 {
        font-size: 15px;
    }
    .submenu-indicator-chevron {
        display: inline-block;
        margin-top: 4px;
        vertical-align: middle;
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent
    }
    .crumb span {
        padding: 0 15px;
        font-size: 15px;
    }
    .news_bg .info-box {
        font-size: 14px
    }
    .inner_container h4 {
        font-size: 16px;
    }
    .nav-header {
        float: right;
        padding: 3px;
        width: 150px;
    }
    .address h4 {
        font-size: 13px;
    }
    .map {
        margin-top: 0px;
    }
    .news_blog {
        background-image: none
    }
    .subscribes {
        background: #191735;
    }
    .left_enquiry {
        padding: 35px 35px;
    }
    .news_blog {
        padding-bottom: 0px
    }
    .subscribe h5 {
        font-size: 20px;
    }
    .contents h2 {
        font-size: 20px;
        margin-bottom: 0px
    }
    .contents {
        padding: 0px 30px;
    }
    .strength_icon {
        left: 14%;
    }
    .audit_bg h5 {
        font-size: 15px
    }
    .strength {
        width: 90%;
    }
    .audit_bg {
        padding: 30px 14px
    }
    .service_content p {
        margin-left: 0px
    }
    .left_enquiry h4 {
        font-size: 18px;
    }
    .left_enquiry .media {
        padding-right: 0px;
    }
    .right_enquiry {
        padding: 30px
    }
    .auditors h4,
    .our_brands h4,
    .our_service h4,
    .testimonial_bg h4 {
        font-size: 24px;
    }
    .testimonial_client {
        width: 65%;
        margin-left: 30px;
    }
    .blog_content {
        float: left;
        padding: 26px 15px
    }
    .blog_content h5 {
        font-size: 13px;
    }
    .news_box {
        padding: 0px
    }
    .news_content h4 {
        font-size: 16px;
    }
    .subscribe_form {
        padding-left: 0px;
    }
    .navigation-portrait .nav-menu>li>a {
        padding: 10px 15px 10px 20px;
    }
    .auditors .owl-theme .owl-controls .owl-buttons div,
    .intro .owl-theme .owl-controls .owl-buttons div,
    .our_brands .owl-theme .owl-controls .owl-buttons div,
    .testimonial_bg .owl-theme .owl-controls .owl-buttons div,
    .corporate .owl-theme .owl-controls .owl-buttons div
    {
        font-size: 18px;
        margin: 0 16px;
    }
    .intro {
        height: auto;
        display: block;
    }
    
}


@media (max-width:480px) {.welcome h1 {

  font-size: 25px;}
     .audit_bg {
  
    min-height: 210px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .audit_bg img {
        width: 30px;
    }
    .audit_bg h5 {
        height: 32px
    }
}
/*10-09-23*/
.intro .slider__desk {
  display: block;
}
@media (max-width: 540px) {
  .intro .slider__desk {
    display: none;
  }
}
.intro .slider__mob {
  display: none;
}
@media (max-width: 540px) {
  .intro .slider__mob {
    display: block;
  }
}
@media (max-width:1024px) {
    .nav-toggle:before {
   
    background-color: #000;
    
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
}

@media (max-width:767px) {
/* .slide__caption {
    position: relative;
    background:#fff;
    width: 100%;
    height: 20vh;
    z-index: 1;
    top: auto;
    left: auto;
    display: flex;
    padding:20px;
    align-items: center;
    color: #000;
  
} */
.slide__caption {
    position: absolute;
    /* background: #fff; */
    width: 100%;
    /* height: 20vh; */
    z-index: 1;
    /* top: auto; */
    left: 0;
    display: flex;
    padding: 20px;
    align-items: center;
    color: #fff;
}
.contents h2 {
   color: #000;
    text-shadow: none;
   
}
.contents {
    padding: 0px 0px;
}
.freeconsultation{
    position:fixed;
    width:100%;
    bottom:0;
    background:#0f2445;
    padding:8px 5px;
    text-align:center;
    color:#fff;
    font-weight:600;
    font-size:16px;
}
.main-contact-icon-right-sd{ display:none;}
.zsiq_theme1.zsiq_floatmain {
   ;
    display: none !important;
}

.btn-whatsapp {
  background: #25d366;
    color: white;
    position: fixed;
    left: 20px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 80px;
    z-index: 99;
    width: 32px;
    height: 32px;
    padding: 24px;
    text-decoration: none;
    border-radius: 50%;
   
}
.btn-call {
  background: #378ad2;
    color: white;
    position: fixed;
    left: 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25px;
    z-index: 99;
    width: 32px;
    height: 32px;
    padding: 24px;
    text-decoration: none;
    border-radius: 50%;
   
}

}

.tax_agent_btn {
    margin: 0 10px;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: bold;
    border: 1px solid;
    background: #fb3700;
}

.last {
    background: #f60000;
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.pdng20 {
    padding: 20px;
}

.f18 {
    font-size: 16px;
}

.esr {
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.nav-menu>li>a,.sub_menu ul li a{
color:#000 !important;    
}
@media (min-width:768px){
    .btn-call,.freeconsultation{
        display:none;
    }
}
@media  (max-width:1023px){
    .top-nav {
        top: 0;
        width: 100%;
        background: #1167b1;
        position: fixed;
        z-index: 9999;
    }
    .sub_menu ul li {
        float: left;
        padding: 10px 15px 10px 20px;
        width: 100%;
        font-size: 15px;
        border-top: 1px solid #ededed;
    }
    .intro-menu .sub_menu,.intro-menu .sub_menu ul li a{
        margin-left: 0 !important;
    }
    .subscribe_form .input-group>.form-control{
        width:100% !important;
        margin-bottom:10px;
    }
}
.make_an_enquiry {
    top: 100px;
    position:sticky;
}
#toast-container{
    z-index:9999999 !important;
}
#locations{
    margin:30px 0 !important;
}
#locations .owl-item {
    display: flex;
    /* border-right: 3px solid #1167b1; */
    align-items: center;
    justify-content: center;
    min-height:70px
}
.locationcontent a {
    color: #3a3a3a;
    font-size: 15px;
}
#locations .owl-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: radial-gradient(#1167b1, #fff), radial-gradient(#1167b1, #fff);
    background-position: 0, 100%, 0, 100%;
}
#locations .locationcontent{
    text-align:center;
}
#locations h5 {
    justify-content: center;
    display: flex;
    font-size: 18px;
    color:#1167b1;
    font-weight: 800;
}
.drops ul.arrow li::before{
 content:">" !important;
 font-size:20px;
 margin-top:-2px;
}
.drops ul.double-arrow li::before{
    content:">>" !important;
    font-size:15px;
    margin-top:0px;
}
.drops ul.star li::before{
    content:"*" !important;
    font-size:25px;
    margin-top:3px;
}
.review-outer{
    display: flex;
    justify-content: end;
}
.author-outer{
    display: flex;
    justify-content: start;
}
.author img{
    max-width:60px;
    width:100%;
    border-radius:50%;
    border:3px solid #51a2e8;
}
.author,.author-bottom{
    display: flex;
    flex-direction:row;
    align-items: center;
}
.author h5{
    font-size:14px;
    margin-bottom: 5px;
}
.author .img2{
    margin-left: -15px;
}
.author .images{
    margin-right:10px;
}
.author h5 span{
    color:#1167b1;
    text-transform: capitalize;
    font-weight:800;
}
.author h6{
    font-size: 12px;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    text-align: left;
}
.author_reviewer{
    margin-bottom:20px;
    margin-top:10px;
}
.author-bottom img{
    max-width:100px;
    border-radius:50%;
    margin-right:10px;
}
.author-bottom{
    margin-bottom:10px;
}
.author-bottom p{
    font-size: 16px;
    margin:0 0 20px !important;
}
.author-bottom h5{
    font-size:14px;
}
.author-bottom h4{
    font-size:24px;
    color:#1167b1;
}
@media screen and (max-width:767px){
    .author .images{
        min-width:100px;
    }
    .author img{
        max-width:55px !important;
    }
    .author h5{
        font-size:12px;
    }
    .author-bottom p{
        font-size: 14px;
        margin:0 0 20px !important;
    }
    .author-bottom h5{
        font-size:12px;
    }
    .author-bottom h4{
        font-size:18px;
        color:#1167b1;
    }
    .author-bottom img{
        max-width:70px;
        border-radius:50%;
        margin-right:10px;
    }
}
/*10-09-23*/