/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
header#top .col.span_9.col_last, ul.buttons.sf-menu {
    height: 90px !important;
}
header#top,div#header-space {
    height: 90px;
    background-color: #3d4456 !important;
}
header#top li#menu-item-29 span {
    padding: 17px 40px 17px 20px;
    background-color: #1B7FC5;
    background-image: url(/wp-content/uploads/2024/05/Arrow-3-3.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    border-radius: 8px;
}
/* ================================================= */
div#necterslider span.txt {
    color: #C92986;
    font-size: 70px;
    font-family: 'Water Brush';
    font-weight: 400;
}
div#necterslider h2.ns-heading-el {
    font-family: 'Urbanist';
    color: #13558B;
    font-weight: 600;
}
div#necterslider p {
    color: #666666;
}
div#necterslider a.primary-color {
    padding: 17px 45px 17px 25px !important;
    background-image: url(/wp-content/uploads/2024/05/Arrow-3-3.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;
}

div#necterslider .content {
    position: relative;
}
div#necterslider .content:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/Group-25130.png);
    height: 30px;
    width: 32px;
    position: absolute;
    top: -190px;
    left: 240px;
	background-size: 100% 100%;
}
div#necterslider .content:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/image-3-12-1.png);
    height: 102px;
    width: 85px;
    position: absolute;
    top: -120px;
    left: 0px;
	background-size: 100% 100%;
	animation: myAnim 2s ease-in-out 3s 2 normal forwards;
}
@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#necterslider .image-bg:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/image-4-6.png);
    height: 111px;
    width: 107px;
    position: absolute;
    bottom: 200px;
    left: 130px;
	background-size: 100% 100%;
	animation: myAnim 2s ease-in-out 3ms 5 reverse forwards;
}
@keyframes myAnim {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
div#necterslider .slider-pagination {
    float: left;
}
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 7px #FFCE03;
}
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 1px #FFCE03 !important;
}
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    width: 10px;
    height: 10px;
    transition: all .25s ease;
    border-radius: 50%;
    margin-left: 11px;
    background-color: transparent;
    box-shadow: inset 0 0 0 5px #000;
}
/* =================================================== */
div#sec-2 {
    padding: 70px 0px 40px 0px !important;
}
div#sec-2 .nectar-milestone.animated-in {
    width: 23%;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #A7145C;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-top: -30px;
    margin-right: -10px;
}

