@charset "utf-8";

/* CSS Document */

.clear {
    clear: both;
    padding: 0;
    margin: 0
}

.top-contact {
    padding: 5px;
    color: #fcd905;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.top-contact img {
    padding: 0 10px;
}

.carousel-caption-inner {
    margin: auto;
    text-align: center;
    padding: 15px;
    font-size: 22px;
}

.carousel-caption-inner h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 30px;
}

.carousel-caption-inner h3 span {
    background-color: #000;
    font-family: arial;
    font-size: 20px;
    margin-left: 20px;
    padding: 6px;
}

.bg1 {
    background-color: #f5f4f4;
    padding: 30px 0 0;
}

.bg2 {
    background: url(../images/line-vertical.gif) 0 0 repeat-x;
    padding: 30px 0 30px 0
}

.bg3 {
    background-color: #000;
    padding: 20px 0
}

.bg4 {
    background-color: #000;
    padding: 30px 0 10px 0px;
    border-top: solid 14px #000;
    color: #fff;
}

.bg4 a {
    color: #fff;
}

.img-mobile1 {
    display: none
}

.desktop {
    display: block;
}

.mobile {
    display: none
}

.thumb {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.thumb img {
    padding: 8px 4px;
}

.services img {
    max-width: 100%;
    margin: auto
}

.services h3 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif
}

.caret2 {
    background: url(../images/arrow3.png) 100% 50% no-repeat;
}

.box1 {
    background-color: #210f09;
    font-family: 'Source Serif 4', sans-serif;
    padding: 5px;
    color: #fff;
    margin: 0
}

.col1 {
    color: #8d5888
}

.col2 {
    color: #05c5fc
}

.col3 {
    color: #c9b95a
}

.col4 {
    color: #aaaced
}

.col5 {
    color: #c5d510
}

.col6 {
    color: #86ccc6
}

.gallery img {
    margin-bottom: 30px;
}

.social img {
    padding: 0 5px;
    height: 25px;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.orange {
    color: #e68067
}

.caps {
    text-transform: uppercase
}

.bold {
    font-weight: bold
}

h1 {
    font-family: 'Oxygen', sans-serif;
    font-size: 30px;
    color: #000;
    margin: 15px 0;
    font-weight: bold;
}

.font1 {
    font-size: 14px;
    padding-top: 35px;
    padding-left: 25px;
}

.vlarge {
    font-size: 40px;
    font-weight: bold
}

.floating {
    position: fixed;
    z-index: 1000;
    bottom: 60px;
    right: 0;
    width: 120px;
}

.phone {
    background-image: linear-gradient(45deg, rgba(5, 49, 106, 1), rgba(2, 52, 221, 1), rgba(7, 45, 174, 1));
    padding: 10px;
    width: 100px;
    height: 100px;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 10px;
}

.phone img {
    width: 80px;
    margin-right: 6px;
}

.phone_Left {
    left: 27px !important;
}

.phone a {
    color: #fff
}

.email {
    /*background: url(../images/email.gif) 0 4px no-repeat;*/
    padding: 3px 0 3px 25px;
}

.wh {
    background-image: linear-gradient(45deg, rgba(5, 207, 78, 1), rgba(50, 224, 52, 1), rgba(86, 232, 32, 1));
    padding: 10px;
    width: 100px;
    height: 100px;
    font-size: 14px;
    border-radius: 50px;
}

.wh img {
    width: 80px;
    margin-right: 6px;
}

.wh a {
    color: #fff
}

.blink_me {
    top: 10px;
    position: relative;
    left: 7px;
    color: green;
    background: white;
    padding: 1px 5px;
    border-radius: 3px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.floating-box {
    background: url(../images/bg-float.png) 0 0 no-repeat;
    padding: 10px;
    width: 80px;
    float: right;
    text-align: right;
}

.but1 {
    background-color: #ffdc00;
    padding: 8px;
    border-radius: 4px;
    margin: 5px 0
}

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

ul.list1 li {
    background: url(../images/arrow2.png) 0 2px no-repeat;
    padding: 0 0 8px 25px;
    list-style: none;
    line-height: 20px;
}


/*--fig caption--*/

.figure {
    position: relative;
    float: left;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.figure span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin: auto;
}

.figure span img {
    width: 100%;
    display: block;
}

.figcaption {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    background-color: rgba(31, 127, 199, 0);
    transition: all 0.4s ease;
    color: #fff;
    max-width: 400px;
}

.figcaption h3 {
    font-family: 'Abel', sans-serif;
    padding: 0 20px;
}

.figcaption p {
    font-family: 'Oxygen', sans-serif;
    padding: 4px 20px;
    line-height: 17px;
}

.min-h1 {
    min-height: 145px;
}

.figure span:hover .figcaption {
    opacity: 100;
    color: #fff;
    background-color: rgba(31, 127, 199, 1);
}

.footer {}

.list-item1 {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Lora', serif;
    color: #000;
}

.list-item1 p {
    padding: 0;
    margin: 0;
    height:
}

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

ul.footer-menu li {
    list-style: none;
    line-height: 30px;
}

ul.footer-menu li a {
    color: #fff;
    font-weight: bold !important;
    font-size: 15px;
}

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

.title1 {
    color: #575656;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.design a {
    color: #bfbdbd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-right: 10px
}

nav a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 18px;
    color: white;
}

.home {
    padding-top: 14px !important;
}

nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}

