@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap);
body {
    margin: 0;
    line-height: 1.5;
    font-family: 'lato', sans-serif;
    color: #7a7a7a;
    font-weight: 500
}

body.scheme {
    background-color: #fff
}
.client-image {
    /*border: 3px solid orangered;*/
    border-radius: 7px;
    /*min-height: 250px;*/
    display: flex;
    overflow: hidden;
    width: 4rem;
    display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/

}
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #1B273D
}

::-webkit-scrollbar-thumb {
    background-color: #abaaaa
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(33, 33, 33, .3)
}

a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif
}

a:hover {
    text-decoration: none
}

p {
    text-align: justify
}

strong {
    color: #0a0a0a
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif !important
}

h1,
h2,
h3 {
    font-weight: 700;
    color: #0a0a0a
}

h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    color: #0a0a0a
}
.fs-21
{
    font-size:21px;
}

.mt-10 {
    margin-top: 20px
}

.mt-20 {
    margin-top: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.ptb-10 {
    padding: 10px 0
}

.ptb-30 {
    padding: 30px 0
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-top: 50px
}

.ptb-50 {
    padding: 50px 0
}

.link-btn-info {
    background-color: #134377;
    border: 1px solid #134377;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    vertical-align: middle;
    padding: 10px 15px;
    border-radius: 5px
}


.no-scroll-y {
    overflow-y: hidden
}

.ctn-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 199999
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: #134377;
    height: 4em;
    margin: 0 auto 1.5em auto;
    width: 4em
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 1em 'Montserrat', sans-serif;
    text-align: center;
    user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #134377;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, .2);
    position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: 0.7s 0.3s all cubic-bezier(.1, .1, .1, 1)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: 0.7s 0.3s all cubic-bezier(.1, .1, .1, 1)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em 'Montserrat', sans-serif
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em 'Montserrat', sans-serif
    }
}

.link-btn-info:hover {
    background-color: #fff;
    border: 1px solid #134377;
    color: #134377
}

.link-btn {
    background-color: #fff0;
    border: 1px solid #fff;
    padding: 10px 15px;
    font-weight: 500;
    transition: .3s ease-in-out;
    vertical-align: middle;
    border-radius: 5px;
    color: #fff
}

.link-btn:hover {
    background-color: #fff;
    border: 1px solid #134377;
    padding: 10px 15px;
    color: #134377
}

.center-title {
    color: #134377
}

.heading-title {
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 700
}

.heading-title h2 {
    color: #134377
}

.heading-title-2 h2,
.heading-title-2 h4 {
    color: #134377
}
.service-pg h4

    {
        font-size:21px;
        font-weight:700;
        line-height:1.3;
    }


.heading-title:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: #fdc500
}

.heading-title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    left: 50%;
    margin-left: -50px;
    background-color: #fdc500
}

.heading-title-2:before {
    content: '';
    background-color: #fdc500;
    display: block;
    height: 5px;
    position: absolute;
    width: 30px;
    bottom: 3px;
    margin: 0 auto;
    z-index: 99;
    left: 0
}

.heading-title-2:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    background-color: #fdc500;
    margin: 0 auto
}

.heading-title-2 {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px
}

.span-head span {
    color: #fdc500
}

.top-header-section {
    padding: 5px 0
}

.top-header-section ul li {
    display: inline;
    margin-right: calc(25px/2);
    margin-left: calc(25px/2)
}

.top-header-section ul li a {
    color: #134377
}

.top-header-section .top-icon-head {
    float: right
}

hr {
    margin-top: 0rem;
    margin-bottom: 0rem
}

.main-menu.navbar {
    padding: 5px 0;
    background-color: #fff
}

#header.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.main-menu .navbar-brand img {
    width: 240px
}

.main-menu .nav-item .nav-link {
    color: #134377;
    font-weight: 600;
    padding: 20px 10px
}

.main-menu .dropdown .dropdown-menu {
    height: auto;
    width: 15em !important
}

.main-menu .dropdown .dropdown-menu .dropdown-item {
    padding: .6rem 1.5rem
}

