p,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
button,
text,
ul,
span,
strong {
    font-family: 'Jost';
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../images/loader.gif) 50% no-repeat rgb(249, 249, 249);
    background-color: #ffffff;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.banner-area-home {
    width: 100%;
    height: 100vh;
    background: url(../images/banners/bannerspl.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.whatwedose {
    background-color: #005d9a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.whatwedose-item {
    color: #ececec;
    padding: 0px 0px 0px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.whatwedose-item:hover {
    position: relative;
    left: 7px;
}

.whatwedose-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.whatwedose-item p {
    margin-bottom: 10px
}

.whatwedose-item .primary-btnx {
    color: #fc735d;
}

.whatwedose-item .primary-btnx:hover {
    color: #fff;
}

.whatwedose-item:hover h4 {
    color: #fc735d
}

.splbordernone {
    border: none!important;
}

.splborder {
    border-right: 1px solid #fff;
}

.feature-spl {
    color: #ececec;
    padding: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 35px;
    height: 320px;
}

.feature-spl h4 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.feature-spl p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}

.feature-spl .primary-btn2 {
    font-size: 20px;
    color: #fff;
}

.feature-spl:hover h4 {
    color: #fc735d
}

.fabrics {
    /* background-image: url();*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    background-image: linear-gradient(0deg, rgb(255 255 255 / 27%), rgb(0 0 0 / 67%)), url(../images/fabrics2.jpg);
}

.distri {
    background-image: linear-gradient(0deg, rgb(255 255 255 / 27%), rgb(0 0 0 / 67%)), url(../images/distri.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.angel {
    background-image: linear-gradient(0deg, rgb(255 255 255 / 27%), rgb(0 0 0 / 67%)), url(../images/angel.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.commercee {
    background-image: linear-gradient(0deg, rgb(255 255 255 / 27%), rgb(0 0 0 / 67%)), url(../images/commercee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.splheight {
    height: 126px;
}

.chimg {
    border-radius: 50%;
}

.fasplsym {
    font-size: 26px;
    padding: 0px 10px 0px 10px;
    color: #005d9a;
}

#moblieview {
    display: none;
}

#desktopeview {
    display: block;
}


/* -------------------------------testing---------------------*/

.section {
    width: 100%;
    position: relative;
    padding: 50px 0 90px 0px;
}

.bg-grey-light {
    background-color: #ebecee;
}

.padingvideo {
    padding-top: 45px;
}

.inner-container {
    width: 1140px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.header-animation {
    min-height: 70px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.sub-header {
    color: #fc735d;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 15px;
}

.sub-header-prefix {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    padding-right: 10px;
}

.section3-block {
    height: 380px;
    position: relative;
}

.section3-block:before {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    left: -25px;
    background-color: #005d9a30;
}

.section3-block .col-left {
    height: 100%;
    padding: 0;
}

.section3 .bg-block-txt {
    width: 100%;
}

.bg-block-txt {
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.section3-block .col-left .section3-img {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section3-block .col-right {
    height: 100%;
    padding: 0;
}

.bg-grey {
    background-color: #333;
    padding: 50px;
}

.section3-block .col-right p {
    color: #ccc;
    padding: 120px 120px 0 40px;
}

.para-cm {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
    color: #fff;
}

.section3-block .col-right:after {
    content: " ";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 70px;
    left: 270px;
    background-color: #404040;
    z-index: 1;
}

.section3-block:after {
    content: " ";
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -60px;
    right: -60px;
    background-color: #005d9a30;
}

.section3-block-two .col-left {
    padding: 30px 40px 0 0;
}

.home-page-title-txt {
    font-size: 20px;
    line-height: 24px;
    color: none;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
}

.listing-right {
    text-align: right;
    padding-top: 20px;
    display: table;
    list-style-type: none;
    margin: 0;
}

.listing-right li {
    width: 50%;
    float: right;
    position: relative;
    color: #333;
    font-weight: 600;
    font-family: Arial;
    font-size: 18px;
    padding: 0 20px 10px;
}

.section3-block-two .col-right {
    padding: 0;
}

.section3-block-two .col-right .section3-img-two {
    margin: -90px 0 30px;
    display: block;
    position: relative;
}

.know-more-txt {
    font-size: 14px;
    line-height: 14px;
    color: #fc735d;
    text-transform: uppercase;
    font-weight: 600;
}

.section3-block-two .col-right:after {
    content: " ";
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 10px;
    left: 270px;
    background-color: #005d9a30;
}

.col-left {
    padding-right: 0px;
}


/* -------------------------------testing end---------------------*/

.ftrpading {
    padding-left: 0!important;
}

.paddblo {
    /* padding-top: 144px;*/
}

.side2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.cn1 {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.cn1:hover .overlay {
    opacity: 1;
}


/* MENU NAVIGATION */

.navigation {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 50px;
}


/*fixed menu*/

.navigation.fixed-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
    background-color: #005d9a;
}

.nav-img {}

.menu_style {
    width: 100%;
    height: auto;
}

.menu-h5 {
    float: right;
    padding-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
}

.menu-c-p {
    margin-top: 25px;
    font-size: 13px;
    color: #fff;
    padding-left: 32px;
    text-align: left;
}

.menu-c-p>span {
    font-weight: 700;
    font-size: 18px;
}

.menu_style h4 {
    margin-top: 25px;
    padding-left: 32px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.ggl-map {
    border: 1px solid #f26522;
    background-color: #f26522;
    color: #fff !important;
    padding: 4px 18px !important;
    text-align: center;
    margin: 0 auto;
    width: 50%;
    font-size: 14px !important;
    position: relative;
    right: 30px;
}

.dl-menuwrapper2 button {
    top: 15px;
    background: #ccc0;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    float: right;
}

.dl-menuwrapper2 button:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 28%;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    border-radius: 25px;
}


/* SLIDE NAV */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0;
    background-color: #060606;
    overflow-x: hidden;
    transition: 0.9s;
    padding-top: 60px;
    float: right;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav a:hover {
    color: #005d9a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 193px;
    font-size: 36px;
    margin-left: 0px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.dropdown-container {
    display: none;
    background-color: #253d52;
    padding-left: 8px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.dropdown-container a {
    font-size: 14px !important;
    line-height: 12px;
    padding: 8px 8px 8px 45px !important;
}

.fa-down-mystyle {
    position: relative;
    bottom: 29px;
    right: 30px;
    color: #005d9a;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.dropdown-menu {
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 142px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #005d9a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.dropdown-menu a {
    font-size: 14px !important;
    line-height: 12px;
    padding: 8px 8px 8px 25px !important;
    color: #fff !important;
}

.dropdown-menu a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5 !important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #005d9a;
    min-width: 214px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #fff;
    font-size: 15px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #005d9a;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/*--------------------------------------*/


/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner1>.item.next,
.carousel-inner1>.item.active.right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.carousel-inner1>.item.prev,
.carousel-inner1>.item.active.left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.carousel-inner1>.item.next.left,
.carousel-inner1>.item.prev.right,
.carousel-inner1>.item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}


/*------------------------------- vertical carousel indicators ------------------------------*/


/*--------------------------------------*/

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    padding-left: 0;
}

.header-nav__social li {
    margin-right: 0px;
    padding-left: 0;
    display: inline-block;
}

.home-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-bottom: 15.6rem;
    position: relative;
    overflow: hidden
}

.home-content h3 {
    font-family: 'Jost';
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
    margin-left: 6px
}

.home-content h1 {
    font-family: 'Jost';
    font-size: 6.3rem;
    line-height: 1;
    margin-top: 0;
    color: #005d9a;
    text-transform: uppercase;
}

.home-content h2 {
    font-family: 'Jost';
    font-size: 3.3rem;
    line-height: 1.1;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
}

.home-content h2 span {
    color: #005d9a;
}

.home-content h4 {
    font-family: 'Jost';
    font-size: 1.8rem;
    line-height: 1.1;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
}

.home-content__main {
    padding-top: 13rem;
    position: relative
}

.home-content__buttons {
    padding-top: 0rem;
    text-align: left
}

.home-content__buttons .btn {
    width: 215px;
    border-color: #005d9a;
    color: #fff;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #005d9a;
}

.home-content__buttons .btn:last-child {
    margin-right: 0
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
    background: #fff!important;
    color: #000!important;
    border-color: #fff!important;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem
}

.home-content__scroll a {
    font-family: 'Jost';
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem
}

.home-content__scroll a::before {
    border-bottom: 2px solid #005d9a;
    border-right: 2px solid #005d9a;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #005d9a;
    position: absolute;
    right: 7.2rem;
    bottom: 0
}

.home-social {
    font-family: 'Jost';
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.home-social a {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.home-social li {
    position: relative;
    padding: .9rem 0
}

.home-social li a {
    display: block;
    width: 33px;
    height: 33px
}

.home-social i,
.home-social span {
    position: absolute;
    top: 0;
    line-height: 33px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #fff;
    border-radius: 50%
}

.home-social span {
    color: #005d9a;
    right: 4.5rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

::-moz-selection {
    background-color: #005d9a;
    color: #fff
}

::selection {
    background-color: #005d9a;
    color: #fff
}

::-webkit-input-placeholder {
    color: #777777;
    font-weight: 300
}

:-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

::-moz-placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #777777;
    font-weight: 300
}

body {
    color: #666;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

select {
    display: block
}

figure {
    margin: 0
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

iframe {
    border: 0
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0
}

.card-panel {
    margin: 0;
    padding: 60px
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1em;
    line-height: inherit
}

.gray-bg {
    background: #f9f9ff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost';
    color: #15181d;
    line-height: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Jost';
    font-weight: 700;
    color: #15181d
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 42px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

td,
th {
    border-radius: 0px
}

.clear::before,
.clear::after {
    content: " ";
    display: table
}

.clear::after {
    clear: both
}

.fz-11 {
    font-size: 11px
}

.fz-12 {
    font-size: 12px
}

.fz-13 {
    font-size: 13px
}

.fz-14 {
    font-size: 14px
}

.fz-15 {
    font-size: 15px
}

.fz-16 {
    font-size: 16px
}

.fz-18 {
    font-size: 18px
}

.fz-30 {
    font-size: 30px
}

.fz-48 {
    font-size: 48px !important
}

.fw100 {
    font-weight: 100
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400 !important
}

.fw500 {
    font-weight: 500
}

.f700 {
    font-weight: 700
}

.fsi {
    font-style: italic
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.mt-150 {
    margin-top: 150px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.mr-15 {
    margin-right: 15px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.pt-0 {
    padding-top: 0px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-120 {
    padding-top: 120px
}

.pt-150 {
    padding-top: 150px
}

.pb-0 {
    padding-bottom: 0px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-150 {
    padding-bottom: 150px
}

.pr-30 {
    padding-right: 30px
}

.pl-30 {
    padding-left: 30px
}

.pl-90 {
    padding-left: 90px
}

.p-40 {
    padding: 40px
}

.relative {
    position: relative
}

.section-gap {
    padding: 130px 0
}

@media (max-width: 991px) {
    .section-gap {
        padding: 80px 0
    }
}

.section-gap-top {
    padding-top: 70px
}

@media (max-width: 991px) {
    .section-gap-top {
        padding-top: 50px
    }
}

.section-gap-bottom {
    padding-bottom: 60px
}

@media (max-width: 991px) {
    .section-gap-bottom {
        padding-bottom: 40px
    }
}

.top_text {
    font-size: 18px;
    font-weight: 400;
    color: #005d9a
}

.section-title {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .section-title {
        margin-bottom: 40px
    }
}

.section-title h2 {
    font-size: 42px;
    line-height: 33px
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 30px
    }
}

.section-title h2 span {
    color: #005d9a
}

.primary-btn {
    position: relative;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    padding: 0px 35px;
    font-family: 'Jost';
    font-size: 15px;
    font-weight: 400;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    background: #005d9a;
    border: 1px solid #005d9a;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-btn i {
    font-size: 11px
}

.primary-btn:hover {
    background: transparent;
    color: #15181d
}

.primary-btn2 {
    position: relative;
    display: inline-block;
    color: #005d9a;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-btn2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -4px;
    height: 1px;
    width: 50px;
    background: #15181d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-btn2:hover {
    background: transparent;
    color: #15181d
}

.primary-btn2:hover:after {
    background: #005d9a
}

.primary-btn3 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    outline: none !important;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-btn3:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -4px;
    height: 1px;
    width: 100px;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.primary-btn3:hover {
    background: transparent;
    color: #fc735d
}

.primary-btn3:hover:after {
    background: #fc735d
}

.overlay,
.about_right .video-inner::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}

.video-play-button2 {
    position: absolute;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px;
    top: 0;
    left: 17%;
}

.video-play-button2:before,
.video-play-button2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%
}

.video-play-button2:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite
}

.video-play-button2:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.video-play-button2 span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 46px 8px 18px 28px
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    display: block;
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%
}

.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1
    }
}

@-moz-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1
    }
}

@-o-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: .7
    }
    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    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")
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.flaticon-compass:before {
    content: "\f100"
}

.flaticon-desk:before {
    content: "\f101"
}

.flaticon-bathroom:before {
    content: "\f102"
}

.flaticon-beach:before {
    content: "\f103"
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
    height: 80px !important
}

.sticky-wrapper.is-sticky .default-header {
    background: #15181d;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3)
}

.default-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: transparent
}

@media (max-width: 991px) {
    .default-header {
        background: #15181d
    }
}

.default-header .navbar {
    padding: 22px 16px
}

.default-header .navbar .navbar-toggler {
    border: 1px solid #fff;
    border-color: #fff;
    cursor: pointer
}

.default-header .navbar .navbar-toggler:focus {
    outline: none
}

.default-header .navbar .navbar-toggler span {
    color: #fff
}

.default-header .dropdown-item {
    font-size: 14px;
    width: auto !important;
    text-align: left
}

@media (max-width: 767px) {
    .default-header .dropdown-item {
        text-align: left;
        padding: 0.25rem
    }
}

.default-header .dropdown-item {
    font-size: 14px;
    width: auto !important;
    text-align: left
}

@media (max-width: 767px) {
    .default-header .dropdown-item {
        text-align: left;
        padding: 0.25rem
    }
}

@media (min-width: 991px) {
    .default-header .dropdown .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in
    }
    .default-header .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible
    }
}

.default-header .dropdown-menu {
    border-radius: 0;
    margin-top: 27px;
    border: none
}

@media (max-width: 991px) {
    .default-header .dropdown-menu {
        margin-top: 0px
    }
}

.default-header .dropdown-menu a {
    padding: 5px 15px
}

@media (max-width: 767px) {
    .default-header .dropdown-menu {
        margin-top: 0px
    }
}

.default-header .dropdown-item:focus,
.default-header .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent
}

.menu-bar {
    cursor: pointer
}

.menu-bar span {
    color: #000;
    font-size: 24px
}

@media (max-width: 992px) {
    .navbar-nav {
        height: auto;
        max-height: 400px;
        overflow-x: hidden
    }
}

.main-menubar {
    display: none !important
}

@media (max-width: 991.98px) {
    .main-menubar {
        display: block !important
    }
}

.navbar-nav a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Jost';
    color: #fff;
    padding: 32px 20px
}

