* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Philosopher", sans-serif !important;
}

/* loader */

.pageloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 12;
}

.loadline-wrap {
    background: #3d3c90;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    width: 100%;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
}

.percentage {
    z-index: 100;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-size: 15px;
}

.loader,
.percentage {
    height: 30px;
    max-width: 500px;
    border-radius: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
}

.loadline {
    height: 1px;
    width: 0px;
    background: #a3db77;
    border-radius: 4px;
}

.tail{
    position: absolute;
    top: -30px;
    left: -28px;
}


.page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.common-main-heading {
    font-size: 60px;
    color: #3e3c90;
    line-height: 52px;
    margin-bottom: 0;
    font-family: "Philosopher", sans-serif !important;
}

.contact-mobilenmbr a{
    width: 135px;
    display: inline-block;
    }
.common-para {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.global-menu__item {
    font-size: 30px;
    font-weight: 300;
    display: block;
    color: #fff;
    padding: 6px 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 7px 0;
}

.global-menu__wrap .global-menu__item:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
}

.global-menu__wrap .global-menu__item:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sidebar-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-slider {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#sidebar {
    padding: 20px 50px;
    width: 480px;
    height: 100vh;
    overflow: auto;
}


.nav-icon {
    margin-top: 0px;
}

.nav-icon h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    margin: 10px 0;
}
.home-top-phone  a{
   display: flex;
    align-items: center;
    font-size: 16px !important;
    margin-top: 10px;
    color: #42b000 !important;
    font-weight: 500;
}
.home-top-phone a > i{
    margin-right:5px;
}
.we-blieve {
    margin-top: 20px;
}

.heading-btn span {
    font-size: 24px;
    color: #3e3c90;
    font-weight: 600;
}

.heading-btn .btn {
    float: right;
}

.btn:active,
.btn:focus {
    outline: none;
}

.btn-custom {
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-family: "Raleway", sans-serif;
    perspective: 500px;
}

.btn-custom:hover {
    color: #fff;
    border: 1px solid transparent;
}

.btn-custom:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #acdd74;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-custom:hover:before {
    top: -100%;
}

.btn-custom:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #3e3c90;
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
    bottom: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn-custom:hover:after {
    bottom: 0;
    top: auto;
}

.course-listing {
    margin-top: 15px;
}

.course-listing li {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #000;
}

.design-courses-detail-page-wrap,
.why-iids-wrap .table,
.iids-profile-wrap-inner {
    font-family: "Raleway", sans-serif;
}

.design-courses-detail-page-wrap .common-main-heading.common-innerpages-main-heading,
.design-courses-detail-page-wrap .mission-vision-main-wrap h2 {
    font-size: 30px;
    margin: 0;
    line-height: normal;
}

.design-courses-detail-page-wrap .common-innerpages-main-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.design-courses-detail-page-wrap span.cource-content {
    float: right;
    display: block;
    font-size: 20px;
    color: #3e3c90;
    font-weight: 500;
}

.design-courses-detail-page-wrap ul {
    margin: 0;
}

.design-courses-detail-page-wrap ul li {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.design-courses-detail-page-wrap ul li:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.about-iids-wrap.about-course-detail-wrap h4 {
    font-size: 20px;
}


/* social-icons */

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
    margin: 0 !important;
}

.social-icons .common-social-links {
    width: 21px;
    height: 21px;
    display: block;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    float: left;
    margin-right: 5px;
}
.social-icons .common-social-links i{
    color:red;
}

.social-icons .common-social-links:hover {
    background-position-y: bottom;
}

.social-icons .linkedin {
    background-position-x: -21px;
}

.social-icons .fb {
    background-position-x: -44px;
}

.social-icons .whatsapp {
    background-position-x: -66px;
}

.social-icons .phone {
    background-position-x: -88px;
}

.social-icons .mail {
    width: 22px;
    background-position-x: -108px;
}


/* end social icons */


/* ourPartners-dreams-interiour */