.main-menu .dropdown-menu.show:last-of-type {
    left: 0 !important;
    right: auto !important
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.dropdown-content .dropdown-item {
    border-bottom: 1px solid #ddd
}

.dropdown-content .dropdown-item:nth-last-child(1) {
    border: none
}

.dropdown-content .dropdown-item:first-child {
    border-top: 5px solid #134377
}

.dropdown-content a {
    color: #134377;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 600
}

.dropdown-content a:hover {
    background-color: #134377;
    color: #fff
}

.dropdown:hover .dropdown-content {
    display: block
}

.mob-section-header,
.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    padding: 10px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px
}

.sidenav-menu-box {
    position: relative;
    top: 5%
}

.sidenav .sidenav-menu-box a {
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
    color: #0A0A0A;
    display: block;
    transition: 0.3s;
    font-weight: 600
}

.sidenav .sidenav-menu-box a {
    border-bottom: 1px solid #ddd
}

.sidenav .sidenav-menu-box a:nth-last-child(1) {
    border: none
}

.sidenav a:hover {
    color: #134377
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
     color: #134377;
}

.mob-section-header {
    display: none
}

.dropdown-container {
    display: none;
    background-color: #fff;
    padding-left: 8px
}

.dropbtn {
    -webkit-transition: 3s;
    transition: 3s
}

.cd-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.cd-slider.ie9 .slide-btn div span {
    display: none
}

.cd-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s .6s
}

.cd-slider ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    width: 135vh;
    height: 135vh;
    border: solid rgba(0, 0, 0, .2);
    border-width: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: border-width .4s .6s
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transform: scale(1.2);
    transition: opacity .4s .6s, transform .4s .6s
}

.content blockquote {
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

blockquote h2 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle
}

blockquote p {
    font-size: 1.2rem;
    color: #fff
}

.header .item {
    height: 100vh;
    position: relative;
    padding: 0px !important
}

.header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    display: flex;
    align-items: center
}

.header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden
}

.header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%)
}

.header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff
}

.header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff
}

.header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s
}

.header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s
}

.header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s
}

.header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, .5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0
}

.header .owl-theme .owl-nav {
    margin-top: 0px !important
}

.header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff
}

.header .owl-nav .owl-prev:focus {
    outline: 0
}

.header .owl-nav .owl-prev:hover {
    background: #000 !important
}

.header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, .5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0
}

.header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff
}

.header .owl-nav .owl-next:focus {
    outline: 0
}

.header .owl-nav .owl-next:hover {
    background: #000 !important
}

.header:hover .owl-prev {
    left: 0;
    opacity: 1
}

.header:hover .owl-next {
    right: 0;
    opacity: 1
}

#sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

#sync1 .item.fade:not(.show) {
    opacity: 1
}

#sync2 .item {
    background: #c9c9c9;
    padding: 0 0;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .current .item {
    background: #0c83e7
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6
}

#sync1.owl-theme {
    position: relative
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

#sync1.owl-theme .owl-prev {
    left: 10px
}

#sync1.owl-theme .owl-next {
    right: 10px
}

.owl-carousel .animated {
    animation-duration: 1.5s !important
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important
}

#sync1 svg {
    width: 22px !important
}

.owl-thumbs {
    text-align: center;
    display: table;
    width: 100%
}

.owl-thumb-item {
    width: 20%;
    height: 150px;
    border: none;
    background: none;
    padding: 0;
    opacity: .7;
    overflow: hidden
}

.owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.owl-thumb-item.active {
    opacity: 1
}

.owl-thumb-item.active img {
    position: relative
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000
}

.bg-content.ptb-50 {
    position: relative;
    color: #fff
}

.bg-content {
    background: radial-gradient(circle at top, #fdc500, #d39e00);
    background-position: center center;
    background-size: cover;
    background-position: fixed
}

.bg-content h2,
.bg-content h4 {
    color: #fff
}

.bg-content p {
    text-align: center
}

.who_we .abt-info-right {
    position: relative;
    margin-bottom: 15px
}

.who_we .abt-info-right:before {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
    background-color: #1B273D
}

.who_we .abt-info h4 {
    color: #0a0a0a;
    font-size: 19px
}

.who_we .abt-info-right .info {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase
}

.who_we .abt-info-right .info h4 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px
}

.who_we .abt-info-right a {
    background-color: #ffffff59;
    border: 1px solid #fff;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 20px;
    border-radius: 5px
}

.who_we .abt-info-right a:hover {
    background-color: #ffffffad;
    border: 1px solid #134377;
    padding: 10px 15px;
    color: #134377
}

