/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Cookie');

/* Font import ends here */

/* body style */
body {
    font-family: 'Muli', sans-serif;
    margin: auto;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}

.back_form {
    margin: 30px 0 0;
}

p,
li {
    color: #3e4455;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    list-style: none;
}

ul {
    padding-left: 0;
}

a {
    transition: .2s ease-in-out;
}

a:hover {
    text-decoration: none;
}

h2,
h3 {
    color: #41408e;
    font-weight: 900;
    font-family: 'Muli', sans-serif;
}

h4,
h5 {
    color: #41408e;
    font-weight: 800;
}

.half-circle {
    left: 0;
    z-index: -2;
}

.half-circle-small {
    z-index: 2;
    right: 0;
}

.img-absolute {
    position: absolute;
}

.img-center {
    margin: 0 auto;
}

.seperator {
    margin: 40px 0;
}

.center {
    margin: 0 auto !important;
}

form {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.ico-m-left {
    padding-left: 5px;
    font-size: 15px !important;
    position: relative;
    top: 1px;
    color: #9BC5D2 !important;
}

/* divs with colors */
.color1 {
    background: #92DF7F;
    height: 7px;
}

.color2 {
    background: #B7DAE5;
    height: 7px;
}

.color3 {
    background: #9f84dd;
    height: 7px;
}

.color4 {
    background: #5c4c86;
    height: 7px;
}

.color5 {
    background: #b9d8aa;
    height: 7px;
}

.color6 {
    background: #9a8fb4;
    height: 7px;
}

/* divs with colors ends here */

.green-color {
    color: #a4cc35;
}

/* Default Padding for all divs */
.padding-bottom {
    padding-bottom: 60px;
}

.padding-top {
    padding-top: 60px;
}

.padding-top-less {
    padding-top: 50px;
}

.padding-bottom-less {
    padding-bottom: 0px;
}

/* default padding for all divs ends here */

/* animation custom */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeIn {
    animation-duration: .3s;
    animation-delay: 50ms;
}

.fadeOut {
    animation-duration: .2s;
    animation-delay: 0s;
}

/* animation custom ends here */

/* body style ends here  */


/* navbar customization */
nav.navbar.bootsnav {
    border-bottom: 0;
    padding: 10px 0 2px;
    border-bottom: none;
}

.navbar-brand {
    padding: 0;
    height: auto;
    line-height: 0;
}

nav.navbar.bootsnav .title {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #44708F;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}

nav.navbar.bootsnav .content {
    padding: 20px 0;
}

nav.navbar.bootsnav .content .btn {
    margin-top: 15px;
}

nav.navbar.bootsnav .content .btn:hover {
    background: #92DF7F !important;
    border: 1px solid transparent !important;
}

nav.navbar.bootsnav .content .btn:hover i {
    color: #fff !important;
}

nav.navbar.bootsnav .col-menu img {
    width: 60px;
    margin: 5px 0 20px;
}

nav.navbar.bootsnav .content h5 {
    font-weight: 300;
    font-size: 19px;
    font-family: 'Muli', sans-serif;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    color: #9BC5D2;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
    color: black;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: inherit;
}



nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title {
    color: #44708F;
}

nav.navbar.bootsnav .dropdown .megamenu-content .col-menu.on .title:before {
    display: none;
}

.nav-buttons {
    position: relative;
}

nav.navbar.bootsnav .buttons a:hover {
    color: #fff !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {


    border-radius: 0px;
    border: 1px solid rgb(231, 240, 243);
}

.navbar-header img {
    width: 185px;
    margin-top: 5px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 5px 15px !important;
}

.dropdown-menu {
    top: 100%;

}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.dropwtwo {
    min-width: 348px !important;
    right: -198px !important;
}

.dropone {
    min-width: 294px !important;
    right: -203px !important;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #111;
    font-size: 16px;
    padding: 22px 0 10px;
    margin: 0 8px;
    transition: .2s ease-in-out;
}

.custom-nav-btn {
    background: #41408e;
    height: 46px;
    border-radius: 5px;
    margin-left: 25px;
    transition: .2s ease-in-out;
    box-shadow: 0 5px 13px rgba(73, 66, 109, 0.1);
    margin-top: 10px;
}

.custom-nav-btn:hover {
    background: #534b77 !important;
}

.custom-nav-btn>a:hover {
    color: #fff !important;
}

.custom-nav-btn>a {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    color: #fff !important;
}

nav.navbar.bootsnav ul.nav>li>a:hover {
    color: #92DF7F;
}

nav.navbar.bootsnav .custom-ico {
    font-size: 11px;
    color: #f2f1f5;
    padding-right: 5px;
}

nav.navbar.bootsnav ul.nav>li .active::before {
    content: '\f111';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 7px;
    color: #92DF7F;
    padding-right: 5px;
    position: relative;
    bottom: 2px;
}

/* navbar customization ends here */

/* page headers */
.default-header {
    padding: 90px 0 80px;
    background: linear-gradient(0deg, rgba(241, 243, 245, 0.4), rgba(42, 39, 75, 0.9)), url(../images/other/geometry.png) center;
    height: 250px;
}

.default-header h3 {
    font-size: 45px;
    margin-top: 15px;
    font-family: 'Cookie', cursive;
    letter-spacing: 3px;
    color: #fff;
}

.default-header p {
    color: #DBDBDB;
    font-size: 17px;
}

.services-header {
    background: #333053;
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(../images/headers/services2.jpg) center;
    background-size: cover;
}

.services2 {
    background: #333053;
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(../images/headers/services.jpg) center;
    background-size: cover;
}

.about-header {
    background: #333053;
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(../images/headers/about.jpg) center;
    background-size: cover;
}

.contact-header {
    background: #333053;
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(../images/headers/contact.jpg) center;
    background-size: cover;
}

.portfolio-header {
    background: #333053;
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(../images/headers/contact.jpg) center;
    background-size: cover;
}

.default-header small>a,
.default-header small {
    color: #9BC5D2;
}

.default-header small>a:hover {
    color: #44708F;
}

/* -------- page headers ends here ---------- */

/* -------- main title --------- */
.main-title {
    margin-bottom: 40px;
    width: 880px;
}

.main-title-dark h2 {
    color: inherit;
}

.main-title p {
    color: inherit;
}

.main-title h2 {
    font-size: 37px;
    font-weight: 900;
    font-family: 'Muli', sans-serif;
    padding-bottom: 30px;
}

.main-title p {
    font-size: 17px;
    color: #a1cbd8;
}

.main-title.text-center {
    text-align: center;
    margin: 0 auto 40px;
}

.bg-title {
    position: absolute;
    opacity: 0.05;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: -60px;
    letter-spacing: 15px;
    font-size: 100px;
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 50px;
    width: 600px;
}

.section-title h3 {
    font-size: 40px;
    font-weight: 900;
}

.section-title p {
    font-size: 17px;
}

/* ---------- main title style ends here ------------ */

/* ---------- buttons style ---------- */
.margin-right-btn {
    margin-right: 0px;
}

.btn {
    border-radius: 5px;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    height: 45px;
    line-height: 30px;
    text-align: center;
    transition: .2s ease-in-out;
}

.btn:hover {
    background: #41408e;
    color: #fff;
}

.btn-small {
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    height: 37px;
    border-radius: 3px;
}

.btn-medium {
    line-height: 33px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 13px;
    height: 47px;
    border-radius: 5px;
}

.btn-large {
    padding-right: 35px;
    padding-left: 35px;
    height: 53px;
    font-size: 13px;
    line-height: 40px;
}

.btn-navy {
    background: #494564;
    color: #fff;
}

.btn-outline {
    border: 1px solid #DBDBDB;
    color: #5b798f;
}

.btn-green {
    background: #a4cc35;
    color: #fff;
}

.btn-simple {
    color: #5b798f;
    font-size: 14px;
    border: 1px solid #DBDBDB;
}

/* buttons customization ends here */

/* ----------- Homepage carousel ------------- */

.fade-carousel .carousel-inner .item {
    height: auto;
    padding: 230px 0 150px;
}

.custom-width .text-content {
    padding-right: 100px;
    margin-left: -50px;
}

.home-slider .shapes {
    top: 190px;
}

.custom-width {
    width: 1350px;
    margin: 0 auto;
}


.carousel-inner .list-container {
    margin-top: 35px;
}

.carousel-inner .list-container li {
    padding-bottom: 10px;
    display: flex;
    font-size: 15px;
}

.carousel-inner .list-container i {
    font-size: 13px;
    padding-right: 6px;
    padding-top: 4px;
    color: #92DF7F;
}

.carousel-inner .social-links {
    margin-top: 5px;
}

.carousel-inner .buttons {
    margin-top: 30px;
}

.carousel-inner h2 {
    font-size: 60px;
}

.carousel-inner p {
    font-size: 16px;
}

.carousel-inner .btn-simple>i {
    font-size: 13px;
    padding-left: 5px;
}

.fade-carousel {
    position: relative;
    height: auto;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 5px 10px;
    background-color: #41408e;
    border-color: #41408e;
    opacity: .2;
}

.fade-carousel .carousel-indicators>li {
    width: 12px;
    height: 12px;
    transition: .3s linear;
}

.fade-carousel .carousel-indicators>li.active {
    width: 30px;
    height: 10px;
    opacity: .8;
    box-shadow: 0 5px 10px rgba(73, 66, 109, 0.15);
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*------------ Homepage carousel ends here -------------- */

/* ======== Divs and Sections ========= */

/* simple features */
.simple-features .text-container h4 {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 2px;
}

.simple-features .bg-title {
    font-weight: 900;
    text-align: left;
    left: 200px;
}

.simple-features .text-container img {
    width: 60px;
    margin-bottom: 25px;
}

.simple-features .half-circle-small {
    right: 250px;
}

/* simple features ends here */

/* main features in 4 boxes */
.main-features .box-content img {
    width: 50px;
    margin-bottom: 25px;
}

.main-features .box-container .btn {
    margin-top: 10px;
}

.main-features .shapes {
    left: 0;
    z-index: -2;
    margin-top: 350px;
}

.main-features .half-circle-small {
    right: 300px;
    z-index: -2;
    margin-top: 50px;
    z-index: 2;
}

.main-features .box-container {
    height: auto;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    min-height: 265px;
    max-height: 340px;
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
}

.main-features h4 {
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 5px;
    color: #44708F;

}

/* main features in for boxes ends here */

/* text left and image right */

.img-right .section-content img {
    width: 530px;
    top: -10px;
}

.img-right .shapes {
    margin-top: 150px;
}

.shapes {
    opacity: .7;
}

.img-right h3 {
    padding-bottom: 10px;
}

.img-left .text-container {
    padding-left: 50px;
}

/* text left and image right section ends here */

/* creative section - img left */
.creative-img {
    background: linear-gradient(0deg, rgba(241, 243, 245, 0.4), rgba(241, 243, 245, 0.4)), url(../images/other/geometry.png) center;
    background-size: contain;
    padding: 100px 0;
}

.creative-img .text-container {
    background: #fff;
    width: 620px;
    padding: 50px 35px;
    border-radius: 50px 10px 50px 10px;
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
}

.creative-img h3 {
    font-size: 37px;
    padding-bottom: 5px;
    font-weight: 900;
}

.creative-img p {
    font-size: 17px;
    margin-bottom: 25px;
}

.creative-img img {
    width: 670px;
    top: -35px;
    border-radius: 10px 50px 10px 50px;
    box-shadow: -10px 5px 40px rgba(20, 18, 32, 0.1);
}

/* creative section - img left ends here */


/* div switcher with tabs */
.tab-switcher .tab-menu {
    margin-bottom: 50px;
    border-radius: 10px;
}

.tab-menu .nav-pills {
    display: flex;
    justify-content: center;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.tab-switcher .tab-content img {
    width: 570px;
}

.tab-switcher .bg-title {
    padding-top: 20px;
    opacity: .03;
}

.tab-switcher .half-circle {
    margin-top: 300px;
    opacity: 1;
}

.tab-menu .nav-pills li>a {
    margin: 0 40px;
    color: #41408e;
    font-size: 16px;
    padding-bottom: 17px;
}

.tab-menu .nav-pills li>a:hover {
    background: none;
    color: #a4cc35;
}

.tab-menu .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: none;
    border-bottom: 4px solid #a4cc35;
    border-radius: 0;
    color: #a4cc35;
}

.tab-switcher h3 {
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 5px;
}

.tab-switcher p {
    font-size: 16px;
    margin-bottom: 20px;
}

.tab-switcher li {
    font-size: 16px;
}

.tab-switcher .main-title {
    margin-bottom: 0;
}

.tab-icons {
    margin: 0 0 20px 0;
    text-align: left;
}

.tab-icons p {
    font-size: 15px;
    margin-bottom: 10px;
}

.tab-content i {
    margin-bottom: 10px;
    font-size: 14px;
    margin: 13px 8px 0 0;
    color: #92DF7F;
}

/* div switcher with tabs */

/* main form */
.main-form {
    padding: 50px 0 40px;
    background: #333053;
    background-size: contain;
}

.main-form input {
    width: 350px;
    height: 53px;
    border-radius: 30px 0 0 30px;
    background: #3e3d5f;
    border: 0;
    color: #fff;
}

.main-form input::placeholder {
    padding-left: 15px;
}

.main-form h4 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.main-form p {
    font-size: 16px;
}

.main-form .btn {
    border-left: 1px solid #4e4d69;
    margin-top: -3px;
    margin-left: -3px;
    background: #3e3d5f;
    border-radius: 0 30px 30px 0;
}

.main-form-light {
    background: linear-gradient(0deg, rgba(252, 253, 255, 0.6), rgba(252, 253, 255, 0.6)), url(../images/other/geometry.png) center;
    background-size: cover;
}

.main-form-light h4 {
    color: #44708F;
}

.main-form-light p {
    color: #a1cbd8;
}

.main-form-light input {
    width: 350px;
    height: 55px;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(221, 221, 221, 0.2);
    border: 0;
}

.main-form-light .btn {
    background: #92DF7F;
    border-left: 0;
}

/* main form ends here */

/* pricing tables */
.pricing-tables {
    background: #333053;
}

.pricing-tables .main-title h2 {
    color: #fff;
}

.pricing-tables .main-title p {
    color: #B7DAE5;
}

.pricing-tables .half-circle {
    z-index: 1;
    opacity: 0.03;
    left: -40px;
    margin-top: 200px;
}

.pricing-tables .half-circle-small {
    opacity: 0.05;
    right: 200px;
}

.table-content img {
    width: 270px;
    padding: 30px 0;
}

.table-content {
    width: 360px;
    text-align: center;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    background: #37365a;
    padding: 0 25px;
    border: 1px solid rgba(221, 221, 221, 0.03);
}

.table-content ul {
    padding: 20px 0 20px;
}

.table-content li {
    font-size: 16px;
    text-align: left;
    display: block;
    padding-left: 50px;
    padding-bottom: 5px;
    display: flex;
}

.table-content i {
    padding-right: 10px;
    padding-top: 3px;
    color: #92DF7F;
    font-size: 15px;
}

.table-content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}

.table-content h3 {
    font-size: 33px;
    font-weight: 200;
    font-family: 'Muli', sans-serif;
    color: #fff;
}

.table-content .price p {
    color: #fff;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}

.table-content .btn {
    margin: 30px auto 40px;
}

.pricing-tables-light {
    background: linear-gradient(0deg, rgba(241, 243, 245, 0.4), rgba(241, 243, 245, 0.4)), url(../images/other/geometry.png) center;
    background-size: contain;
}

.pricing-tables-light .main-title h2 {
    color: #34517D;
}

.pricing-tables-light .main-title p {
    color: #9BC5D2;
}

.pricing-tables-light small {
    color: #9BC5D2;
    opacity: .9;
}

.pricing-tables-light .table-content img {
    width: 320px;
    padding: 30px 0;
}

.pricing-tables-light .table-content li {
    color: #9BC5D2;
}

.pricing-tables-light .table-content h3 {
    color: #44708F;
}

.pricing-tables-light .table-content h4 {
    color: #44708F;
}

.pricing-tables-light .table-content {
    background: #fff;
    box-shadow: 0 0 20px rgba(221, 221, 221, 0.25);
}

/* pricing tables ends here */

/* testimonials */

.testimonials {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url(../images/other/geometry.png) center;
    background-size: contain;
}

.testimonials-dark {
    background: #333053;
}

.darker {
    background: #2f2d4e;
}

.testimonials-dark .main-title h2 {
    color: #fff;
}


.testimonials-dark .caption {
    background: #37365a !important;
    box-shadow: 0 0 40px rgba(20, 18, 32, 0.0) !important;
}

.testimonials-dark .caption h4 {
    color: #DBDBDB;
}

.testimonials-dark .pager li>a {
    background: #37365a;
}

.testimonials-dark .main-title p {
    color: #DBDBDB;
}

.testimonials .caption {
    box-shadow: 0 0 40px rgba(20, 18, 32, 0.06);
    padding: 15px 30px;
    display: inline-block;
    background: #fff;
    margin: 0 25px 25px 0;
    border-radius: 15px;
}

.pager {
    margin: 0;
}

.pager li>a {
    border: 0;
    color: #92DF7F;
    background: #fff;
    border-radius: 2px;
    transition: .2s ease-in-out;
}

.testimonials img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin: 10px 0 15px;
}

.testimonials h4 {
    font-size: 14px;
    font-weight: 600;
}

.testimonials .caption p {
    font-size: 15px;
    font-family: 'Muli', sans-serif;
}

.testimonials .quote {
    position: absolute;
    font-weight: 800;
    right: 70px;
    top: 50px;
    font-size: 40px;
    color: #9BC5D2;
    opacity: 0.2;
}

.testimonials small {
    padding: 10px 0 0;
    font-size: 13px;
    color: #9BC5D2;
    display: grid;
}

.testimonials small::before {
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    padding-right: 7px;
    color: #92DF7F;
    font-size: 10px;
}

.control-box {
    text-align: center;
    width: 100%;
    position: relative;
    top: 25px;
}

.carousel-control {
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

/* Mobile Only */
@media (max-width: 767px) {

    .page-header,
    .control-box {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}

/* carousel ends here */

/* contact form */

.section9.contact-form i {
    color: #92DF7F;
}

.contact-form iframe {
    border-radius: 15px;
}

.contact-form .form-control {
    background: #fff;
    box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.01);
}

.contact-form .fa {
    padding-right: 5px;
}

.contact-form form {
    display: block;
}

.contact-form .form-control {
    border: 1px solid #cacaca;
    width: 100%;
    font-size: 13px;
    background: transparent;
    border-radius: 5px;
    height: 47px;
    transition: .3s linear;
    margin: 10px 0;
}

.contact-form .form-control::placeholder {
    color: #9BC5D2;
}

.form-control:focus {
    border: 1px solid #f0f0f0;
}

.textarea-contact {
    resize: none
}

/* Conatct end */

/* team members */

.team .member img {
    width: 100%;
    padding: 20px 20px;
}

.team .half-circle {
    margin-top: 130px;
    left: -30px;
}

.team .half-circle-small {
    right: 170px;
    margin-top: 50px;
}

.team small {
    position: relative;
    bottom: 12px;
}

.team .member {
    background: #fff;
    width: 260px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(20, 18, 32, 0.06);
    transition: .2s ease-in-out;
}

.team .member:hover {
    box-shadow: 0 0 0 transparent;
    background: #f9f9f9;
}

.team .member:hover i {
    background: #fff;
    color: #9f84dd;
}

.team .member:hover i:hover {
    color: #fff;
    background: #92DF7F;
}

.team .text-container {
    padding: 10px 15px 25px;
}

.team .social-links {
    margin-top: 20px;
}

.social-links i {
    color: #9BC5D2;
    font-size: 14px;
    width: 37px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    margin-top: 10px;
    margin-right: 8px;
    border-radius: 6px;
    transition: .2s ease-in-out;
    border: 1px solid #f0f0f0
}

.social-links i:hover {
    color: #fff;
    background: #92DF7F;
    border-color: transparent;
}

.social-links .social-links {
    margin-top: 10px;
    display: inline-block;
}

.team h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.team small {
    color: #9BC5D2;
}

/* team members ends here */

/* animation stats */
.animation-stats {
    background: #333053;
    padding: 70px 0 60px;
}

.animation-stats .counter {
    line-height: 115px;
    text-align: center;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    color: #DBDBDB;
}

.animation-stats .stats-container {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: 5px solid;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.2);
    border-color: #DBDBDB;
}

.animation-stats .sc1 .counter:after {
    content: ' Year Experience';
    font-size: 10px;
}

.animation-stats .sc2 .counter:after {
    content: ' Clients';
    font-size: 10px;
}

.animation-stats .sc3 .counter:after {
    content: ' Registration';
    font-size: 10px;
}

.animation-stats .sc4 .counter:after {
    content: 'Happy Clients';
    font-size: 10px;
}

.animation-stats .sc1 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
}

animation-stats .sc2 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
    border-bottom-color: #92DF7F;
}