.navbar-nav a:hover,
.navbar-nav a.active {
    color: #005d9a
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 10px
    }
    .navbar-nav a {
        padding: 0
    }
    .navbar-nav li {
        padding: 10px 0
    }
}

@media (max-width: 991px) {
    .navbar-nav .dropdown .dropdown-menu {
        background: transparent
    }
}

.navbar-nav .dropdown .dropdown-item {
    color: #15181d;
    text-transform: capitalize
}

.navbar-nav .dropdown .dropdown-item:hover {
    color: #005d9a
}

@media (max-width: 991px) {
    .navbar-nav .dropdown .dropdown-item {
        color: #fff
    }
}

.parallax-mirror {
    max-height: 900px
}

@media (max-width: 425px) {
    .home-banner-area {
        max-height: 480px
    }
}

.home-banner-area .fullscreen {
    height: 900px
}

@media (max-width: 1199.98px) {
    .home-banner-area .fullscreen {
        height: 700px
    }
}

.home-banner-area .overlay,
.home-banner-area .about_right .video-inner::before,
.about_right .home-banner-area .video-inner::before {
    background: rgba(21, 24, 29, 0.7)
}

.home-banner-area .banner-content {
    margin-top: 25%
}

@media (max-width: 991px) {
    .home-banner-area .banner-content {
        margin-top: 37%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .home-banner-area .banner-content {
        margin-top: 50%;
        text-align: center
    }
}

.home-banner-area .banner-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .home-banner-area .banner-content h1 {
        font-size: 40px
    }
}