.call-us-section {
    background-color: #134377
}

.call-us-section .head-point h3 {
    color: #fff;
    font-weight: 600;
}
.call-us-section .head-point h4 
{
    color: #fff;
    font-weight: 600;
    font-size:21px;
}

.why_choose-section .heading-title-2 h3 {
    color: #134377;
    font-size: 24px
}

[data-toggle="collapse"] .fas:before {
    content: "\f105"
}

[data-toggle="collapse"].collapsed .fas:before {
    content: "\f107"
}

.why_choose-section .card {
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.why_choose-section .card-header {
    background-color: #fff;
    padding: 0 !important
}

.why_choose-section .icon-box .inner-icon {
    background-color: #134377;
    position: absolute;
    left: 0;
    right: 0;
    width: 55px;
    height: 50px;
    top: 0;
    border: 1px solid #134377
}

.why_choose-section .icon-box {
    padding: 12px 0
}

.why_choose-section .icon-box .accordion-title {
    margin-left: 60px;
    display: inline-block;
    color: #0a0a0a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.icon-box .fas {
    position: absolute;
    left: 50%;
    font-size: 21px;
    -webkit- transform: translate(50%);
    transform: translate(-50%, -50%);
    color: #fff;
    top: 50%
}

section.services-list-section {
    background: #f6f6f6;
    position: relative
}

.services-box {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.finbyz-img {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden
}

.finbyz-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.finbyz-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.services-box .services-content-box {
    padding: 10px 20px 30px
}

.services-box .services-content-box h4 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700
}

.services-box .services-content-box p {
    text-align: center
}

.bg-fix-content {
    background-image: url(../../../assets/images/bg/parallax-portfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    z-index: 3
}

.bg-fix-content {
    position: relative
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    transition: .5s ease;
    background-color: #1B273D
}

.bg-fix-content .fix-content {
    color: #fff
}

.bg-fix-content h2 {
    color: #fff
}

.bg-fix-content .fix-content h2 span {
    color: #fdc500 !important
}

.bg-fix-content .fix-content p {
    text-align: center;
    margin-top: 20px
}

.owl-carousel {
    width: 100%
}

#client-logo-slider .item {
    padding: 10px
}

.img-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 30px 15px;
    border-radius: 5px;
}

#client-logo-slider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center
}

#client-logo-slider .owl-dots .owl-dot {
    display: inline-block
}

#client-logo-slider.owl-carousel .owl-dots .owl-dot span {
    background: #134377;
    display: inline-block;
    height: 10px;
    margin: 0 2px 5px;
    transform: translate3d(0, -50%, 0) scale(.6);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px
}

#client-logo-slider.owl-carousel .owl-dots .owl-dot.active span {
    background: #134377;
    transform: translate3d(0, -50%, 0) scale(.9)
}

.testimonials {
    background-image: url(../../../assets/images/bg/parallax-portfolio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    z-index: 3
}

.testimonials {
    position: relative
}

#customers-testimonials {
    color: #fff;
    padding: 20px 10px;
    text-align: left
}

.shadow-effect {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
    width: 100%;
    height: 120px
}

.shadow-effect p {
    color: #7a7a7a;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    padding: 10px 0 0 0
}

.shadow-effect p:before {
    font-family: Arial;
    content: "\201C";
    color: #7a7a7a;
    font-size: 8em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1080;
    opacity: .3;
    padding: 0 20px
}

.shadow-effect:after {
    content: "";
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.item {
    text-align: center;
    padding: 20px
}

.author {
    display: block;
    margin-top: 50px;
    color: #fdc500 !important
}

.author h5 {
    color: #fdc500
}

.author h5 span {
    font-weight: 600;
    color: #fdc500 !important
}

.author h5 span {
    font-weight: 400
}

#customers-testimonials .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel {
    position: relative
}

#customers-testimonials .owl-next,
#customers-testimonials .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center
}

#customers-testimonials .owl-prev {
    left: -70px
}

#customers-testimonials .owl-next {
    right: -70px
}

#service-location-slider .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#service-location-slider .owl-next,
#service-location-slider .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    background: #134377;
    right: 0
}

#service-location-slider.owl-carousel .owl-prev {
    right: 70px !important
}

#service-location-slider.owl-carousel .owl-next {
    right: 0px !important
}