.navbar-brand {
    font-size: 30px;
}

.navbar-brand .logo-name {
    display: none;
}

.margin-l1 {
    margin-left: -100px;
}

.margin-r1 {
    margin-right: -100px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* YOUR CSS simplified */

.carousel-inner>.item>,
.carousel-inner>.item>a> {
    display: block;
    height: auto;
    width: 100%;
    line-height: 1;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width:767px) {
    .top-contact {
        display: none
    }
    .mobile-margin-auto {
        margin: auto
    }
    .bg1 {
        background: none;
        min-height: 546px;
        background-color: #ddc3af;
    }
    .img-mobile1 {
        display: block;
        width: 100%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block
    }
    .top-contact {
        font-size: 12px;
    }
    .logo {
        width: 215px !important
    }
    .service-thumb img {
        max-width: 150px;
        margin-bottom: 10px;
    }
    .mobile-center {
        text-align: center;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .img-responsive {
        margin: auto
    }
    .nav {
        height: 270px;
    }
    .nav a {
        padding: 15px 0 !important
    }
}

@media (max-width: 991px) {
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .logo-full {
        display: none !important;
    }
    .logo-name {
        display: block !important;
    }
    .carousel-caption-inner {
        margin: auto;
        text-align: center;
        padding: 7px;
        font-size: 16px;
    }
    .carousel-caption-inner h3 {
        font-family: 'Archivo Black', sans-serif;
        font-size: 20px;
    }
    .margin-l1 {
        margin-left: -70px;
    }
    .margin-r1 {
        margin-right: -70px;
    }
}

@media (max-width: 450px) {
    .copy h1 {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
    }
    h1 {
        font-family: 'Abel', sans-serif;
        font-size: 25px;
        text-align: justify;
    }
    .font1 {
        font-size: 18px;
        padding-left: 10px;
    }
    .floating {
        position: fixed;
        z-index: 1000;
        bottom: 40%;
        right: 0;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .margin-l1 {
        margin-left: 0px;
    }
    .margin-r1 {
        margin-right: 0px;
    }
    .dropdown-toggle {
        background-color: #fff !important;
    }
    .caret2 {
        background: url(../images/arrow3.png) 90% 50% no-repeat;
    }
}

.chanfotImg {
    margin-top: 12%;
}

nav .logo {
    height: 120px;
    padding-top: 10px;
}

.footer_sp-a .mobile-center .footlogo {
    height: 60px;
}

img.logo {
    height: 120px;
    padding-top: 10PX;
    width: auto !important;
}

img.img-responsive.w_100px {
    height: 120px;
}

.whatsappbtn {
    color: white;
    border: solid 2px;
    padding: 10px 15px;
}

.pt_20 {
    padding-top: 20px;
}

p {
    font-size: 15px;
    line-height: 23px;
}

h2 {
    line-height: 31px;
}

h3 {
    line-height: 30px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.CopyRight {
    color: #616060;
    font-size: 14px;
    padding-top: 30px;
}

.CopyRight a {
    color: #616060;
    font-size: 14px;
}

.pl-15px {
    padding-left: 15px;
}


/* ### faq open  */

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-section h4 {
    font-size: 20px;
    line-height: 30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -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;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -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;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 29px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}


/* faq end  */

.pt_30 {
    padding-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_50 {
    padding-top: 50px;
}


/* ###### responsive open  */

@media (max-width:575px) {
    img.logo {
        height: 70px !important;
    }
    .contact-top {
        display: none !important;
    }
    .d-xs_none_MDblock {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .XsLogoalign {
        top: 0 !important;
    }
    .xs24light {
        bottom: auto !important;
    }
    .contact-top {
        display: none !important;
    }
    .spaph a {
        font-size: 10px;
    }
    img.logo {
        height: 70px !important;
    }
    .d-xs_none_MDblock {
        display: none;
    }
}