@media (max-width: 425px) {
    .home-banner-area .banner-content h1 {
        font-size: 35px
    }
}

@media (max-width: 991.98px) {
    .home-banner-area .banner-content h1 br {
        display: none
    }
}

.home-banner-area .banner-content h4 {
    color: #005d9a
}

.home-banner-area .banner-content .primary-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #15181d;
    margin-top: 40px
}

.home-banner-area .banner-content .primary-btn:hover {
    background: #005d9a;
    color: #fff;
    border: 1px solid #005d9a
}

.banner-area {
    background: url(../img/common-banner.jpg) no-repeat;
    background-size: cover
}

.banner-area .banner-content {
    min-height: 500px
}

@media (max-width: 991px) {
    .banner-area .banner-content {
        padding-top: 100px
    }
}

.banner-area .overlay-bg {
    background: rgba(0, 0, 0, 0.5)
}

.banner-area h1 {
    font-size: 50px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .banner-area h1 {
        font-size: 35px
    }
}

.banner-area p {
    margin-bottom: 0px;
    color: #fff
}

.top-section-area #imaginary_container {
    background: #fff;
    padding: 24px
}

.top-section-area .stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #eee;
    background-color: #ececec
}

.top-section-area .input-group-addon {
    background-color: #ececec !important;
    border-color: #eee
}

.top-section-area .stylish-input-group button {
    border: 0;
    background: transparent
}

.top-section-area input {
    font-size: 14px
}

.about_area {
    z-index: 1;
    position: relative
}

.about_area .active-brand-carusel {
    margin-top: 70px
}

.about_area .single-brand {
    text-align: center;
    filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.about_area .single-brand:hover {
    filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1
}

.about_area .about_details {
    padding: 130px 0px
}

@media (max-width: 991px) {
    .about_area .about_details {
        padding: 80px 0px 0px
    }
}

.about_area .about_details h2 {
    font-size: 48px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .about_area .about_details h2 {
        font-size: 30px
    }
}

.about_area .about_bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: -1
}