.ourPartners-dreams-interiour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.ourPartners-dreams-interiour li:first-child {
    font-size: 20px;
    color: #3e3c90;
    font-weight: bold;
    line-height: 20px;
}

.ourPartners-dreams-interiour li {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}


/* slider css */

.home-slider {
    float: right;
    width: calc(100% - 480px);
    height: 100vh;
    overflow: hidden;
}

.memerizing-slider {
    width: calc(100% - 645px);
    float: left;
}

.interior-designing {
    width: 645px;
    float: right;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.interior,
.designing {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.common-slide-show {
    outline: none;
}

.item-slide p {
    padding: 20px;
    margin-bottom: 0;
    display: none;
}


/* end ourPartners-dreams-interiour */

body::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
.home-slider::-webkit-scrollbar-thumb {
    background: -webkit-gradient( linear, left bottom, left top, from(#a3db75), to(#13b4da));
    background: linear-gradient(0deg, #a3db75, #13b4da);
}

body::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track,
.home-slider::-webkit-scrollbar-track {
    background: #eee;
}

body::-webkit-scrollbar,
.sidebar::-webkit-scrollbar,
.home-slider::-webkit-scrollbar {
    width: 5px;
}


/* innerpages-scroll */

body::-webkit-scrollbar-thumb,
.about-iids-wrap::-webkit-scrollbar-thumb,
.about-iids-wrap::-webkit-scrollbar-thumb {
    background: -webkit-gradient( linear, left bottom, left top, from(#a3db75), to(#13b4da));
    background: linear-gradient(0deg, #a3db75, #13b4da);
}

body::-webkit-scrollbar-track,
.about-iids-wrap::-webkit-scrollbar-track,
.about-iids-wrap::-webkit-scrollbar-track {
    background: #eee;
}

body::-webkit-scrollbar,
.about-iids-wrap::-webkit-scrollbar,
.about-iids-wrap::-webkit-scrollbar {
    width: 5px;
}


/* index 2 */

.home-testimonials {
    margin-top: 15px;
    font-family: "Raleway", sans-serif;
}

.testimoal-heading {
    text-align: center;
    padding-top: 20px;
    font-size: 46px;
}

.test-slide-show {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 30px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.test-slide-show img {
    margin: 0 auto;
    max-width: 150px;
}

.test-slide-show .designation {
    margin: 8px 0;
    color: #000;
}

.test-slide-show .designation span {
    font-weight: 700;
    color: #3e3c90;
    font-size: 16px;
}

.home-testimonials .testimonials-item-slide p {
    font-size: 14px;
}

.home-testimonials .testimonials-item-slide p a {
    font-weight: 500;
    color: #3e3c90;
}

.testimonials-item-slide {
    outline: none;
}

.test-slide-show .slick-dots {
    margin: 10px 0;
}

.test-slide-show p {
    margin-bottom: 0;
}

.test-slide-show .slick-dots li button {
    background: no-repeat;
    width: 15px;
    height: 15px;
    color: #fff;
    border: 2px solid #a0da78;
    border-radius: 50%;
    font-size: 0;
    outline: none;
    cursor: pointer;
}

.test-slide-show .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.test-slide-show .slick-dots li.slick-active button {
    background: #393866;
}

.testimonial-icon img {
    max-width: 30px;
}


/* about-us */

.innerpages-sidebar .nav-icon {
    margin-top: 15px;
}

.compromise-in-quality {
    color: #42b000 !important;
    font-weight: 500;
    font-size: 20px !important;
}

.we-blieve ul {
    margin-top: 15px;
}

.we-blieve ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    font-family: "Raleway", sans-serif;
}

.we-blieve ul li:nth-last-child(1) a {
    margin-bottom: 0;
}

.we-blieve ul li a:hover {
    color: #3e3c90;
    text-decoration: none;
}

.we-blieve p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.we-blieve.home>p {
    margin-top: 15px;
}

.innerpages-sidebar .social-icons {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.common-main-heading.common-innerpages-main-heading {
    font-size: 72px;
}

.about-us-wrap {
    background-size: contain;
}

.about-iids-wrap {
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.about-us-inner-content-wrap {
    padding: 50px 50px 50px;
}

.about-us-gradient-bg {
    background-image: -webkit-gradient( linear, left bottom, left top, from(#a3db75), to(#13b4da));
    padding: 30px;
}

.white-box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-top: -128px;
    position: relative;
}

.about-iids-wrap h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.about-iids-wrap p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}

.about-us-main-para-top p {
    margin-bottom: 30px;
}

.sub-heading {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.design-courses-inner-content .sub-heading:hover {
    color: #393866;
}

.design-courses-inner-content .sub-heading a:hover {
    text-decoration: none;
}

.about-us-main-para-top p:nth-last-of-type(1) {
    margin-bottom: 25px;
}

.about-us-inner-content-wrap .common-para {
    font-weight: 400;
}

.about-us-inner-content-wrap .mission-img {
    margin-bottom: 30px;
}

.about-us-inner-content-wrap .mission-img>img {
    border-radius: 4px;
}

.about-us-inner-content-wrap .mission-img>.img-thumbnail {
    padding: 4px;
    border-radius: 4px;
    background: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.about-us-main-para-top,
.courses-us-main-para-top {
    margin-top: 50px;
    font-family: "Raleway", sans-serif;
}

.mission-vision-main-wrap h2 {
    font-size: 32px;
    color: #3e3c90;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}

.mission-content.values-content p {
    margin-bottom: 20px;
}

.mission-content.values-content p:nth-last-of-type(1) {
    margin-bottom: 0px;
}


/* courses */

.design-courses-inner-wrap {
    padding: 70px 0 30px;
}

.design-courses-inner {
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 2px 2px 0px 0px #e8e7e6;
    box-shadow: 2px 2px 0px 0px #e8e7e6;
    margin-bottom: 40px;
}

.design-courses-img {
    position: relative;
}

.design-courses-img img {
    width: 100%;
}

.design-courses-img::before {
    right: 0;
    opacity: 0.7;
    top: 0;
    background: #118bae;
}

.design-courses-img::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
    background: #a3db77;
}

.design-courses-img::before,
.design-courses-img::after {
    content: "";
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    transition-duration: 1.3s !important;
}

.design-courses-inner-wrap .design-courses-inner:hover .design-courses-img::after,
.design-courses-inner-wrap .design-courses-inner:hover .design-courses-img::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.design-courses-inner-content {
    padding: 30px;
    height: 410px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Raleway", sans-serif;
}

.design-courses-inner-content .sub-heading {
    height: 60px;
}

.courses-category>p {
    color: #696969;
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px !important;
    margin-bottom: 0;
}

.courses-category>p:after {
    content: "";
    display: block;
    width: 50px;
    background: #01c5d5;
    height: 2px;
    margin-top: 15px;
}

.courses-category p>span {
    color: #01c5d5;
    font-weight: 600;
    font-size: 12px;
}

.design-courses-inner-content p {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}

.button-call-wrap span {
    font-weight: 700;
}

.design-courses-software-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design-courses-software-images img {
    border-radius: 4px;
    max-width: 100%;
}

.button-call-wrap {
    margin-top: 70px;
}

.button-call-wrap {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-call-wrap a.phone {
    background: url(../images/courses/phone.png) no-repeat;
    height: 18px;
    width: 18px;
    background-position: top;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.button-call-wrap:hover a.phone {
    background-position: bottom;
}


/* cources-detail */

.software-item {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-detail-software .col-md,
.course-detail-software .col-md-3 {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.course-detail-software .col-md:nth-child(1),
.course-detail-software .col-md-3:nth-child(1),
.course-detail-software .col-md-3:nth-child(5),
.course-detail-software .col-md-3:nth-child(9),
.course-detail-software .col-md-3:nth-child(13),
.course-detail-software .col-md-3:nth-child(17) {
    border-left: 0;
}

.course-detail-software-list p>span {
    color: #42b000;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}

.courses-detail-grid {
    margin-top: 50px;
}

.course-detail-software h2 {
    color: #3e3c90;
    font-size: 30px;
}

.course-detail-software h2:after {
    content: "";
    background: #aade72;
    width: 50px;
    height: 2px;
    display: block;
    margin-top: 8px;
}

.course-detail-software-list {
    margin-top: 20px;
}


/* softwares */

.softwares-wrap .design-courses-inner-content {
    height: 230px;
}

.softwares-wrap .design-courses-inner-content .sub-heading {
    height: 15px;
}


/* testimonial */

.testimonial-wrap-inner {
    margin-top: 60px;
}

.testimonial-content .testimonial-icon {
    margin-bottom: 15px;
}

.testimonial-content,
.contact-us-wrap,
.why-iids-wrap {
    font-family: "Raleway", sans-serif;
}

.testimonial-content span {
    margin-top: 10px;
    display: block;
}

.testimonial-content p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 18px;
}

.testimonial-content>span {
    display: block;
    font-size: 12px;
    color: #01c5d5;
    text-transform: capitalize;
    font-weight: 600;
}

.testimonial-inner-hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}


/* studio */

.studio-inner-content-wrap {
    padding: 50px 50px 10px;
}

.studio-inner .col-md-4 {
    margin-bottom: 40px;
}

.studio-inner {
    margin-top: 50px;
}

.studio-inner img {
    border-radius: 6px;
}


/* contact-us */

.contact-map {
    margin-top: 50px;
}

.contct-common-field {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 13px;
    padding-left: 20px;
}

.contactForm .form-control {
    border: 1px solid #d1d1d2;
    color: #888888;
    font-size: 14px;
}

#contactForm .form-control::-webkit-input-placeholder {
    color: #888888 !important;
    opacity: 1;
    /* Firefox */
}

#contactForm .form-control:-ms-input-placeholder {
    color: #888888 !important;
    opacity: 1;
    /* Firefox */
}

#contactForm .form-control::-ms-input-placeholder {
    color: #888888 !important;
    opacity: 1;
    /* Firefox */
}

#contactForm .form-control::placeholder {
    color: #888888 !important;
    opacity: 1;
    /* Firefox */
}

#contactForm .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #888888 !important;
}

#contactForm .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #888888 !important;
}

.contact-map>iframe {
    border-radius: 8px;
}

#contactForm .contact-submit {
    background: url(../images/submit-icon.png) no-repeat center center;
    width: 42px;
    height: 42px;
    background-position: top;
    display: block;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    margin-left: auto;
}

#contactForm .contact-submit:hover {
    background-position: bottom;
}

.iids-contact-address-info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.iids-contact-address-info p,
.iids-contact-address-info a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
    
}

.contact-mobilenmbr {
    font-family: sans-serif;
}

.iids-contact-address-info a:hover,
.iids-contact-address-info p:hover i,
.iids-contact-address-info a:hover i {
    color: #a4db77;
}

.iids-contact-address-info i {
    font-size: 14px;
    color: #3e3c90;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s linear all;
}

.iids-contact-address-info hr {
    margin: 8px 0;
    border-top: 1px solid #ced4da;
}


/* why-iids */

.why-iids-wrap .why-iids-inner-content {
    margin-top: 50px;
}

.why-iids-inner-content .border-bottom {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.why-iids-wrap p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.why-iids-inner-content span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: red;
    margin-right: 10px;
}


/* profile */

.iids-company-profile {
    margin-top: 50px;
    margin-bottom: 50px;
}

.company-profile-top-content {
    margin-bottom: 50px;
}

.iids-profile-wrap-inner h5 {
    font-size: 16px;
    font-weight: 500;
}

.iids-profile-wrap-inner p {
    font-size: 14px;
    text-align: justify;
}

.iids-profile-wrap-inner h4 {
    color: #3e3c90;
    font-size: 30px;
    font-weight: 500;
}

.iids-promoter-background {
    margin-top: 50px;
}