.animation-stats .sc2 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
    border-bottom-color: #92DF7F;
    border-left-color: #92DF7F;
}

.animation-stats .sc4 {
    border-top-color: #92DF7F;
}

.animation-stats h2 {
    color: #f5f5f5;
}

.animation-stats .text-container p {
    font-size: 17px;
}

/* light style starts here */
.animation-stats-light h2 {
    color: #34517D;
}

.animation-stats-light {
    background: #ffff;
    border-top: 1px solid #f0f0f0;
}

.animation-stats-light .counter {
    color: #38678b;
    font-size: 22px;
    line-height: 115px;
    font-weight: 500;
}

.animation-stats-light .stats-container {
    border-color: #6c5a8d;
    background: #f5f5f5;
    box-shadow: 0 0 25px rgba(33, 34, 56, 0.12);
    border-width: 6px;
    width: 125px;
    height: 125px;
}

.animation-stats-light .bg-title {
    text-align: left;
    left: 220px;
    opacity: .04;
    margin-top: -20px;
}

.animation-stats-light .sc1 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
}

animation-stats-light .sc2 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
    border-bottom-color: #92DF7F;
}

.animation-stats-light .sc2 {
    border-top-color: #92DF7F;
    border-right-color: #92DF7F;
    border-bottom-color: #92DF7F;
    border-left-color: #92DF7F;
}