div#sec-2 .nectar-milestone {
    width: 23%;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #A7145C;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-top: -30px;
    margin-right: -10px;
}
div#sec-2 .subject {
    text-transform: capitalize;
}
div#sec-2 img.img-with-animation.skip-lazy {
    width: 96%;
}
h5 span.imgtxt:after {
    content: url(/wp-content/uploads/2024/05/Group-74.png);
    position: relative;
    top: 4px;
    left: 7px;
}
div#sec-2 h4 {
    margin-bottom: 0px;
}
div#sec-2 .iwt-icon img {
    width: 100%;
    padding-left: 25px;
    padding-top: 17px;
}
div#sec-2 .iwithtext {
    background-color: #fff;
    filter: drop-shadow(2px 4px 6px #666);
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#sec-2 .iwithtext .iwt-text {
    padding-left: 90px;
    padding-right: 10px;
}
div#sec-2 .iwt-icon:before {
    background: #13558B;
    content: "";
    width: 65%;
    height: 98%;
    position: absolute;
    z-index: -1;
    border-radius: 10px 0px 0px 10px;
}
div#sec-2in {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0px !important;
}
div#sec-2in .clm {
    border-left: 1px solid #EEEEEE;
    padding-left: 20px;
}
div#sec-2in .iwt-icon img {
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
}
div#sec-2in .iwithtext {
    background-color: unset;
    filter: unset;
	padding-top: 0px;
    padding-bottom: 0px;
	padding-left: 0px;
}
div#sec-2in .iwt-icon:before {
    display: none;
}
div#sec-2in .iwithtext .iwt-text {
    padding-left: 95px;
}
div#sec-2in .clm .iwt-text {
    padding-left: 70px;
    padding-top: 15px;
}
a#btn {
    padding: 17px 45px 17px 25px !important;
    background-image: url(/wp-content/uploads/2024/05/Arrow-3-3.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;
    font-size: 15px;
}
/* ============================================================= */
div#sec-3 {
    padding: 40px 0px !important;
}
div#sec-3in .clm2 {
    border-top: 1px solid #FFCE03;
}
div#sec-3in1 .vc_col-sm-3 .vc_column-inner {
    background-color: #fff;
    padding: 10px 0px 0px 0px;
    border-radius: 15px;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
    margin-bottom: 10px;
}
div#sec-3in1 h6 a img {
    background-color: #EAE7E7;
    padding: 12px 30px !important;
    margin-bottom: 0;
}
div#sec-3in1 .tb1 {
    border-top: 1px solid #EEEEEE;
}
div#sec-3in1 h3 {
    color: #13558B;
}
div#sec-3in1 p {
    color: #666666;
    padding: 0px 10px;
}
div#sec-3in1 .vc_col-sm-3:hover .vc_column-inner {
  background-color: unset !important;
  background-image: url(/wp-content/uploads/2024/05/Group-25141-4.png);
  background-size: cover;
  transition: .9s;
  background-repeat: no-repeat;
}
div#sec-3in1 .vc_col-sm-3:hover h3 {
    color: #fff;
	transition: .5s;
}
div#sec-3in1 .vc_col-sm-3:hover p {
    color: #fff;
	transition: .5s;
}
div#sec-3in1 .vc_col-sm-3:hover h6 a img {
    background-color: #fff;
	transition: .5s;
}
/* ============================================================ */
div#sec-4 {
    padding: 180px 0px !important;
}
div#sec-4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before {
	background-color: #C92986 !important;
    outline: 20px solid #ffffff0d;
}
/* ========================================================== */
div#sec-5 {
    padding: 40px 0px !important;
    margin-top: -2px;
}
div#sec-5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#sec-5in .nectar-milestone.animated-in {
    color: #fff;
}
div#sec-5in .nectar-milestone {
    color: #fff;
}
div#sec-5in .vc_col-sm-3.clm3 {
    border-right: 2px dashed #fff;
}
div#sec-5:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/Slice_2__11_-removebg-preview.png);
    position: absolute;
    width: 353px;
    height: 374px;
    left: -320px;
    top: 0;
	background-size: 100% 100%;
}
div#sec-5:after {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/Slice_3__5_-removebg-preview.png);
    position: absolute;
    width: 239px;
    height: 214px;
    right: -210px;
    bottom: 0;
	background-size: 100% 100%;
}
/* ================================================ */
div#sec-6in {
    filter: drop-shadow(2px 4px 6px #ccc);
    background: #fff;
    border-radius: 16px;
    padding-right: 15px;
    margin-bottom: 10px;
}
div#sec-6in ul {
    margin-left: 0px;
}
div#sec-6in ul li {
    display: inline-flex;
    align-items: center;
}
div#sec-6in h5 {
    margin: 0;
}
div#sec-6in h4 {
    margin: 0;
}
div#sec-6in img.alignnone.size-full.wp-image-83 {
    margin-bottom: 0px;
}
div#sec-6in p {
    padding-bottom: 5px;
}
span.btxt {
    padding: 10px 20px !important;
    background: #C92986;
    color: #fff;
    border-radius: 6px;
}
div#sec-6in ul {
    margin-left: 0px;
    background: #F2F2F2;
    padding: 5px 20px !important;
    border-radius: 10px;
}
div#sec-6in li.litxt {
    float: right;
}
div#sec-6in li.imgli:before {
    content: url(/wp-content/uploads/2024/05/Group-25138.png);
    position: relative;
    left: -2px;
    top: 5px;
}
/* ============================================================= */
div#sec-7 {
    padding: 20px 0px !important;
}
div#sec-7 .carousel-item {
    margin: 0px 10px;
}
div#sec-caro {
    border: 1px solid #999999;
    border-radius: 23px;
}
div#sec-caro p {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 10px;
}
div#sec-caro h5 {
    margin: 0px;
}
div#sec-7 button.owl-prev:before {
    content: url(/wp-content/uploads/2024/05/Vector-2024-05-10T004420.106.png);
}
div#sec-7 button.owl-prev {
    background: transparent;
    position: unset;
	border: 0px;
}
div#sec-7 button.owl-next:before {
    content: url(/wp-content/uploads/2024/05/Vector-2024-05-10T004417.339.png);
}
div#sec-7 button.owl-next {
    background: transparent;
    position: unset;
	border: 0px;
}
div#sec-7 .owl-dots {
    display: none;
}
div#sec-7 .owl-carousel .owl-nav.disabled {
    display: block !important;
    float: right;
    margin-top: -110px;
    margin-right: 40px;
    z-index: 99999999999;
    position: relative;
}
/* ================================================================= */
div#sec-8 {
    padding: 40px 0px !important;
}
div#sec-8 .row-bg.viewport-desktop.using-image {
    height: 330px;
    background-size: 100% 100%;
    position: relative;
    top: 60%;
}
div#sec-8 .post {
    border-radius: 30px;
    margin-bottom: 0px;
}
div#sec-8 a.latest-blog {
    display: none;
}
div#sec-8 .article-content-wrap {
    padding: 10px 40px !important;
}
div#sec-8 h3.title {
    color: #063459;
}
div#sec-8 .excerpt {
    color: #414141;
    font-size: 16px;
}
div#sec-8 a#btn {
    display: table;
    margin: 0 auto;
}
/* =========================================================== */
div#footer-outer:before {
    content: url(/wp-content/uploads/2024/05/image-28-1.png);
    position: absolute;
    z-index: 9;
}
#footer-outer #footer-widgets .widget h4 {
    margin-top: 70px;
    font-size: 22px;
    font-weight: 600;
}
div#footer-widgets .row {
    padding: 30px 0px !important;
    border-bottom: 1px solid #fff;
}
div#media_image-2 {
    margin-bottom: 0px !important;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
}
div#custom_html-2 .socliy i {
    margin: 0px 6px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 25px;
    border: 1px solid #Fff;
}
div#nav_menu-2 ul.sub-menu {
    display: none;
}
div#nav_menu-2 {
    margin-left: 30px;
}
div#recent-posts-extra-2 span.post-title {
    font-size: 15px;
}
div#recent-posts-extra-2 img.attachment-portfolio-widget.size-portfolio-widget.wp-post-image {
    width: 100% !important;
    margin-bottom: 0px;
}
/* ========================================================= */
div#copyright {
    padding: 15px 0px !important;
    background-color: unset !important;
}
div#sec-2 .owl-dots {
    position: absolute;
    top: 0;
    right: 60px;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
}
div#sec-2 .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
}
div#sec-3in1 .sec3-in1:hover .vc_column-inner {
    background-color: unset !important;
    background-image: url(/wp-content/uploads/2024/05/Group-25141-1.png);
     background-size: cover;
    transition: .9s;
}
div#sec-3in1 .sec3-in2:hover .vc_column-inner {
  background-color: unset !important;
  background-image: url(/wp-content/uploads/2024/05/Group-25141-1-1.png);
  background-size: cover;
  transition: .9s;
}
div#sec-3in1 .sec3-in3:hover .vc_column-inner {
    background-color: unset !important;
    background-image: url(https://brightstaracad.com/wp-content/uploads/2024/08/Group-25141-3.png);
    background-size: cover;
    transition: .9s;
}
div#sec-6in:hover .vc_col-sm-8.clm:before {
    opacity: 1;
    transition: .5s;
}
div#sec-6in .vc_col-sm-8.clm:before {
    content: "coming Soon";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 28px;
    line-height: 38px;
    color: #c92986;
    opacity: 0;
    transition: .5s;
    font-weight: 500;
}
div#sec-6in:hover .wpb_text_column.wpb_content_element.tb {
    opacity: 0;
    transition: .5s;
}
div#sec-3in1 p {
    height: 140px;
}
input#gform_submit_button_1 {
    background: #13558b !important;
}
    #header-outer[data-full-width="true"] header > .container {
        padding: 0 200px;
    }