.title-header-bg {
    background-color: #1b273d;
    background-image: linear-gradient(rgba(27, 39, 61, .8), rgba(27, 39, 61, .8)), url(../../../assets/images/bg/testimonial_bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    padding: 1em;
    text-align: center;
    height: 400px;
    line-height: 400px
}

.why_choose_page .heading-title-2 h2 {
    font-size: 32px
}

.why_choose_page .heading-title-2 h2 span {
    color: #fdc500!important;
}
.why_choose_page .heading-title h2 span {
    color: #fdc500!important;
}
.service-list {
    background: #fff;
    height: 340px;
    padding: 0 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.box-img {
    padding: 20px 0
}

.service-list .services-content-box p,
.service-list .services-content-box h4 {
    text-align: center
}

.service-list .services-content-box h4 {
    font-size: 19px;
    font-weight: 700
}

.icon-box-list {
    background: #fff;
    height: 250px;
    padding: 0 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.icon-box-list .box-img {
    padding: 20px 0
}

.icon-box-list .services-content-box p,
.icon-box-list .services-content-box h4 {
    text-align: center
}

.services-box-location {
    position: relative;
    height: 300px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.services-box-location .services-content-box {
    /*padding: 10px 12px 0;*/
}

.services-box-location .services-content-box h4 {
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 12px 0;
}

.services-box-location .services-content-box p {
    text-align: center;
     padding: 5px 25px 0;
}

.title-header-bg h2 {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-size: 42px;
    color: #fff;
}
.title-header-bg h1 {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-size: 42px;
    color: #fff;
}
@media only screen and (max-width:768px)  {
    .title-header-bg h1 {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    color: #fff;
}
.span-head h2{
    font-size: 18px;
}
.span-head h3{
    font-size: 18px;
}
}
.leading-content h3,
.leading-content h5 {
    color: #fff
}

.leading-content p {
    color: #d2cece;
}
.leading-content p strong
{
     color: #d2cece;
}
.leading-content ul li {
    color: #d2cece
}

.leading-content ul li i {
    margin-right: 5px;
    color: #fdc500
}

.list-block ul li i {
    margin-right: 5px;
    color: #fdc500
}

.list-block ul li {
    color: #7a7a7a;
    padding:10px 0;
}
.list-block ul li:first-child
{
    padding-top:0px;
}

div.count-box {
    border-right: #ddd solid .1px
}

div.count-box:last-child {
    border-right: #ddd solid 0
}

.counter-section h1,
.counter-section p {
    color: #fff
}

.timer {
    color: #fdc500;
    font-size: 42px;
    text-align: center
}

.stat-caption {
    color: #fff;
    font-size: 19px;
    text-align: center
}

.list-inline-block ul li {
    display: block;
    padding: 15px 0
}
.list-inline-block-2 ul li i
{
    color:#fdc500;
    margin-left: -15px;
}
.list-inline-block-2 ul li
{
    padding:5px 15px;
    color:#0a0a0a;
    font-weight:700;
}
.contact-section h4 {
    font-weight: 700
}

.contact-section ul li {
    font-weight: 600;
    padding: 5px 0 5px 15px
}

.contact-section ul li a {
    color: #7a7a7a;
    font-weight: 600;
    font-family: 'lato', sans-serif
}

.contact-section ul li i {
    margin-right: 5px;
    color: #fdc500;
    margin-left: -15px
}

.contact-section .top-icon-head ul li {
    display: inline-block;
    padding: 5px 10px
}

.contact-section .top-icon-head ul li i {
    color: #134377
}

label,
input,
textarea {
    display: block;
    width: 100%
}

.form-section ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-section ul li {
    padding: .3em
}

.form-section span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: .8rem;
    text-transform: uppercase
}

input[type="submit"] {
    background: #134377;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em
}

.form-section form {
    background-color: #fff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 3px;
    overflow: hidden
}

input,
textarea {
    width: 100%;
    padding: 9px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, .2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem
}

.template-btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.template-btn:hover {
    color: #fff;
    background: #f28500
}

.portfolio-section {
    padding-top: 30px;
    transition: 1.3s;
    box-sizing: border-box;
    height: auto
}

.portfolio-tab ul {
    text-align: center;
    margin-top: 50px;
    display: inline-block
}

.portfolio-tab ul li {
    color: #0a0a0a;
    background: transparent;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 2px solid #134377;
    margin: 5px 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent
}

@media (max-width:575.98px) {
    .portfolio-tab ul li {
        display: inline-block;
        margin: 5px 0;
        padding: 5px 5px;
        font-size: 10px
    }
    .portfolio-section .container {
        padding: 0;
        margin: 0
    }
}

.portfolio-tab ul li:hover {
    background: #134377;
    color: #fff
}

.portfolio-tab ul .active {
    background: #134377;
    color: #fff
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both
}

.portfolio-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px
}

@media (max-width:768px) {
    .portfolio-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media only screen and (min-width:768.1px) and (max-width:991px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.portfolio-grid .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    overflow: hidden;
    margin: 0 5px
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer
}

.portfolio-bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1s;
    transform: scale(1)
}

.portfolio:hover .portfolio-bg {
    transform: scale(1.2)
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden
}

.portfolio .label-bg {
    background: #232323;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1px
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px
}

.portfolio:hover .label {
    opacity: 1;
    visibility: visible
}

.portfolio .text-category {
    display: block
}

.portfolio .template-btn {
    background: #e30b5d;
    border: 1px solid #e30b5d;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 500
}

.global-bg {
    background-image: url(../../images/Map-fo-Website.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 270px 0 300px 0;
    z-index: 3;
    margin: 0 0
}

.global-bg .glob-info h2 {
    font-weight: 800;
    font-size: 56px;
    color: #0a0a0a
}

.global-bg .glob-info h2 span {
    color: #134377 !important
}

.global-bg .glob-info p {
    text-align: center
}

.mid-footer {
    background-color: #f9f9f9
}

.location {
    margin-bottom: 10px
}

.location .social-list li {
    display: inline;
    padding: 10px 20px
}

.location .social-list li a {
    color: #0a0a0a;
    font-weight: 700
}

.location .location-list li {
    display: inline-block;
    padding: 10px 20px
}

.location .location-list li a {
    color: #0a0a0a;
    font-weight: 600;
    font-size: 15px
}

.bottom-footer {
    background-color: #134377;
    color: #fff;
    padding: 10px 0 10px 0;
    z-index: 2
}

.bottom-footer p {
    margin: 0 !important;
    font-weight: 500;
    text-align: center
}

.mid-footer .heading-title h4 {
    color: #134377
}
.service-point-list li
{
    padding:5px 0;
}

.service-point-list i
{
color:#134377;
}
.process {
    position: relative;
    margin: 10px auto 30px;
    padding: 0px 0;
    width: 1080px;
    box-sizing: border-box
}

.process:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5
}
.process table 
{
    margin-top:15px;
    margin-right:0;
}
.process table tr td i
{
    color:#134377;
    margin-right: 5px;
}
.process ul {
    padding: 0;
    margin: 0
}

.process ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box
}

.process ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both
}