.animation-stats-light .sc4 {
    border-top-color: #92DF7F;
}

/* animation stats ends here */

/* portfolio gallery */

.new-portfolio {
    padding: 50px 0;
}

.new-portfolio.less-padding {
    padding: 20px 0 40px;
}

.new-portfolio .hover-text {
    position: absolute;
    display: none;
    bottom: 0;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    animation: testing .2s linear;
}

@keyframes testing {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.new-portfolio .tile:hover .hover-text {
    display: block;
}

.new-portfolio .hover-text h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.new-portfolio .btn-outline-dark:hover {
    background-color: #92DF7F !important;
    border: 1px solid transparent !important;
}

.new-portfolio .toolbar .btn {
    background: transparent;
    margin: 0 5px;
}

.new-portfolio .toolbar .btn:hover {
    background-color: #92DF7F !important;
    color: #fff;
    border: 1px solid transparent !important;
}

.new-portfolio .toolbar .btn:focus {
    background-color: #92DF7F;
    color: #fff;
    border-style: none !important;
    border: 1px solid transparent !important;
    outline: none !important;
}

#portfolio {
    margin: 40px 0 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#portfolio .image-link:hover {
    cursor: zoom-in;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.toolbar.mb2.mt2 {
    text-align: center;
}

.scale-anm {
    transform: scale(1);
}

/* portofolio items */


/* portfolio gallery ends here */

/* preloader configuration */

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #92DF7F;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* preloader configuration ends here */

/* ----------- Divs and Sections customization ends here ------------- */

/* footer and under footer style */
footer {
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

footer .header {
    margin: 0 0 30px;
}

footer .shapes {
    margin-top: -30px;
    width: 180px;
}

footer li,
footer p,
footer h5 {
    color: #9BC5D2;
}

footer h5 {
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    line-height: 28px;
}

footer h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

input {
    border: 1px solid #f0f0f0;
    height: 42px;
    border-radius: 6px 0 0 6px;
    padding-left: 10px;
    background: #fff;
    width: 250px;
}

input::placeholder {
    color: #B7DAE5;
    font-size: 13px;
}

footer .btn-small {
    margin-top: -1px;
    margin-left: -4px;
    height: 41px;
    border-radius: 0 6px 6px 0;
}

footer .text-container {
    padding: 0 25px;
}

footer li>a {
    color: #9BC5D2;
    line-height: 30px;
}

footer i {
    background: #fff;
}

.under-footer {
    padding: 35px 0 20px;
    background: #000000e0;
}

.under-footer h5 {
    color: #B7DAE5;
    font-weight: 400;
    font-size: 13px;
}

.under-footer img {
    width: 200px;
    position: absolute;
    top: -10px;
    opacity: 0.4;
}

/* footer ends here */

/**** adarsh 27-10-2018 *******/
.box-content {
    padding-top: 30px;
}

.slider_img_ad img {
    width: 75%;
}

.slider_img_ad_men {
    padding: 30px 0px;
    border-top: 1px solid #f0f0f0;
}

.tab_switcher_pad80 {
    padding-top: 80px 0px;
}

.men_sbg_color {
    border-top: 1px solid #f0f0f0;
    padding-bottom: 90px;
    background: #e2eae9;
}

.event_image_ad1 img {
    width: 100%;
}

.event_image_ad1_men {
    padding: 80px 0px;
    border-top: 1px solid #f0f0f0;
}

.col_event_right0 {
    padding-right: 0px;
}

.col_event_left0 {
    padding-left: 0px;
}

.event_image_ad11 {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    padding: 15px;
    position: relative;
}

.event_image_ad12 {
    text-align: center;
    background: #41408e;
    padding: 5px 0px;
}

.event_image_ad12 h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    color: #fff;
}

.event_image_ad12 h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.event_image_ad14 {
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.event_image_ad14 h4 {
    font-size: 14px;
}

.event_image_ad14 img {
    width: 14px;
}

.event_image_ad14 p {
    line-height: 21px;
    text-align: justify;
}

.event_image_ad11:before {
    content: '';
    position: absolute;
    top: 43%;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    transform: rotate(134deg);
}

.event_image_ad1 {
    position: relative;
}

.videos_img_ad {
    position: absolute;
    top: 42%;
    left: 42%;
}

.pad_btn0 {
    border-bottom: none;
    position: relative;
    padding: 0px;
    z-index: 999;
}

.pad_btn0 button {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    opacity: 1;
}

.pad_btn0 button:hover {
    color: #fff;
}

.videos_modal_ad {
    padding: 0px;
}

.before_event_right10 {
    position: relative;
}

.before_event_right10:after {
    content: '';
    position: absolute;
    top: 43%;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    transform: rotate(134deg);
    z-index: 999;
}

.before_event_right10:before {
    display: none;
}

.col_rightarea {
    padding-left: 0px;
}

.pdright0 {
    padding-right: 0px;
}

.after_event_right10:before {
    display: none;
}

.after_event_right10:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    transform: rotate(134deg);
    z-index: 999;
}

.heightfixed {
    height: 375px;
}

.pad_btn40 {
    padding-bottom: 30px;
}

.pad_btn40 h4 {
    font-size: 70px;
}

.wetake_men {
    padding: 80px 0px;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 50px;
    background: #e2eae9;
}

.icon_shed h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.icon_shed p {
    padding-bottom: 20px;
}

.icon_shed img {
    width: 50px;
}

.gallery_right01 {
    text-align: right;
    font-size: 14px;
}

.galleryr01 {
    text-align: right;
    padding-top: 85px;
}

.gallery_bgimg1_men {
    padding: 80px 0px;
}

.gallery_bgimg1 {
    padding-top: 30px;
}

.gallery_bgimg1 img {
    width: 100%;
    height: 250px;
}

.gallery_bgimg1 img:hover {
    opacity: 0.6;
}

.project_adued1_men {
    padding: 80px 0px;
}

.project_adued1 {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
}

.project_adued1 img {
    width: 100%;
}

.project_adued2 {
    padding: 20px;
    background: #27bf72;
}

.project_adued2 p {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    padding-top: 10px;
}

.project_adued2 img {
    width: 130px;
}

.project_adued1 {
    margin-top: 30px;
}

.event_page_adud1 {
    border: 1px solid #00c0ff;
    padding: 40px 0px;
    margin-top: 50px;
}

.event_page_adud2 {
    text-align: center;
}

.event_page_adud2 img {
    border: 8px solid #337ab7;
}

.event_page_adud3 p {
    font-size: 15px;
    line-height: 22px;
}

.top_brands_our1_men {
    padding: 75px 0px;
}

.top_brands_our1 h2 {
    color: #92DF7F;
    font-size: 36px;
    margin: 0px;
    padding-bottom: 10px;
}

.top_brands_our1 span {
    color: #34517D;
}

.top_brands_our1 p {
    padding-bottom: 20px;
}

.top_brands_our1 {
    text-align: center;
}

.top_brands_our2 img {
    width: 50%;
}

.top_brands_our2 {
    text-align: center;
}

.top_brands_our2 {
    padding-top: 30px;
}

.media_cart1_men {
    padding: 80px 0px;
}

.media_cart1 {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.11);
    padding: 20px;
}