#footer-outer div#custom_html-2 h4 {
    margin-top: 20px !important;
}
@media (max-width: 1600px) {
	div#necterslider .content:after {
    height: 30px;
    width: 32px;
    top: -130px;
    left: 240px;
}
	div#necterslider .image-bg:before {
    height: 111px;
    width: 107px;
    bottom: 200px;
    left: 40px;
}
	div#sec-4 {
    padding: 140px 0px !important;
}
	div#sec-5:before {
    width: 323px;
    height: 344px;
    left: -280px;
    top: 0;
}
	div#sec-5:after {
    width: 179px;
    height: 164px;
    right: -160px;
}
}
@media (max-width: 1440px) {
	div#necterslider .content {
    margin-left: 50px;
}
	div#necterslider .content:before {
    height: 92px;
    width: 75px;
    top: -90px;
    left: 0px;
}
	div#necterslider .image-bg:before {
        height: 101px;
        width: 97px;
        bottom: 200px;
        left: 30px;
    }
	    div#sec-5:after {
        width: 139px;
        height: 124px;
        right: -120px;
    }
}
@media (max-width: 1366px) {
	div#necterslider .content:after {
        height: 30px;
        width: 32px;
        top: -90px;
        left: 210px;
    }
	    div#sec-4 {
        padding: 110px 0px !important;
    }
	    #header-outer[data-full-width="true"] header > .container {
        padding: 0 60px;
    }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	div#sec-2 .iwt-text p br {
    display: none;
}
	div#sec-2 .iwt-text h5 br {
    display: none;
}
	div#sec-6in li.litxt {
    margin-top: 7px;
}
	div#sec-6in ul {
    padding: 0px 10px !important;
}
	div#sec-6in li.imgli:before {
    left: -2px;
    top: 5px;
    transform: scale(85%);
}
	div#sec-8 .article-content-wrap {
    padding: 10px 30px !important;
}
	
}
@media (max-width: 1024px) {
	div#necterslider span.txt {
    font-size: 60px;
}
	    div#necterslider .content {
        margin-left: 0px;
    }
	div#necterslider .content:before {
        height: 72px;
        width: 55px;
        top: -50px;
        left: 30px;
    }
	div#necterslider .image-bg:before {
        height: 71px;
        width: 67px;
        bottom: 150px;
        left: 10px;
    }
	    div#necterslider .content:after {
        height: 20px;
        width: 22px;
        top: -40px;
        left: 210px;
    }
	div#sec-2 p br {
    display: none;
}
	div#sec-2 .nectar-milestone {
    width: 30%;
    margin-top: -110px;
    margin-right: -40px;
}
	p span {
    font-size: 14px !important;
}
	div#sec-2 .iwt-icon img {
        width: 75%;
        padding-left: 8px;
        padding-top: 27px;
    }
	div#sec-2 .iwt-icon:before {
    width: 65%;
    height: 110%;
}
	div#sec-2 .iwithtext .iwt-text {
    padding-left: 60px;
}
	div#sec-2in .iwt-icon img {
    width: 80%;
    margin-bottom: 0;
	padding-left: 0px;
    padding-top: 0px;
}
	div#sec-2in .iwithtext .iwt-text {
    padding-left: 75px !important;
}
	div#sec-2in .clm .iwt-text {
    padding-left: 60px !important;
    padding-top: 12px !important;
}
	div#sec-3in1 p {
    font-size: 14px;
}
	div#sec-3in1 .vc_col-sm-3 .vc_column-inner {
    padding: 0px 0px 0px 0px;
}
	div#sec-3in1 h6 a img {
    padding: 7px 20px !important;
}
	div#sec-4 {
        padding: 70px 0px !important;
    }
	div#sec-5in img {
    width: 40%;
}
	.number.default h1 {
        font-size: 40px !important;
        margin: 0px;
    }
	span.symbol {
		font-size: 40px !important;
}
	div#sec-5 {
    padding: 20px 0px !important;
}
	div#sec-5:before {
        width: 273px;
        height: 274px;
        left: -210px;
        top: 0;
    }
	    div#sec-5:after {
        width: 99px;
        height: 84px;
        right: -90px;
    }
	div#sec-6in img.alignnone.size-full.wp-image-83 {
    margin-bottom: 0px;
    width: 60%;
}
	div#sec-6in img.img-with-animation.skip-lazy {
    width: 100%;
}
	        div#sec-6in li.imgli:before {
        left: 7px;
        top: 2px;
        transform: scale(58%);
    }
	div#sec-6in ul {
        padding: 0px 0px !important;
    }
	div#sec-6in li.imgli span {
    font-size: 13px;
}
	div#sec-6in span.btxt {
    padding: 5px 15px !important;
}
	    div#sec-6in h5 {
        font-size: 13px;
        margin-right: 4px;
    }
	div#sec-6in p {
    padding-bottom: 0px;
}
	div#sec-6in {
    padding-right: 5px;
}
	div#sec-6in li.imgli {
    margin-left: -10px;
}
	div#btn-sec {
    margin-bottom: 0pc;
    padding-bottom: 10px !important;
}
	div#sec-caro p {
    line-height: 18px;
}
	div#sec-caro {
    border-radius: 15px;
}
	div#sec-7 {
    padding: 10px 0px !important;
}
	div#sec-8 {
    padding: 10px 0px !important;
}
	    div#sec-8 .article-content-wrap {
        padding: 10px 10px !important;
    }
	div#sec-8 .excerpt {
    font-size: 14px;
}
	div#recent-posts-extra-2 span.post-title {
    font-size: 11px;
    line-height: 17px;
}
	div#footer-widgets span.post-date {
    font-size: 11px;
    margin: 0;
}
}
@media (max-width: 912px) {
	div#sec-3in1 p {
    height: unset;
}
	div#header-outer {
    padding: 0px;
}
	div#necterslider .content:before {
        height: 42px;
        width: 35px;
        top: -60px;
        left: 0px;
    }
	div#necterslider p span {
    font-size: 11px !important;
}
	div#necterslider .image-bg:before {
        height: 41px;
        width: 47px;
        bottom: 150px;
        left: 5px;
    }
	div#necterslider span.txt {
        font-size: 50px;
    }
	    div#sec-2 img.img-with-animation.skip-lazy {
        width: 100%;
        display: table;
        margin: 0 auto;
    }
	div#sec-2 .nectar-milestone {
        width: 25%;
        margin-top: -40px;
        margin-right: -60px;
        padding: 0px;
    }
	div#sec-2 {
    text-align: center;
}
	    div#sec-2 .iwt-icon:before {
        display: none;
    }
	div#sec-2 .iwt-icon img {
        width: unset !important;
        padding-left: 0px;
        padding-top: 0px;
        display: table;
        margin: 0 auto;
    }
	div#sec-2 .iwithtext .iwt-icon {
		    position: unset;
}
	div#sec-2 .iwithtext .iwt-text {
        padding-left: 0px !important;
    }
	div#sec-2 .vc_column-inner {
    margin: 0px 140px;
}
	div#sec-2in .clm {
    border-left: unset;
    padding-left: 0px;
}
	    div#sec-3in {
        text-align: center;
        margin: 0px 100px;
        margin-bottom: 10px;
    }
	div#sec-3in1 {
    padding-top: 10px !important;
}
	div#sec-4 {
        padding: 60px 0px !important;
        text-align: center;
    }
	div#sec-4 .vc_col-sm-4 {
    margin-top: 10px;
}
  div#sec-5in img {
    width: 25%;
  }
	div#sec-5:before {
        display: none;
    }
	div#sec-5:after {
        display: none;
    }
	div#sec-6in {
        padding-right: 5px;
        text-align: center;
    }
	    div#sec-6in img.alignnone.size-full.wp-image-83 {
        margin-bottom: 0px;
        width: unset;
    }
	    div#sec-6in img.img-with-animation.skip-lazy {
        width: 100%;
        border-radius: 20px;
    }
	div#sec-6in {
        padding-right: 0px;
        text-align: center;
        margin: 10px 240px;
    }
	div#sec-6in p {
        padding-bottom: 5px;
    }
	div#sec-6in li.imgli {
        margin-left: 0px;
        float: left;
    }
	div#sec-6in li.imgli span {
        font-size: 15px;
    }
	    div#sec-6in h5 {
        font-size: 15px;
        margin-right: 10px;
    }
	div#sec-7 {
    text-align: center;
}
 div#sec-caro img {
    display: table;
    margin: 0 auto;
    border-radius: 20px;
    width: auto;
  }
	div#sec-caro {
        border-radius: 15px;
        border: unset;
    }
	div#sec-7 .owl-carousel .owl-nav.disabled {
    float: unset;
    margin-top: 0px;
    margin-right: 0px;
}
	div#sec-8 {
    text-align: center;
}
	div#sec-8 .vc_column-inner {
    margin: 10px 180px;
}
	div#sec-8 .post {
    margin-bottom: 10px;
}
	div#sec-8 .row-bg.viewport-desktop.using-image {
    height: auto;
    background-size: cover;
    position: relative;
    top: 0%;
}
	div#sec-8 a#btn {
    display: table;
    margin: 0 auto;
    margin-top: -40px;
}
	div#footer-outer:before {
    display: none;
}
	    div#recent-posts-extra-2 span.post-title {
        font-size: 15px;
        line-height: 20px;
    }
	div#footer-widgets span.post-date {
        font-size: 15px;
        margin: 0;
    }
	#footer-outer #footer-widgets .widget h4 {
    margin-top: 0px;
}
	div#nav_menu-2 {
    margin-left: 0px;
}
	div#footer-widgets .row {
    padding: 10px 0px !important;
}
	div#sec-2 .iwithtext {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
	body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before {
    background-color: #C92986 !important;
    outline: 5px solid #ffffff0d;
}
	.wpb_row>.span_12>.column_container:last-child {
    margin-bottom: 20px;
}
	div#sec-2 {
    padding: 70px 0px 10px 0px !important;
}
	div#sec-3 {
    padding: 10px 0px !important;
}
	    div#sec-2 .vc_column-inner {
        margin: 0px 0px;
    }
	#sec-4 h2 {
  font-size: 22px;
  line-height: 31px;
}
	#sec-2 img {
  width: 60% !important;
}
	 div#sec-2 .nectar-milestone.animated-in {
    width: 25%;
    padding: 10px;
    margin-top: -47px;
    margin-right: 55px;
  }
}
@media (max-width: 800px) {
	div#necterslider span.txt {
        font-size: 40px;
    }
	div#necterslider p br {
    display: none;
}
div#necterslider p {
    margin-right: 380px;
}
	div#necterslider .content:before {
        height: 38px;
        width: 32px;
        top: -45px;
        left: 0px;
    }
	div#necterslider .image-bg:before {
        height: 31px;
        width: 37px;
        bottom: 150px;
        left: 5px;
    }
	    div#necterslider .content:before {
        height: 42px;
        width: 35px;
        top: -50px;
        left: 0px;
    }
	    div#sec-2 .vc_column-inner {
        margin: 0px 0px;
    }
	div#sec-2 {
    padding: 70px 0px 10px 0px !important;
}
	div#sec-3 {
    padding: 10px 0px !important;
}
	div#sec-4 {
        padding: 30px 0px 50px 0px !important;
    }
	 div#sec-6in {
    padding-right: 0px;
    text-align: center;
    margin: 10px 170px;
  }
	div#sec-8 .vc_column-inner {
        margin: 10px 150px;
    }
	#sec-7 .owl-stage-outer {
  height: 640px !important;
}
}
@media (max-width: 768px) {
	    div#sec-3in {
        text-align: center;
        margin: 0px 80px;
    }
	    div#sec-8 .vc_column-inner {
        margin: 10px 130px;
    }
}
@media (max-width: 480px) {
	    div#necterslider span.txt {
        font-size: 30px;
    }
	    div#necterslider p {
			display: none;
    }
	div#necterslider .content:after {
        display: none;
    }
	    div#necterslider .content:before {
        display: none;
    }
	    div#necterslider .image-bg:before {
        display: none;
    }
	div#necterslider a.primary-color {
        padding: 12px 35px 12px 15px !important;
        font-size: 13px;
    }
	div#necterslider h2.ns-heading-el {
    font-size: 23px !important;
    line-height: 26px !important;
}
	    div#sec-2 .vc_column-inner {
        margin: 0px 0px;
    }
	    div#sec-2 .nectar-milestone {
        width: 30%;
        margin-top: -60px;
        margin-right: -20px;
        padding: 0px;
    }
	div#sec-3in {
        text-align: center;
        margin: 0px 0px;
    }
	div#sec-3in1 .vc_col-sm-3 .vc_column-inner {
        padding: 0px 0px 0px 0px;
        margin: 5px 60px;
    }
	div#sec-4 h1 br {
    display: none;
}
	div#sec-4 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	a#btn {
    padding: 14px 35px 14px 15px !important;
    background-position: 89% 50%;
    font-size: 14px;
}
	    div#sec-6in {
        padding-right: 0px;
        text-align: center;
        margin: 10px 0px;
    }
	div#sec-caro p br {
    display: none;
}
	    div#sec-8 .vc_column-inner {
        margin: 10px 0px;
    }
	    div#necterslider span.txt {
        font-size: 25px;
    }
	body .swiper-slide .content .buttons {
        padding-top: 0px;
    }
	div#sec-2 .subject {
    font-size: 13px;
    line-height: 20px;
}
	h2 {
    font-size: 25px !important;
}
	    p span {
        font-size: 13px !important;
    }
	h1 {
    font-size: 25px !important;
    line-height: 30px !important;
}
	.number.default h1 span {
  font-size: 30px !important;
}
	 span.symbol {
    font-size: 30px !important;
  }
	div#sec-2 .nectar-milestone.animated-in {
    width: 37%;
    float: right;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #A7145C;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-top: -30px;
    margin-right: -10px;
}
  div#sec-4 H2 {
    font-size: 18PX !IMPORTANT;
    LINE-HEIGHT: 24PX !IMPORTANT;
  }
	    div#sec-4 {
        padding: 30px 0px 30px 0px !important;
    }
	#sec-7 .owl-stage-outer {
    height: 660px !important;
  }
	div#sec-2 .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
}
	 div#sec-5in img {
    width: 17%;
  }
	  #sec-2 img {
    width: 90% !important;
  }
	  div#sec-6in {
    padding-right: 0px;
    text-align: center;
    margin: 10px 30px;
  }
	div#forms div#fom {
    padding-bottom: 20px !important;
}
}
@media (max-width: 428px) {
	    div#necterslider h2.ns-heading-el {
        font-size: 20px !important;
        line-height: 23px !important;
    }
	div#sec-3in1 .vc_col-sm-3 .vc_column-inner {
        padding: 0px 0px 0px 0px;
        margin: 5px 50px;
    }
	div#copyright p {
    font-size: 13px;
}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {
	  div#sec-6in {
    padding-right: 0px;
    text-align: center;
    margin: 10px 0px;
  }
	    div#sec-3in1 .vc_col-sm-3 .vc_column-inner {
        padding: 0px 0px 0px 0px;
        margin: 5px 20px;
    }
	div#copyright p {
        font-size: 12px;
    }
}
@media (max-width: 375px) {
	div#necterslider h2.ns-heading-el {
        font-size: 18px !important;
        line-height: 21px !important;
    }
	    div#copyright p {
        font-size: 11px;
    }
}
@media (max-width: 360px) {
	div#necterslider h2.ns-heading-el {
        font-size: 17px !important;
        line-height: 20px !important;
    }
	div#sec-2 .nectar-milestone {
        width: 32%;
        margin-top: -60px;
        margin-right: -10px;
        padding: 0px;
    }
}