.about_area .about_bg.overlay:after {
    opacity: .3;
    background: #000000
}


/*.about_right {
	background: url(../img/about-video.jpg) no-repeat center;
	background-size: cover;
	height: 350px;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	top: -50px;
	right: 0%
}*/

.about_right {
    background: url(../img/about-video.jpg) no-repeat center;
    background-size: cover;
    height: 232px;
    border-radius: 10px;
    margin: 0px 80px 0px 0px;
}

.about_right2 {
    background: url(../images/givebackvideo.jpg) no-repeat center;
    background-size: 100%;
    height: 225px;
    z-index: 1;
    position: absolute;
    top: -116px;
    left: 0;
    right: 0;
}

.about_right.overlay,
.about_right .about_right.video-inner::before {
    border-radius: 10px
}

.about_right.overlay:after {
    background: #000;
    opacity: .3;
    border-radius: 10px
}

.about_right .video-inner {
    height: 100%;
    position: relative;
    border: 8px solid #fff
}

.about_right .video-inner::before {
    content: '';
    background: rgba(0, 0, 0, 0.5)
}

.about_right .play-btn {
    z-index: 2
}

@media (max-width: 800px) {
    .about_right {
        margin-top: 100px
    }
}

.features-area {
    padding-bottom: 60px
}

@media (max-width: 991px) {
    .features-area {
        padding-bottom: 50px
    }
}

.feature-item {
    background: #ececec;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px
}

.feature-item i {
    background: #ffffff;
    padding: 22px;
    margin-bottom: 35px;
    font-size: 56px;
    display: inline-block;
    color: #005d9a;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 767px) {
    .feature-item i {
        margin-bottom: 20px
    }
}

.feature-item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.feature-item p {
    margin-bottom: 0px
}

.feature-item .primary-btn2 {
    margin-top: 40px
}

.feature-item:hover h4 {
    color: #005d9a
}

.popular-cause-area {
    background: #ececec;
    padding-bottom: 100px
}

@media (max-width: 991px) {
    .popular-cause-area {
        padding-bottom: 50px
    }
}

.popular-cause-area .single-popular-cause.card {
    border-radius: 0px;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 30px;
    overflow: hidden
}

.popular-cause-area .single-popular-cause p {
    margin-bottom: 0
}

.popular-cause-area .single-popular-cause .card-body {
    padding: 0
}

.popular-cause-area .single-popular-cause .card-img-top {
    border-radius: 0px
}

.popular-cause-area .single-popular-cause figure {
    overflow: hidden;
    margin: 0
}

.popular-cause-area .single-popular-cause figure img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.popular-cause-area .single-popular-cause .card_inner_body {
    padding: 40px 30px;
    background: #fff
}

.popular-cause-area .single-popular-cause .card_inner_body .tag {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #005d9a
}

.popular-cause-area .single-popular-cause .card_inner_body h4 {
    font-size: 20px;
    line-height: 30px
}

.popular-cause-area .single-popular-cause .raised_goal {
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 20px
}

.popular-cause-area .single-popular-cause .raised_goal span {
    color: #005d9a
}

.popular-cause-area .single-popular-cause .donation {
    padding-top: 25px;
    border-top: 1px solid #cfcfcf
}

.popular-cause-area .single-popular-cause .donation .primary-btn {
    line-height: 38px;
    padding: 0 25px;
    font-size: 14px
}

.popular-cause-area .single-popular-cause .donation .primary-btn:hover {
    color: #fff
}

.popular-cause-area .single-popular-cause .donation span {
    color: #005d9a
}

.popular-cause-area .single-popular-cause:hover {
    box-shadow: 0px 12px 40px rgba(153, 153, 153, 0.2)
}

.popular-cause-area .single-popular-cause:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.popular-cause-area .single-popular-cause:hover .donation .primary-btn {
    background: #15181d;
    border: 1px solid #15181d
}

.callto-area {
    padding: 65px 0 50px 0;
}

.callto-area .call-wrap {
    position: relative
}

.callto-area .call-wrap p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #000
}

.callto-area h1 {
    font-size: 45px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 40px
}

.callto-area h1 span {
    color: #005d9a;
}

@media (max-width: 767px) {
    .callto-area h1 {
        font-size: 30px
    }
}

.callto-area .overlay-bg {
    background: rgba(5, 10, 52, 0.7)
}

.upcoming_event_area {
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .upcoming_event_area {
        padding-bottom: 30px
    }
}

.single_upcoming_event {
    background: #ececec;
    margin-bottom: 50px
}

.single_upcoming_event figure {
    overflow: hidden;
    margin: 0;
    position: relative
}

.single_upcoming_event figure img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single_upcoming_event figure .date {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(21, 24, 29, 0.8);
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Jost';
    font-weight: 700;
    padding: 18px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 1024px) {
    .single_upcoming_event .content_wrapper {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .single_upcoming_event .content_wrapper {
        padding: 20px 20px 50px;
        margin-top: 30px;
        text-align: center
    }
}

.single_upcoming_event .content_wrapper .title {
    font-size: 20px;
    margin-bottom: 15px
}

@media (max-width: 1024px) {
    .single_upcoming_event .content_wrapper .title {
        margin-bottom: 10px
    }
}

.single_upcoming_event .content_wrapper .title a {
    color: #15181d
}

.single_upcoming_event .content_wrapper .count_time {
    margin-bottom: 30px;
    margin-top: 20px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .single_upcoming_event .content_wrapper .count_time {
        display: none
    }
}

@media (max-width: 767px) {
    .single_upcoming_event .content_wrapper .count_time {
        display: none
    }
}

.single_upcoming_event .content_wrapper .single_time {
    position: relative;
    margin-right: 25px;
    padding-right: 25px
}

.single_upcoming_event .content_wrapper .single_time:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #cfcfcf
}

.single_upcoming_event .content_wrapper .single_time:last-child {
    margin-right: 0px;
    padding-right: 0px
}

.single_upcoming_event .content_wrapper .single_time:last-child:after {
    content: none
}

.single_upcoming_event .content_wrapper .single_time h4 {
    font-size: 20px;
    margin-bottom: 8px
}

.single_upcoming_event .content_wrapper .single_time p {
    margin-bottom: 0px
}