.lhight_ht {
    height: 36px;
    line-height: 22px;
    margin-top: 5px;
    width: 136px;
}

.media_cart3 {
    text-align: center;
}

.media_cart2 img {
    width: 100%;
}

.martop30 {
    margin-top: 30px;
}

.register_page_form1 {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    padding: 20px;
    background: #fff;
}

.register_page_form1_men {
    padding: 50px 0px;
    background: #f9f9f9;
}

.register_page_form1 h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 12px;
}

/* Hide the browser's default radio button */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_checkbox .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.register_page_btn a {
    width: 200px;
}

.event_timline1_men {
    padding: 80px 0px;
}

.event_timline1 {
    text-align: center;
}

.event_timline1 h2 {
    margin: 0px;
    padding-bottom: 10px;
}

.event_timline1 span {
    color: #92DF7F;
}

.event_timline2 img {
    width: 100%;
}

.event_timline2 {
    padding-top: 50px;
}

.date {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.date span.day {
    font-size: 48px;
    color: #2b2e2f;
    float: left;
    margin-right: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}

.date span.month {
    margin-top: 10px;
}

.date span.month,
.date span.year {
    color: inherit;
    display: block;
}

.event_timline3 {
    padding-top: 50px;
}

.padleft00 {
    padding-left: 0px;
}

.padleft00 img {
    width: 20px;
}

.padleft00 h2 {
    font-weight: 900;
    color: #2b2e2f;
    text-transform: capitalize;
    line-height: 35px;
    padding-top: 5px;
}

.padleft00 p {
    padding-bottom: 10px;
    font-size: 16px;
}

.media_left_contact5_men {
    padding-top: 0px;
}

.media_left_contact1 {
    color: #fff;
}

.media_left_contact1 img {
    width: 30px;
}

.media_left_contact2 h4 {
    margin: 0px;
}

.media_left_contact2 p {
    color: #333;
    line-height: 22px;
    font-size: 14px;
    text-align: justify;
    margin: 0px;
    padding-top: 5px;
}

.media_left_contact2 h4 {
    font-size: 16px;
}


/* team members */

.c_about4_men {
    padding: 80px 0px;
}

.c_about4 {
    text-align: center;
}

.c_about4 h2 {
    margin: 0px;
    font-size: 25px;
    font-weight: 600;
    padding-top: 50px;
}

.c_about4 p {
    font-size: 15px;
    margin: 0px;
    padding-top: 15px;
    line-height: 19px;
}

.c_about5 {
    padding-top: 0px;
    width: 100%;
    text-align: center;
}

.c_about5_content {
    box-shadow: 10px 11px 20px 10px rgba(221, 221, 221, 0.25);
    padding: 1px;
}

.about_container {
    position: relative;
    width: 100%;
}

.about_image {
    display: block;
    width: 100%;
    height: 250px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333b5;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.about_container:hover .overlay {
    height: 100%;
}

.text {
    white-space: nowrap;
    color: white;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    top: 70%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.c_about5 h4 {
    margin: 0px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.a_about_1one1_men {
    padding: 80px 0px;
}

.a_about_1one_men {
    padding: 40px;
    background: linear-gradient(0deg, rgba(241, 243, 245, 0.4), rgba(241, 243, 245, 0.4));
}

.a_about_1one22_men {
    box-shadow: 0px 0px 60px 0px rgb(145, 88, 217);
    margin-top: 35px;
    text-align: center;
    padding: 20px;
}

.a_about_1one22_men img {
    width: 100px;
}

.a_about_1one22 i {
    font-size: 16px;
    margin-left: 3px;
}

.a_about_1one2 {
    padding-top: 30px;
}

/* portfolio gallery ends here */

/* preloader configuration */

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #92DF7F;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

/* Services type */
.top25 {
    padding-bottom: 10px;
    padding-top: 20px;
}

.btn.btn-large {
    padding: 13px 30px;
    line-height: 25px;
}

.btn.btn-white {
    background: #92DF7F;
    color: white;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.services_1_edu {
    background: #dddddd6b;
    padding-top: 60px;

}

.services_1_not_background {
    background: none;
}



.pad_take_1 {
    padding-right: 0px;
}

.pad_take_2 {
    padding-right: 0px;
    padding-left: 0px;
}

.attached_image {
    padding-left: 0px;
}

.btn-gray {
    background-color: #eef3f4;
    color: black;
}

.services_distance {
    height: 400px;
}

p.col-chnage {
    color: white;
}

.contact_form_event1_men {
    padding: 75px 0px;
    background: #e2eae9;
}

.contact_form_event1 {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    padding: 25px;
    text-align: center;
    background: #fff;
    min-height: 179px;
}

.contact_form_event1 img {
    width: 50px;
}

.contact_form_event1 h4 {
    margin: 0px;
    padding-top: 10px;
    line-height: 23px;
}





/* The container */
.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #bebebe;
    background-color: #eee;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 4px;
    border: 1px solid #cacaca;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container_check:hover input~.checkmark1 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked~.checkmark1 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked~.checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark1:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.event_timline1_men {
    position: relative;
}

.event_timline1_men:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1150px;
    top: 16%;
    left: 50%;
    background: #ddd;
}

.position_section_btnad {
    position: absolute;
    bottom: 75px;
    left: 46%;
}

.star_time_page_header1 {
    text-align: center;
    padding-top: 20px;
}

.header_bg_startime1 {
    background: #ff9800;
}

.header_bg_startime2 {
    background: #cddc39;
}

.header_bg_startime3 {
    background: #00bcd4;
}

.fade-carousel p {
    color: #fff;
}

.tab_switcher_pad80 {
    position: relative;
}

.side_img_switcher1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.side_img_switcher2 {
    position: absolute;
    bottom: -136px;
    right: 0px;
}

.star_time_page_header1 p {
    font-size: 14px;
}

.c_about4_men {
    position: relative;
}

.star_time_aboutimg1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.star_time_aboutimg1 img {
    width: 60px;
}

.whatdo_hadingcolor1 h4 {
    color: #262554;
}

.colorfhover p {
    color: #fff;
}

.item-titles p {
    text-align: justify;
    line-height: 25px;
}

.project_adued2 h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0px;
    color: #fff;
}

.event_image_ad14 h2 {
    font-size: 17px;
    line-height: 25px;
}

.event_timline1_men {
    position: relative;
}

.register_page_form1_men {
    position: relative;
    padding-top: 120px;
}

.colowhp {
    color: #fff;
}

.register_sideimg {
    position: absolute;
    top: 30%;
    left: 92%;
}

.register_sideimg img {
    width: 100%;
}

.register_sideimg1 {
    position: absolute;
    bottom: 30%;
    right: 92%;
}

.register_sideimg1 img {
    width: 100%;
}

.startime_pluginslider {
    height: 100vh;
    position: relative;
}

.text_show1 p {

    font-size: 15px;

}

.btn.btn-large {
    padding: 9px 23px;
    line-height: 25px;
    margin-right: 0 !important;
}

.startime_pluginslider canvas {
    background-size: cover !important;
    background-position: -50px 50px !important;
    width: 100%;

}

.startime_pluginslider1 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.startime_pluginslider1 p {
    color: #fff;
}

.startime_pluginslider1 h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 25px;
}

.text-container h5 {
    color: #3e4455;
}

footer li>a {
    color: #3e4455;
    line-height: 28px;
    cursor: pointer;
}

footer li,
footer p,
footer h5 {
    color: #3e4455;
}

.martop5media:first-child {
    margin-top: 12px;
}

.pad8height160 {
    padding: 66px 0 80px;
    height: 223px;
}


.login_modal_kabariad01 {
    padding-bottom: 10px;
}

.login_modal_kabariad02 {
    border-bottom: none;
    padding-bottom: 0px;
}

.login_before_ad01 {
    position: relative;
}

.login_modal_kabariad04 {
    text-align: center;
}

.login_modal_kabariad04 h4 {
    margin: 0px;
    padding-top: 20px;
}

.login_before_ad01:before {
    content: '';
    position: absolute;
    left: 105%;
    top: 0px;
    width: 1px;
    height: 168px;
    background: #ddd;
}

.gallery_h20 h2 {
    padding-bottom: 0px;
}

.partner_cartsection {
    box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);
    padding: 20px;
}