@-moz-document url-prefix() {  
div#sec-7 .owl-carousel .owl-nav.disabled {
  margin-top: -90px;
  margin-right: 0px;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
	div#sec-2 .nectar-milestone.animated-in {
  width: 21%;
  padding: 10px;
  margin-top: -50px;
  margin-right: -15px;
}
	}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	 div#sec-2 .nectar-milestone.animated-in {
    width: 30%;
    padding: 10px;
    margin-top: -87px;
    margin-right: -15px;
  }
	 div#sec-2 .iwt-icon::before {
    width: 65%;
    height: 112%;
  }
	}
@media (max-width: 912px) {
	.page-id-12 div#sec-2 .nectar-milestone.animated-in {
    width: 21%;
    padding: 10px;
    margin-top: -47px;
    margin-right: 10px;
  }
	wpb_row > .span_12 > .column_container:last-child {
  margin-bottom: 20px;
}
  div#sec-2 .nectar-milestone.animated-in {
    width: 25%;
    padding: 10px;
    margin-top: -47px;
    margin-right: -25px;
  }
	#sec-7 .owl-stage-outer {
  height: 620px !important;
}
	}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	.page-id-12 .nectar-milestone .number {
  margin-top: -20px;
}
	 .page-id-12 div#sec-2 .nectar-milestone.animated-in {
    width: 30%;
    padding: 7px;
    margin-top: -10px;
    margin-right: 10px;
  }
	div#sec-2 .nectar-milestone.animated-in {
    width: 25%;
    padding: 10px;
    margin-top: -47px;
    margin-right: -15px;
  }
	  #sec-7 .owl-stage-outer {
    height: 660px !important;
  }
	}
@media (max-width: 428px) {
	div#sec-2 .nectar-milestone.animated-in {
    width: 28%;
    padding: 10px;
    margin-top: -47px;
    margin-right: -15px;
  }
	}
@media (max-width: 414px) {
	div#sec-2 .nectar-milestone.animated-in {
    width: 29%;
    padding: 10px;
    margin-top: -67px;
    margin-right: -15px;
  }
	}
@media (max-width: 390px) {
	 div#sec-2 .nectar-milestone.animated-in {
    width: 30%;
    padding: 10px;
    margin-top: -67px;
    margin-right: -15px;
  }
	}
@media (max-width: 375px) {
	div#sec-2 .nectar-milestone.animated-in {
    width: 32%;
    padding: 10px;
    margin-top: -67px;
    margin-right: -15px;
  }
	}
@media (max-width: 360px) {
	 div#sec-2 .nectar-milestone.animated-in {
    width: 33%;
    padding: 10px;
    margin-top: -67px;
    margin-right: -15px;
  }
	#sec-7 .owl-stage-outer {
  height: 700px !important;
}
	  .page-id-12 div#sec-2 .nectar-milestone.animated-in {
    width: 32%;
    padding: 7px;
    margin-top: -10px;
    margin-right: 0px;
  }
	}
}