.single_upcoming_event:hover .title a {
    color: #005d9a
}

.single_upcoming_event:hover figure .date {
    background: #005d9a
}

.single_upcoming_event:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.event_details .event_content {
    margin-top: 40px
}

.event_details .left_content h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.event_details .left_content h5 i {
    color: #005d9a;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px
}

.event_details .right_content h2 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .event_details .right_content h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.event_details .right_content p:last-child {
    margin-bottom: 0
}

.event_details .right_content h4 {
    font-size: 20px
}

.blog-area {
    background: #fff;
    padding-bottom: 60px
}

@media (max-width: 991px) {
    .blog-area {
        padding-bottom: 40px
    }
}

@media (max-width: 991px) {
    .blog-area .home-blog-left {
        margin-bottom: 70px
    }
}

.blog-area .home-blog-left h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .blog-area .home-blog-left h2 {
        font-size: 30px;
        line-height: 40px
    }
}

.blog-area .home-blog-left p {
    margin-bottom: 0px
}

.blog-area .home-blog-left .primary-btn2 {
    margin-top: 35px
}

.single-blog {
    margin-bottom: 30px
}

.single-blog .thumb {
    overflow: hidden
}

.single-blog .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-blog .single-blog-info {
    padding: 35px 30px;
    background: #fff
}

.single-blog h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-blog a {
    color: #000
}

.single-blog .tag {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.single-blog .tag span {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-right: 20px
}

.single-blog .tag span:after {
    content: '|';
    position: absolute;
    top: 0px;
    right: 4px;
    color: #666
}

.single-blog .tag span:last-child:after {
    content: none
}

.single-blog .meta-bottom {
    border-top: 1px solid #cfcfcf;
    padding-top: 20px
}

.single-blog .meta-bottom a {
    display: inline-block;
    margin-bottom: 0px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-blog .meta-bottom a span {
    color: #005d9a
}

.single-blog .meta-bottom a:hover {
    color: #15181d
}

.single-blog:hover img {
    transform: scale(1.1)
}

.single-blog:hover h4 {
    color: #005d9a
}

.single-instagram {
    position: relative;
    overflow: hidden
}

.single-instagram .instagram-img {
    position: relative
}

.single-instagram .instagram-img:before {
    content: "";
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-instagram .instagram-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.single-instagram .instagram-text i {
    display: inline-block;
    font-size: 36px;
    color: #fff
}

.single-instagram:hover .instagram-img:before {
    background: rgba(0, 0, 0, 0.5)
}

.single-instagram:hover .instagram-text {
    opacity: 1;
    visibility: visible
}

.cta-area {
    position: relative;
    background: #ececec;
    text-align: center;
    color: #fff;
    padding: 60px 0px
}

@media (max-width: 991px) {
    .cta-area {
        padding: 40px 0px
    }
}

.cta-area h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 60px
}

@media (max-width: 767px) {
    .cta-area h1 {
        font-size: 30px
    }
}

.cta-area p {
    margin-bottom: 20px
}

.cta-area .form-control {
    background: #fff;
    height: 60px;
    border: 0px;
    border-radius: 0px;
    padding: 0 20px;
    font-size: 14px
}

.cta-area .form-control:focus {
    box-shadow: none
}

.cta-area .primary-btn {
    line-height: 58px
}

.cta-area .info {
    color: #15181d;
    min-width: 150px;
    position: absolute
}

.cta-area .info .error {
    color: #005d9a
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    color: #15181d;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.l_blog_item .l_blog_text h4:hover {
    color: #005d9a
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px
}

.causes_slider .owl-dots .owl-dot.active {
    background: #005d9a
}

.causes_item {
    background: #fff
}

.causes_item .causes_img {
    position: relative
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5)
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #005d9a;
    position: absolute;
    left: 0px;
    bottom: 0px
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    background: #005d9a;
    color: #fff;
    padding: 0px 5px
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px
}

.causes_item .causes_text h4 {
    color: #15181d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer
}

.causes_item .causes_text h4:hover {
    color: #005d9a
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #005d9a;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #005d9a;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.causes_item .causes_bottom a+a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
    color: #15181d
}

.latest_blog_area {
    background: #f9f9ff
}

.single-recent-blog-post {
    margin-bottom: 30px
}

.single-recent-blog-post .thumb {
    overflow: hidden
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear
}

.single-recent-blog-post .details {
    padding-top: 30px
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg)
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #15181d
}

.tags .tag_btn:before {
    background: #005d9a
}

.tags .tag_btn+.tag_btn {
    margin-left: 2px
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

#donate {
    margin-left: 33px;
    margin-top: 20px;
    border: 1px solid white;
    padding-right: 30px;
    padding-top: 10px;
}

.hed h1 {
    margin-right: 135px;
    margin-top: -46px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 50px;
}


/*
.hed h1{
	    margin-left: 135px;
	          padding-top: 70px;
	text-align: center;
    color: white;
    text-transform: uppercase;
   
}
*/

.atrpadd {
    padding-top: 100px;
    padding-bottom: 48px;
}

.hedthree h1 {
    padding-top: 70px;
    margin-right: 135px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 50px;
}

.rktrust h3 {
    font-size: 22px;
    font-weight: 600;
}

.rktrust h1 {
    margin-top: 3px;
    padding-left: 126px;
    text-transform: uppercase;
    color: #085a92;
    font-size: 42px;
}

.rktrust p {
    font-size: 18px;
    color: #6d6d6d;
    padding-left: 0px;
    padding-top: 30px;
    line-height: 35px;
}

.trustpadtop {
    padding-top: 150px;
}

.rktrust h3::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #005a92;
    width: 6rem;
    margin: -18px 1rem;
    transform: translateY(-1rem);
}

.indeximg {
    position: relative;
    top: 16%;
    z-index: 2;
    left: 0;
    right: 0;
}

.indeximg img {}

.adboard h2 {
    font-size: 30px;
    color: #085a92;
}

#numbers {
    float: right;
}

.trusties h2 {
    font-size: 30px;
    padding-top: 20px;
    color: #085a92;
}

.reports h2 {
    font-size: 30px;
    padding-top: 20px;
    color: #085a92;
}

.adboard p {
    padding-top: 17px;
    font-size: 18px;
    padding-right: 10px;
    color: #6d6d6d;
}