.footer_posirelat {
    position: relative;
}

.footer_posirelat1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.footer_posirelat1 img {
    width: 235px;
}

.star_time_serviceimg1 {
    width: 100%;
}

.btn.btnmodalsize {
    padding: 9px 39px;
    line-height: 19px;
    height: 40px;
}

.offline_register1 {
    /*box-shadow: 0 0 50px rgba(20, 18, 32, 0.06);*/
    padding: 20px;
    background: #a01fd4;
}

.offline_register2 h2 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    padding-top: 12px;
}

.offline_register2 {
    text-align: center;
}

.offline_register1_men {
    padding: 75px 0px;
    padding-top: 130px;
}

.offline_register3 {
    padding-top: 30px;
}

.menu-bg {
    background: #fff !important;
    border-bottom: 1px solid #ddd !important;
}

nav.navbar.bootsnav.menu-bg ul.nav>li>a {
    color: #333;
}

.red_star {
    color: red !important;
}

/****** adarsh 15-12-2018 ***********/
.national_header_change {
    color: #111;
    padding-top: 12px;
    font-size: 24px;
    font-weight: 700;
}

.timer_media {
    color: #a4cc35;
    font-size: 20px;
    font-weight: 900;
    margin-left: 14px;
    margin-top: 11px;
}