.process ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both
}

.process-content {
    padding-bottom: 20px
}

.process ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #134377;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1343774f
}

.process ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #134377;
    ;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #1343774f
}

.process ul li h3 {
    padding: 0;
    margin: 0;
    color: rgb(19 67 119);
    font-weight: 600
}

.process ul li p {
    margin: 10px 0 0;
    padding: 0
}

.process ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}

.process ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -100px;
    margin: 0;
    padding: 8px 16px;
    background: rgb(19 67 119);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #1343774f
}

.process ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -100px;
    margin: 0;
    padding: 8px 16px;
    background: rgb(19 67 119);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #1343774f
}
.facebook {
    color: #1877f2 !important;
}
.twitter {
    color: #1da1f2 !important;
}
.linkedin {
    color: #0077b5 !important;
}
.instagram_o {
   color: #db155d !important;
}
.pinterest {
 color: #e60023 !important;
}

@media(max-width:1000px) {
    .timeline {
        width: 100%
    }
}

@media(max-width:767px) {
    .process {
        width: 100%;
        padding-bottom: 0
    }
    .process:before {
        left: 20px;
        height: 100%
    }
    .process ul li:nth-child(odd),
    .process ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px
    }
    .process ul li:nth-child(odd):before,
    .process ul li:nth-child(even):before {
        top: -18px;
        left: 16px
    }
    .process ul li:nth-child(odd) .time,
    .process ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit
    }
}

@media(max-width:480px){
    .services-box-location{
        height: 260px;
    }
}