.trusties p {
    padding-top: 30px;
    font-size: 18px;
    padding-right: 10px;
    color: #6d6d6d;
}

.reports p {
    padding-top: 30px;
    font-size: 18px;
    padding-right: 10px;
    color: #6d6d6d;
}

.reports a {
    float: right;
    color: #6d6d6d!important;
    padding-right: 13px;
}

.trusties a {
    float: right;
    color: #6d6d6d!important;
    padding-right: 13px;
}

.adboard a {
    float: right;
    color: #6d6d6d!important;
    padding-right: 13px;
}

.moreabtdiv {
    padding-top: 30px;
    float: left;
}

.moreabtdiv a {
    border: 1px solid #d2d2d2;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 168px;
    text-align: center;
}

.girlbanner {
    padding-top: 65px;
    padding-bottom: 120px;
}

.ini {
    font-size: 42px;
    color: #085a92;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.jain {
    padding-top: 0px;
    padding: 25px;
    padding-bottom: 30px;
    text-align: center;
}

.jain p {
    padding-top: 18px;
    font-size: 18px;
    color: #6d6d6d;
    line-height: 30px;
}

.kalan p {
    padding-top: 22px;
    font-size: 18px;
    color: #6d6d6d;
    line-height: 30px;
}

.lets {
    text-align: center;
    padding: 25px;
    padding-top: 85px;
}

#letsfordesk {
    padding-bottom: 13px;
    width: 215px;
}

#pakdesk {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.lets p {
    font-size: 18px;
    color: #6d6d6d;
    line-height: 30px;
}

.tvmalai p {
    padding-top: 10px;
    font-size: 18px;
    color: #6d6d6d;
    line-height: 30px;
}

.kalan {
    padding-top: 6px;
    padding: 25px;
    text-align: center;
}

.tvmalai {
    padding: 25px;
    padding-top: 40px;
    text-align: center;
}


/*
.tvmalai a{
	    border: 1px solid #d2d2d2;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 168px;
    text-align: center;
	float: right;
	    margin-top: 20px;
}
*/


/* .message h3::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #005a92;
    width: 6rem;
    margin: -18px 1rem;
    transform: translateY(-1rem);
} */

.conimage {
    padding-top: 0px;
    padding: 25px;
    text-align: center;
}

.message h3 {
    font-size: 30px;
    font-weight: 600;
}

.message h3 span {
    border-bottom: 3px solid #005a92;
}

.message h1 {
    margin-top: 3px;
    padding-left: 126px;
    text-transform: uppercase;
}

.messagesha {
    padding-bottom: 152px;
}

.messageinner {
    margin-top: 100px;
}


/*
.messageinner p{
	    float: right;
}
*/

#founderpng {
    height: 70vh;
    position: absolute;
    left: -40px;
    top: -114px;
}

.ramesh h1 {
    padding-top: 0px;
    text-transform: uppercase;
}

.ramesh p {
    line-height: 30px;
    font-size: 18px;
}

.news h2::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #005a92;
    width: 6rem;
    margin: -18px 1rem;
    transform: translateY(-1rem);
}

.news h2 {
    font-size: 22px;
    font-weight: 600;
}

.news h1 {
    margin-top: 3px;
    padding-left: 126px;
    text-transform: uppercase;
    color: #085a92;
    font-size: 42px;
}

.events {
    margin-top: 70px;
    padding-bottom: 140px;
}

.news p {
    padding-left: 129px;
    line-height: 30px;
    font-size: 18px;
    /* padding-right: 50px; */
    padding-top: 20px;
}

#blogs {
    float: right;
    border: 1px solid #d2d2d2;
    /* width: 68px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 169px;
    text-align: center;
    font-size: 25px;
    color: #085a92;
    font-weight: bold;
    text-transform: uppercase;
}

.leotwo {
    display: flex;
    margin-top: 88px;
}

.leotwo p {
    padding-left: 30px;
    font-size: 18px;
    line-height: 30px;
}

.leotwo img {
    padding-left: 14px;
}

.twocol h3 {
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 10px;
}

.twocol h4 {
    font-size: 17px;
    padding-top: 10px;
}

.twocol p {
    font-size: 17px;
}

#ram {
    color: grey;
    font-size: 17px;
}

.ourgal h2::before {
    display: inline-block;
    content: "";
    border-top: 0.3rem solid #005a92;
    width: 6rem;
    margin: -18px 1rem;
    transform: translateY(-1rem);
}

.ourgal h2 {
    font-size: 22px;
    font-weight: 600;
}

.ourgal h1 {
    margin-top: 3px;
    padding-left: 126px;
    text-transform: uppercase;
    color: #085a92;
    font-size: 42px;
}

.ourgal {
    padding-top: 101px;
}

.gallery {
    padding-bottom: 62px;
}

.ourgaltwo img {
    width: 100%;
    height: 67vh;
}

.ourgalthree a {
    border: 1px solid #d2d2d2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 168px;
    text-align: center;
    float: right;
    margin-top: 20px;
}

.footercover {
    background-color: #2c2c2c;
    height: auto;
}

.rowpadding {
    padding-top: 50px;
}

.firstfoot p {
    color: white;
    font-size: 20px;
}

.secfoot p {
    color: white;
    font-size: 20px;
}

.threefoot p {
    color: white;
    font-size: 20px;
}

.rowtwoone a {
    border: 1px solid #d2d2d2;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 168px;
    text-align: center;
    float: right;
    margin-top: 20px;
    color: black;
    background-color: #ffffff;
    margin-right: 21px;
}

.rowtwoone p {
    color: white;
    font-size: 20px;
}

.rowtwopadding {
    padding-top: 100px;
    padding-bottom: 50px;
}

.rowtwoone img {
    padding-bottom: 30px;
}

.rowtwotwo {
    text-align: center;
}

.links li {
    padding-bottom: 11px;
    text-align: left;
    padding-left: 50px;
    color: white!important;
    font-size: 20px;
}

.rowtwotwo h2 {
    font-size: 25px;
    color: #085d9a;
}

.links {
    padding-top: 20px;
}

.letter h2 {
    font-size: 25px;
    color: #085d9a;
}

.letter p {
    padding-top: 10px;
    font-size: 20px;
    color: white;
}

.inline {
    display: inline-flex;
}

#submitbutton {
    height: 39px;
    background-color: #085d9a;
    margin-left: 12px;
}

#email {
    width: 357px;
}

#icons {
    float: right;
    padding-right: 8px;
}

#foricons {
    margin-top: 65px;
    color: white;
    border-top: 1px solid white;
    width: 415px;
}

.copyrights {
    font-size: 20px;
    color: white;
}

#faicons {
    float: right;
    padding-right: 10px;
    padding-top: 20px;
}

#left {
    font-size: 30px;
    border: 1px solid;
    width: 41px;
    text-align: center;
}

#right {
    font-size: 30px;
    border: 1px solid;
    width: 41px;
    text-align: center;
}

#trustword {
    float: left;
}

#fordesk {
    display: block;
}

#formob {
    display: none;
}

.ytvideo {
    text-align: center;
}

.wordsforfirstb h2 {
    padding-top: 9px;
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    /* padding-right: 130px; */
    padding-bottom: 30px;
}