.timer_ml50 {
    margin-left: 100px;
}

.pb_px20 {
    padding-bottom: 20px;
}

.nav_right_pb10 {
    padding-bottom: 10px;
}

.nav_right_pb15 {
    padding-bottom: 15px
}

.star_time_page_header1 p a {
    color: #fff;
}

.navbar-default {
    background: #fff;
}

.custom-nav-btn a {
    padding: 16px !important;
    font-size: 16px !important;
}

.whitecolor h4 {
    color: #111;
}

/******* adarsh 29-12-2018 ********/

.background_nonen {
    background: none;
}

.upcoming_section_men {
    background-image: url(../images/upcoming-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75vh;
}

.upcoming_section {
    text-align: center;
}

.upcoming_section h2 {
    color: #fff;
    padding-top: 28%;
    font-size: 50px;
    font-weight: 900;
}

.upcoming_section p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding-top: 5px;
}

.our_network_star_men {
    background-image: url(../images/upcoming-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

.our_network_star {
    background: #0302218c;
    padding: 50px;
}

.our_network_list {
    list-style: none;
}

.our_network_list li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #fff;
}

.padbtnstar0 h2 {
    padding-bottom: 0px;
    color: #fff;
}

.upcoming_martop50px {
    margin-top: 50px;
}

.service_chp18s p {
    color: #111;
    font-weight: 600;
    font-size: 18px;
}

/*--thank you pop starts here--*/
.thank-you-pop {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.thank-you-pop img {
    width: 76px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

.thank-you-pop h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #5C5C5C;
}

.thank-you-pop p {
    font-size: 20px;
    margin-bottom: 27px;
    color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
    font-size: 25px;
    margin-bottom: 40px;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border: 2px dashed #222;
    clear: both;
    font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
    color: #03A9F4;
}

.thank-you-pop a {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 5px;
}

.thank-you-pop a i {
    margin-right: 5px;
    color: #fff;
}

#ignismyModal .modal-header {
    border: 0px;
}

new_mod .modal-header {
    padding: 6px;
}

.electronic_m_head h2 {
    background: #ff3b2d;
    display: inline-block;
    padding: 5px 10px;
    margin: 0px;
    font-size: 18px;
    color: white;
    border-radius: 3px;

}

/* canvas {
	display: block !important;
    background: linear-gradient(rgba(125, 144, 162, 0.15), rgba(27, 30, 33, 0.2)), url(images/Slide2.png) no-repeat !important;
    background-position: 0px 75px !important;

} */
.text_show1 {
    width: 350px;
    height: auto;
    border: 5px solid #41418e;
    background-color: #fff;
    left: 38%;
    position: absolute;
    top: 166px;

    padding: 15px;
    color: #41418e;


    animation: seconds 15s infinite;
    animation-iteration-count: infinite;
    animation-delay: 10s;

}

.text_show1 img {
    width: 175px;
    margin-top: 20px;
    margin-left: -13px;
}

.nw {
    width: auto;
    height: auto;
    background-color: #41418e;
    position: absolute;
    display: inline-flex;
    left: 0;
    top: 250px;
}

.imgs_1 img {
    width: 70px;

}

.imgs_text {
    color: #fff;
    margin-top: 0px;
    padding: 24px;
}

.text_show1 p {
    line-height: 24px;
    margin: 7px 0;
    font-size: 20px;
    border-bottom: 1px double #a4cc35;
    border-top: 1px double #a4cc35;
    color: #41418e;
    border-top: double;
    border-color: #a4cc35;
    border-width: 5px;
    text-align: left;
    font-weight: 700;
    padding: 5px 0px;

}

/* .text_show1::after {
    bottom: -18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #dde4e4;
    position: absolute;
    right: 44%;
  } */
@-webkit-keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* @keyframes seconds {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;    
	} */


/* .fz_modle img
{
    position: absolute;
    width: 10px;
    top: 6px;
    right: 10px;
} */
/* .fz_modle::after{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	
	border-top: 20px solid #333;
  } */

/********************window_onload_modal************************/
.window_load_sec .company_logo {
    position: relative;
}

.company_logo {
    position: relative;
    background: white;
    padding: 5px 30px;
    border-radius: 2px;
    width: 64%;
    margin: auto;
    background: white;
    text-align: center;
    border: 2px solid skyblue;
    margin-bottom: 40px;
    margin-top: 18px;
}

.quality_logo_sec {
    background: white;
    border-radius: 0;
    width: 75%;
    margin: auto;
    background: white;
    text-align: center;
    border: 5px solid #41408e;
    margin-bottom: 18px;
}

.quality_logo_sec img {
    width: 100%;
}

.company_logo h3 {
    background: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 15px;
    position: absolute;
    bottom: -22px;
    color: white;
    left: 40%;
}

.company_logo img {
    width: 280px;
    /* box-shadow: skyblue 1px 1px 5px; */
}

.window_load {
    background-image: linear-gradient(rgba(51, 51, 51, 0.486), rgba(51, 51, 51, 0.486)), url(../images/onload-modal.jpg);
    padding: 0px;
    border: 3px solid #42418e;
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;

}

.quality_bottom_sec {
    background: white;
    min-height: 160px;
    padding: 0px 25px;
}

.quality_bottom_sec button {
    color: white;
    padding: 0px 25px;
    border-radius: 0px;
    height: 32px;
    margin: 15px 0px 15px 40px;
    font-weight: 700;
}

.quality_powered_sec ul {
    text-align: center;
}

.quality_powered_sec ul li {
    display: inline;
}

.quality_powered_sec ul li h3 {
    font-size: 16px;
    display: inline-block;
}

.quality_powered_sec ul li img {
    width: 100px;
}

.quality_powered_nomination {
    background: #41408e;
    text-transform: uppercase;
    font-weight: 700;
}

.quality_powered_nomination:hover {
    background: #41408e;
    text-transform: uppercase;
    font-weight: 700;
}

.quality_close_btn {
    z-index: 999;
    opacity: 1;
    position: absolute;
    top: -14px;
    right: -15px;
    background: #454490 !important;
    border-radius: 30px;
    height: 25px !important;
    width: 25px !important;
    font-size: 21px !important;
    color: white !important;
    padding-bottom: 5px !important;
    outline: 0px;
}

.badge_bg {
    background: #333 !important;
}

.badge_bg:hover {
    background: #333 !important;
}

label.error {
    margin-left: 10px;
    color: red;
}

/* mega menu css start */

.dropdown_inner_main {

    background: #fff;
    padding: 10px 0px;

    transition: 0.5s;
}

.dropdown_inner_main a {
    color: #111;
    font-size: 16px;
    line-height: 30px;
    transition: .2s ease-in-out;
    padding: 0px 15px;
}

.dropdown_inner_main a:hover {
    color: #92DF7F;
}

.inner_li_dropdown1 {
    position: relative;
    transition: 0.5s;
}

.inner_li_dropdown2 {
    position: relative;
    transition: 0.5s;
}

.inner_li_dropdown1 li {
    position: absolute;
    top: 0px;
    right: -129px;
    background: #fff;
    padding: 5px 10px;
    display: none;
    transition: 0.5s;
}

.inner_li_dropdown2 li {
    position: absolute;
    top: 0px;
    right: -126px;
    background: #fff;
    padding: 5px 10px;
    display: none;
    display: none;
    transition: 0.5s;
}

/* mega menu css end */

/* vertical tab css start */
/* Style the tab */
.tab {
    border: 5px solid #a4cc35;
    background-color: #41408e;
    padding: 25px;
    min-height: 400px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    background: #ddd;
    margin-bottom: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    padding: 0px 12px;
    border-left: none;
}

/* create css tab */
.healthcare_award_section {
    padding: 50px 0px;
}

.img_float_left img {
    float: left;
}

.img_float_left p {
    font-size: 15px;
}

.award_tab_main {
    padding: 15px;
    border: 1px solid #ddd;
}

.tab_btn_heading h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 15px;
}