.wordsforfirstb #heading {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 25px;
}

.wordsforfirstb {
    margin-top: 66px;
    /* padding-top: 46px; */
    padding-left: 30px;
}

.hedtwo h2 {
    padding-top: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 205px;
}

.hedtwo {
    padding-left: 36px;
    margin-top: 86px;
    width: 978px;
    padding-bottom: 10px;
}

.hedtwo #heading {
    font-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hedthree {
    margin-top: 76px;
    padding-left: 33px;
    /*      background: rgba(255,255,255, 0.5);*/
    width: 978px;
    padding-bottom: 16px;
}

.hedthree #heading {
    font-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hedthree h2 {
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 205px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.hedfour {
    margin-top: 66px;
    padding-left: 33px;
    width: 978px;
    padding-bottom: 89px;
}

.hedfour #heading {
    font-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hedfour h2 {
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 205px;
    padding-bottom: 30px;
    padding-top: 18px
}

#pakistanimage {
    padding-top: 6px;
    margin-left: -9px;
}

.hedfive {
    padding-top: 10px;
    margin-top: 101px;
    padding-left: 33px;
    width: 978px;
    padding-bottom: 16px;
}

.hedfive #heading {
    font-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hedfive h2 {
    padding-top: 18px;
    padding-left: 3px;
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 120px;
    padding-bottom: 30px;
}

.hedsix {
    margin-top: 66px;
    padding-left: 33px;
    width: 978px;
    padding-bottom: 89px;
}

.hedsix #heading {
    font-size: 34px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.hedsix h2 {
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    line-height: 34px;
    font-weight: 400;
    padding-right: 205px;
    padding-bottom: 30px;
    padding-top: 18px
}

.women {
    text-align: center;
    padding-top: 0px;
}

.women h1 {
    color: #6d6d6d;
    font-size: 25px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 40px;
}

.conimage p {
    font-size: 18px;
    color: #6d6d6d;
    line-height: 30px;
}

.girlbannerpad {
    padding-top: 108px;
}

#jainbannerlogo {
    margin-left: -34px;
    padding-bottom: 15px;
    width: 42%;
}

.jainpaddingtop {
    padding-top: 45px;
}

#letsmask {
    margin-left: 0px!important;
    width: 31%;
}

#readone {
    color: white;
    /* border: 1px solid white; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    background-color: #025691;
}

#jainlogoformob {
    display: none!important;
}

#kalanformob {
    display: none!important;
}

#conformob {
    display: none!important;
}

#letsformob {
    display: none!important;
}

#pakmob {
    display: none!important;
}

.messagemob {
    display: none!important;
}

.jain a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.kalan a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.conimage a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lets a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tvmalai a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.newsouterdiv {
    display: flex;
    padding-top: 40px;
}

.newsouterdiv h1 {
    /* padding-right: 24px; */
    padding-top: 57px;
    text-align: center;
    background-color: #085d9a;
    color: white;
    /* padding-left: 34px; */
    width: 242px;
    font-size: 27px;
}

.evetntspara p {
    font-size: 18px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.evetntspara {
    background-color: #e5e5e5;
    padding-bottom: 60px;
}

.evetntspara a {
    border: 1px solid grey;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 19px;
    float: right;
}

#diamond {
    position: absolute;
    left: 162px;
    width: 6%;
    top: 129px;
}

#diamondrowtwoone {
    position: absolute;
    left: 370px;
    width: 6%;
    top: 129px;
}

#diamondrowtwotwo {
    position: absolute;
    left: 370px;
    width: 6%;
    top: 129px;
}

.evetntspara h1 {
    font-size: 21px;
    padding-top: 23px;
    padding-left: 20px;
}

#kalanfordesk {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
}

#jainlogofordesk {
    margin-left: auto;
    width: 280px;
    margin-right: auto;
}

#confordesk {
    padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.moveright {
    margin-right: 47px;
    margin-top: 27px;
}

.jainpagecover {
    background-image: url("../images/rkfinaljain.png");
    height: 58vh;
    background-size: cover;
}

.girnar {
    background-image: url("../images/girnar.png");
    height: 58vh;
    background-size: cover;
}

.jainpage h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.jainpage {
    margin-top: 139px;
    margin-bottom: 100px;
}

.jainpage p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.jainimage {
    margin-top: 109px;
    text-align: center;
}

.letsmaskindiacover {
    background-image: url("../images/maskcover.jpg");
    height: 58vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.maskcover-new {
    background-image: url("../images/newansns.jpg");
}

.maskpage {
    margin-top: 139px;
    margin-bottom: 100px;
}

.maskpage11 {
    margin-top: 85px;
    margin-bottom: 35px;
}

.maskpage1 {
    margin-bottom: 35px;
}

.maskpage11 p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.maskpage p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.maskpage1 p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 40px;
}

.maskpage11 h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.maskpage h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.masklogo {
    margin-top: 211px;
    margin-left: 41px
}

.kalandripage {
    margin-top: 139px;
    margin-bottom: 100px;
}

.kalandripage p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.kalandripage h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.pakistanjaintemplespage {
    margin-top: 139px;
    margin-bottom: 100px;
}

.pakistanjaintemplespage p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.pakistanjaintemplespage h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.concervepage {
    margin-top: 139px;
    margin-bottom: 100px;
}

.concervepage p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}

.cancerone {
    margin-top: 219px;
}

.concervepage h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.dforjimg img {
    width: 57%;
    margin-top: 194px;
}

.maskcover1 {
    margin-top: 83px;
    margin-bottom: 91px;
    margin-top: 27vh;
}

.cancervecover {
    background-image: url("../images/cancerfinal.jpg");
    height: 58vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.pakistanjainpagecover {
    background-image: url("../images/jaintemplecover.jpg");
    height: 58vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.jainpage .websiteurl {
    font-weight: 500;
}

.kalandripage .websiteurl {
    font-weight: 500;
}

.pakistanjaintemplespage .websiteurl {
    font-weight: 500;
}

.maskpage .websiteurl {
    font-weight: 500;
}

.concervepage .websiteurl {
    font-weight: 500;
}

.masklogo .defence {
    color: white;
    text-align: left;
    margin-top: 30px;
}

.kalandripagecover {
    background-image: url("../images/kalandribg.jpg");
    height: 58vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagekalandri {
    height: 50vh;
    margin-top: 200px;
}

.cancerimg img {
    margin-top: 34vh;
    width: 25vh;
    margin-left: 37vh;
}

.cancerone img {
    margin-top: 25vh;
    margin-bottom: 20vh;
}

.kalandriimg img {
    margin-top: 30vh;
}

.paklogo img {
    margin-left: 7vh;
    margin-top: 26vh;
}

.jaintemple {
    margin-left: 50px;
    margin-top: 28vh;
}

.trusteescover {
    background-image: url("../images/trusteescover.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 46vh;
}

.tcoverh h1 {
    margin-top: 205px;
    color: white;
    margin-left: 60px;
}

.trustcontent h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
}

.trustcontent h2 {
    line-height: 35px;
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 24px;
}

.trustcontent p {
    font-size: 18px;
    line-height: 35px;
}

.trustimg img {
    margin-top: 239px;
}

.trustcontent {
    margin-left: 134px;
    margin-top: 120px;
    margin-bottom: 120px;
}

#breakinm {
    display: none;
}

#map area {
    outline: none;
}

#inifour {
    display: none!important;
}

#initwo {
    display: none!important;
}


/*
.cardthree .jain:hover{
	border: 1px solid #d0d0d0;
	border-radius: 6%;
	transition: opactiy 0.3s linear;
    
}
*/

.rktrust #rkread {
    border: 1px solid #d2d2d2;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 168px;
    text-align: center;
}

.picbg {
    margin-top: 81px;
}

.volen {
    background-image: url("../images/volcover.png");
    background-size: cover;
    height: 48vh;
}

.volencontent h1 {
    margin-top: 205px;
    text-transform: uppercase;
    color: white;
    margin-left: 0px;
    letter-spacing: 4px;
}

.contactuscover {
    background-image: url("../images/contactuscover.png");
    background-size: cover;
    height: 46vh;
    background-repeat: no-repeat;
}

.cnttext h1 {
    color: white;
    margin-top: 208px;
    margin-left: 0px;
}

.contactform h1 {
    color: #085a92;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contactform {
    margin-top: 65px;
    margin-bottom: 100px;
}

#clabel {
    color: black;
    font-weight: 400;
    font-size: 16px;
}

#cname {
    width: 80%;
}

#cmail {
    width: 80%;
}

#csub {
    width: 80%;
}

#cmes {
    width: 80%;
}

.caddress {
    margin-top: 185px;
}

.caddress h1 {
    color: #085a92;
    text-transform: uppercase;
}

.addc {
    text-align: left;
}

.addc h2 {
    color: #085a92;
    font-size: 26px;
    margin-top: 15px;
    text-transform: uppercase;
}

.paddingforadd {
    margin-top: 75px;
}

.addc p {
    font-size: 18px;
    color: black;
    line-height: 38px;
    margin-top: 20px;
}

.slinks {
    text-align: center;
    margin-top: 70px;
    font-size: 19px;
    line-height: 35px;
}

.slinks h3 {
    color: #085a92;
    margin-bottom: 12px;
    font-size: 20px;
}

.locicon {
    text-align: center;
    margin-top: 70px;
    font-size: 19px;
}

.locicon h3 {
    color: #085a92;
    margin-bottom: 12px;
    font-size: 20px;
}

.googlemaps {
    margin-top: 85px;
}

#alladdress {
    background-color: whitesmoke;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.slinks a {
    color: black;
    margin-top: 15px;
}

.locicon a {
    color: black;
}

#subbtn {
    margin-top: 22px;
    color: white;
    /* border: 1px solid white; */
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    background-color: #025691;
    margin-left: 0px;
}

.inicpadding {
    margin-top: 50px;
}

.messagedeskmargin {
    margin-top: 90px;
}

.iniabtmargin {
    margin-top: -85px;
}

#subvol {
    margin-top: -35px;
    color: white;
    /* border: 1px solid white; */
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    background-color: #025691;
    margin-left: 0px;
}

.bcdesk {
    display: block;
}

.bcmobile {
    display: none;
}

.form-groupp {
    margin-bottom: 3rem!important;
}

.new_part {
    margin: 10px;
}

.slick-prev {
    position: absolute;
    top: 50%;
    background: #ffffff;
    z-index: 1;
    opacity: 0;
}

.slick-next {
    position: absolute;
    bottom: 44%;
    background: #ffffff;
    right: 0;
    z-index: 1;
    opacity: 0.4;
    border: none;
}

button {
    border-color: #fff;
}

.slick-prev:hover {
    background: #ffffff8f;
    opacity: 0.7;
}

.slick-next:hover {
    background: #ffffff8f;
    opacity: 1;
    transition: 2s;
}

.pages ul {
    display: flex;
    justify-content: center;
}

.pages {
    margin: 20px 0;
}

.pages ul li {
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.164);
    padding: 5px;
}

.founder {
    float: left;
    width: 25%;
}

.ramesh {
    float: left;
    width: 65%;
    margin-left: 30px;
}

@media (max-width:991px) {
    .founder {
        text-align: center;
        float: unset;
        width: 100%;
    }
    .ramesh {
        text-align: center;
        float: unset;
        width: 100%;
    }
    .rktrust img {
        width: 100%;
        margin-left: 0px!important;
    }
}

.rktrust img {
    width: 50%;
    margin-left: 170px;
}