/* vertical tab css end */

.nha_section {
    padding: 75px 0px;
}

.nha_img img {
    width: 100%;
}

.nha_content_area p {
    padding-bottom: 15px;
    line-height: 30px;
    text-align: justify;
}

.img_float_left img {
    width: 236px;
}

.nea_btn {
    background: #333;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.nea_btn:focus {
    background: #41408e;
    color: #fff;
}

.dropdown_inner_main i {
    float: right;
    padding-top: 8px;
    padding-right: 10px;
}

.br_bottom_0 {
    /* border-bottom-left-radius: 0px;
	  border-bottom-right-radius: 0px; */
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .dropdown_inner_main {
        position: static;
        padding-top: 0px;
    }

    .inner_li_dropdown1 li {
        opacity: 0;
    }

    .inner_li_dropdown2 li {
        opacity: 0;
    }

    .tab {
        min-height: auto;
    }
}

.li_dropdown01 {
    position: relative;
}

.dropdown_inner {

    background: #fff;
    padding: 10px 0px;
    transition: 0.5s;
}

.dropdown_inner a {
    color: #111;
    font-size: 16px;
    line-height: 30px;
    transition: .2s ease-in-out;
    padding: 0px 15px;
}

.dropdown_inner a:hover {
    color: #92DF7F;
}

.inner_li_dropdown1 {
    position: relative;
    transition: 0.5s;
}

.inner_li_dropdown2 {
    position: relative;
    transition: 0.5s;
}

.inner_li_dropdown1 li {
    position: absolute;
    top: 0px;
    right: -129px;
    background: #fff;
    padding: 5px 10px;
    display: none;
    transition: 0.5s;
}

.inner_li_dropdown2 li {
    position: absolute;
    top: 0px;
    right: -126px;
    background: #fff;
    padding: 5px 10px;
    display: none;
    display: none;
    transition: 0.5s;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}