body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    margin: 0;
    color: #898989;
}

a,
a:hover {
    text-decoration: none !important;
}

p {
    font-size: 15px;
    color: #535353;
    line-height: 24px;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
th,
a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

ul {
    margin-bottom: 0px !important;
    padding-left: 0;
}

li {
    list-style: none;
}

h2,
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}



/*view-btn-end*/


/*====== TopButton Stylesheet ======*/

.top_btn {
    position: fixed;
    bottom: 85px;
    z-index: 100;
    float: right;
    right: 2%;
}

.top_btn a {
    background-color: transparent;
    border: 2px solid #6f3cc7;
    color: #6f3cc7;
    font-size: 16px;
    display: none;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 12px;
    text-align: center;
}

.top_btn a:hover {
    background-color:  #6f3cc7;
    color: #ffffff;
}


/* ==========================================================
! 02. Page Loader
========================================================== */
#page-loader {
    width: 100%;
    height: 100%;
    background: #ee6593;
    color: #d75a4a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading-wrapper {
    width: 300px;
    position: fixed;
    top: 40%;
    left: 50%;
    padding-top: 115px;
    margin-left: -190px;
    position: relative;
    opacity: 0;
}

.loader-heart {
    position: absolute;
    opacity: 0;
    background: url(../images/intro-heart.png) no-repeat center center;
    background-size: 40px;
    height: 40px;
    width: 40px;
    top: 38px;
    display: block;
    -webkit-animation: pulse2 1.8s linear infinite;
    -moz-animation: pulse2 1.8s linear infinite;
    -ms-animation: pulse2 1.8s linear infinite;
    animation: pulse2 1.8s linear infinite;
}

.loader-heart img {
    width: 100%;
}

.loader-heart1 {
    top: 0;
    left: 166px;
}

.loader-heart2 {
    width: 30px;
    background-size: 30px;
    top: 38px;
    left: 130px;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
}

.loader-heart3 {
    width: 20px;
    background-size: 20px;
    left: 173px;
    top: 78px;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

.tp-loader {
    z-index: 10000;
    position: relative;
}

.tp-loader.spinner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: black;
    font-size: 48px;
    color: #ffffff;
    background-color: transparent;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: translateY(5px) scale(0.8);
        opacity: 0;
    }

    30% {
        -webkit-transform: scale(1) translateY(-10px);
        opacity: 0.8;
    }

    60% {
        -webkit-transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
}

@-moz-keyframes pulse2 {
    0% {
        -moz-transform: translateY(5px) scale(0.8);
        opacity: 0;
    }

    30% {
        -moz-transform: scale(1) translateY(-10px);
        opacity: 0.8;
    }

    60% {
        -moz-transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: translateY(5px) scale(0.8);
        opacity: 0;
    }

    30% {
        transform: scale(1) translateY(-10px);
        opacity: 0.8;
    }

    60% {
        transform: scale(0.8) translateY(-20px);
        opacity: 0;
    }
}




.navbar_wrap {
    left: 0;
    position: absolute;
    right: 0;
    padding: 8px 0px;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid #40764b;
}


#nav_bg {
    padding: 0;
    position: relative;
    z-index: 1;
    position: absolute;
    width: 100%;
}
#nav_bg .navbar-brand {
    /*position: absolute;*/
    position: static;
    padding: 0;
    left: 0;
    z-index: 1;
    top: 0;
    /* top: auto;*/
    top: 10px;
}

#nav_bg .navbar_right li {
    position: relative;
    padding: 25px 20px;
}

#nav_bg .navbar_right li ul {
    border-radius: 0px;
    right: 0;
}

#nav_bg .navbar_right .nav-item>a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0 0;
    position: relative;
}

#nav_bg .navbar_right .nav-item>a:hover {
	color: #a3e3ff;
}

#nav_bg .navbar_right .dropdown-menu a {
    padding: 5px 15px;
    line-height: 32px;
    font-size: 14px;
}

#nav_bg>.container {
    position: relative;
}

.nav-top-bar .container {
    position: relative;
}

.navbar_wrap h4 {
    font-size: 18px;
    color: #40764b;
    margin-bottom: 0;
    margin-top: 6px;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#nav_bg.stick {
	background-color: #3c9dc7;
    padding: 0;
}

#nav_bg.stick .navbar-brand {
    margin-top: 0;
    top: 5px;
}

#nav_bg.stick .navbar_right .nav-item>a {
    color: #fff;
}

#nav_bg.stick .navbar_right .nav-item>a:hover,
#nav_bg.stick .navbar_right .nav-item.active>a {
    color: #000;
}

#nav_bg .navbar_right li:last-child {
    padding-right: 0;
}

.banner_sec {
    width: 100%;
    position: relative;
}

.dropdown-menu {

	background: #6f3cc7;
    background: -moz-linear-gradient(-50deg, #6f3cc7 0%,#0085bf  100%);
    background: -webkit-linear-gradient(-50deg, #6f3cc7 0%,#0085bf  100%);
    background: linear-gradient(50deg, #6f3cc7 0%,#0085bf  100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#0085bf',GradientType=1 );
	
    border-radius: 0 !important;
    width: 200px;
    padding: 0 !important;
    top: 88% !important;
    border: 0 !important;

}

.dropdown-menu .dropdown-item {
    color: #fff;
}


.banner_sec .carousel-item img {
    opacity: 1;
}

.banner_sec [class*="carousel-control"] {
    width: 0px;
}

.banner_sec .carousel-control-prev {
    top: 50%;
    left: -30px;
}

.banner_sec .carousel-control-next {
    top: 50%;
    right: -30px;
}


.banner_sec .carousel-indicators {
    z-index: 1;
    left: auto;
    margin-right: 5%;
    display: none;
}

.banner_sec .carousel-indicators li {
    border-radius: 0;
    width: 80px;
    height: 62px;
    /*background-color: transparent;*/
    border: 2px solid #fff;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: 0;
}

.banner_sec .carousel-indicators .active {
    background-color: transparent;
    border-color: transparent;
    border: none;
}

.carousel-inner .container {
    position: relative;
}


.banner_sec .carousel-item.active img {
    -moz-transition: transform 5s linear 0s;
    -webkit-transition: transform 5s linear 0s;
    -o-transition: transform 5s linear 0s;
    -ms-transition: transform 5s linear 0s;
    transition: transform 5s linear 0s;
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


.banner_sec h2 {
	font-size: 72px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
	margin-bottom: 30px;
	font-weight: 800;
}

.banner_sec h4 {
    font-size: 36px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    margin-bottom: 30px;
}

.banner_sec a {
    border: 1px solid #ffffff;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}

.banner_sec a:first-child {
    margin-right: 15px;
}

.banner_sec a:hover {
    background-color: #6f3cc7;
    border: 1px solid #6f3cc7;
    color: #fff;
}

.banner-slider {
    position: relative;
}

.banner-slider::before {
    position: absolute;
    content: "";
    left: 0;
    top: 20%;
    background-color: #ffffff;
    height: 3px;
    width: 40%;
    z-index: 9;
    opacity: 0.4;
}

.banner-slider::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 25%;
    background-color: #fff;
    height: 3px;
    width: 40%;
	z-index: 9;
	opacity: 0.4;
}
.sepinFeatureImg{
	margin-top: -80px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}



.nav-top-bar {
    /*border-top:11px solid #ee6593;*/
    z-index: 99;
}

.banner_sec {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

.banner_sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    /*background-color:#682c40;*/
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
  
	background: #6f3cc7;
	background: -moz-linear-gradient(-45deg,  #6f3cc7 0%, #3c9dc7 100%);
	background: -webkit-linear-gradient(-45deg,  #6f3cc7 0%,#3c9dc7 100%);
	background: linear-gradient(135deg,  #6f3cc7 0%,#3c9dc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );

}

.banner_sec video {
    height: 100%;
    object-fit: cover;
}

.banner_text {
    position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}

.banner_sec .text-center {
    position: relative;
}

.round-round {
	padding: 50px 0;
	position: relative;
}
.round-round::after {
    content: "S";
    font-size: 660px;
    line-height: 400px;
    position: absolute;
    font-weight: 900;
    top: 0;
    right: 0;
    z-index: -1;
	color: #3c9dc7;
}
	

.we-are {
    padding: 50px 0;
}

.we-are h4,
.what-we-do h4 {
    position: relative;
	color: #3c9dc7;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.we-are h4::before,
.what-we-do h4::before {
    position: absolute;
    content: "";
    left: -40px;
    bottom: 0;
    background-image: url(../images/we-are-icon.png);
    background-position: left top;
    height: 33px;
    width: 33px;
}

.we-are h2,
.what-we-do h2 {
    position: relative;
    color: #232323;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

.we-are h2::before,
.what-we-do h2::before {
    position: absolute;
    content: "";
    left: -10px;
    bottom: 4px;
    background-color: #6f3cc7;
    height: 31px;
    width: 3px;
}

.we-are p strong {
    color: #5a5a5a;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.we-are p,
.what-we-do p {
    color: #838383;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.we-are a {
    color: #6f3cc7;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #6f3cc7;
    padding: 5px 10px;
    border-radius: 4px 4px;
}

.we-are a:hover {
    background-color: #3c9dc7;
    border: 1px solid #3c9dc7;
    color: #fff;
}

/*how-work*/

.how-work {
    background-color: #f5f5f5;
}

.how-left-picture {
    background-image: url(../images/how-left.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}

.how_its_inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}

.box-how-work {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 30px;
    border: 1px solid #c1c1c1;
    position: relative;
    height: 324px;
}

.how_its_inner h3 {
    font-weight: 900;
    font-size: 36px;
	color: #3c9dc7;
    position: relative;
    width: 256px;
    margin: 0 auto;
}

.how_its_inner h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 35px;
    background: #6f3cc7;
}


.box-how-work h3 {
    font-size: 18px;
    color: #6b6b6b;
}

.box-how-work p {
    color: #a7a7a7;
    font-size: 16px;
    line-height: 28px;
}

.box-how-work a {
    color: #6b6b6b;
    font-size: 16px;
}

.box-how-work:hover {
	background-color: #6f3cc7;
    color: #fff;
}

.box-how-work figure img.white_icon {
    display: none;
}

.box-how-work:hover figure img.white_icon {
    display: inline-block;
}

.box-how-work:hover figure img.grey_icon {
    display: none;
}

.box-how-work:hover h3,
.box-how-work:hover p,
.box-how-work:hover a {
    color: #fff;
}

.how-work .box-how-work:nth-child(1) {
    border-top: 0;
    border-left: 0;
}

.what-we-do {
    padding: 70px 0;
}

.code-box {
    text-align: center;
    /*box-shadow:2px 2px 5px 4px #d3d1d1; */
    box-shadow: 1px 2px 5px 2px #d3d1d1;
    padding: 20px 0 0;
	margin: 20px 0;
	background: linear-gradient(135deg, rgba(111, 60, 199,0) 0%,rgba(60, 157, 199,0) 100%);
	position: relative;
	z-index: 1;
}
.code-box::after {
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
	transition: all 300ms ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.code-box span {
    opacity: 0;
    font-size: 30px;
    color: #FFF;
}

.code-box span a {
    color: #fff;
}

.code-box figure {
	margin-bottom: 10px;
	transition: all 300ms ease-in-out;
}

.code-box h5 {
    font-size: 16px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
}



.code-box:hover::after {
	opacity: 0.8;
	visibility: visible;
   
}
.code-box:hover figure {
	mix-blend-mode: screen;
}
.code-box:hover h5 {
   color: #fff;
}

.code-box:hover span {
    opacity: 1;
}

.code-box:hover span a {
    color: #fff;
}

.focus-bisiness {
    background-image: url(../images/focus-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.focus-bisiness h3 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.focus-bisiness h2 {
    font-size: 46px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.focus-bisiness a {
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    z-index: 1;
	background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
    border-radius: 4px;
}
.focus-bisiness a:hover {
	color: #fff;
}

.testmonial-area {
    background-color: #f5f5f5;
    text-align: center;
    padding: 50px 0;
    background-image: url(../images/testmonial-ixon.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center 7%;
}

.testmonial-area h4 {
    font-size: 18px;
    color: #525252;
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
}

.testmonial-area h3 {
    font-size: 32px;
    color: #232323;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 15px 0;
}

.testmonial-area h6 {
    font-size: 16px;
    color: #525252;
    font-family: 'Questrial', sans-serif;
}

.testmonial-area p {
    font-size: 18px;
    color: #525252;
    font-family: 'Questrial', sans-serif;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px;
}

.testmonial-area h5 {
    color: #525252;
    font-size: 15px;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
    position: relative;
}

.testmonial-area h5::before {
    content: "";
    position: absolute;
    top: -45;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #6f3cc7;
    width: 3px;
    height: 40px;
}

.testmonial-area .carousel-control-next,
.testmonial-area .carousel-control-prev {
    top: auto;
    bottom: 40%;
}

.testmonial-area .carousel-control-next,
.testmonial-area .carousel-control-prev {
    font-size: 36px;
    color: #666;
}
.testmonial-area .carousel-control-next:hover,
.testmonial-area .carousel-control-prev:hover , .testmonial-area .carousel-control-prev:focus, .testmonial-area .carousel-control-next:focus {
    color: #6f3cc7;
}


.patner-logo {
    padding: 80px 0;
}

.patner-logo figure {
    margin-bottom: 0;
}


footer {
    position: relative;
}

.follow h4 {
    float: left;
}

.follow ul li {
    display: block;
    float: left;
}

.follow {
    position: relative;
}

.shadow-shap {
    position: relative;
}

.shadow-shap::before {
    position: absolute;
    content: "";
    left: -13px;
    top: -37px;
    width: 0px;
    height: 123%;
    transform: rotate(13deg);
    box-shadow: 5px 1px 3px 1px #e2e2e2;
}

.shadow-shap::after {
    position: absolute;
    content: "";
    right: 26px;
    top: 40px;
    width: 0px;
    height: 83%;
    transform: rotate(-9deg);
    box-shadow: 5px 1px 3px 1px #e2e2e2;
}

.contain_foot {
    padding: 100px 0;
    background: -moz-linear-gradient(268deg, rgba(235, 63, 57, 1) 0%, rgba(81, 7, 127, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235, 63, 57, 1)), color-stop(100%, rgba(81, 7, 127, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(268deg, rgba(235, 63, 57, 1) 0%, rgba(81, 7, 127, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(268deg, rgba(235, 63, 57, 1) 0%, rgba(81, 7, 127, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(268deg, rgba(235, 63, 57, 1) 0%, rgba(81, 7, 127, 1) 100%);
    /* ie10+ */
    background: linear-gradient(182deg, rgba(235, 63, 57, 1) 0%, rgba(81, 7, 127, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb3f39', endColorstr='#51077f', GradientType=0);
    /* ie6-9 */
    position: relative;
}

.contain_foot::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    right: 0;
    height: 255px;
    background-image: url(../images/footer-shap.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;

}



.footer-top-white {
    /*box-shadow: 0px 1px 2px 3px #ccc;
    padding: 15px 15px;*/
    position: relative;
    padding: 60px 15px 40px;
    position: relative;
    /*border-bottom: 5px solid #cccc;
	margin-bottom: 30px;*/
}

.footer-top-white::before {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    width: 95%;
    height: 0;
    transform: rotate(4deg);
    box-shadow: 5px 5px 3px 1px #e2e2e2;
}

.footer-top-white::after {
    position: absolute;
    content: "";
    left: -39px;
    bottom: -1px;
    width: 102%;
    height: 0;
    transform: rotate(0deg);
    box-shadow: 5px 5px 3px 1px #e2e2e2;
}

.subscriber_option {
    border: 1px solid #474747;
    border-radius: 3px;
    padding: 5px;
    margin-top: 35px;
}


.follow_us ul li {
    display: inline-block;
}

.follow_us ul li.follow_us a {
    background: none;
    width: auto;
    height: auto;
    color: #404042;
}

.follow_us ul li.follow_us a:hover {
    border: 0;
}

.follow_us ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #404042;
    color: #fff;
    text-align: center;
    padding: 7px;
    font-size: 14px;
}

.follow_us ul li a:hover {
    border: 1px solid #404042;
    color: #404042;
    background: none;
}

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

.quick-link li {
    display: block;
}

.quick-link li a {
    display: block;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}

.quick-link h4 {
    position: relative;
    color: #3c9dc7;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 18px;
}
.quick-link p{
    color: #ababab;
}
.subscribe_heading{
    margin-top: 40px;
}
.twitters_sect li{
    color: #ababab;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}
.twitters_sect li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 22px;
}



.footer_gradient {
    background: url(../images/footer.jpg) center center;
    padding: 80px 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.footer_gradient::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.6);
    z-index: -1;
}

footer .container {
    position: relative;
}

.transformation {
    position: relative;
}

.footer_con_list p {
    font-size: 14px;
}

.quick-link .form-control {
    background-color: rgba(255,255,255,.2);
    border: 1px solid #37373d;
    font-size: 15px;
    line-height: 24px;
    border-radius: 30px;
    color: #fff;
    height: 50px;
}
.quick-link .form-control:focus {
    background-color: rgba(255,255,255,.4);
    outline: none;
    border: 1px solid #56565c;
}
.subscribe_newsLetter{
    position: relative;
}
.subscribe_newsLetter .subscribe_btn{
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe_btn{
    background-color: #3e4048;
    border: none;
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-width: initial;
    font-size: 19px;
    text-align: center;
    font-family: ElegantIcons;
    line-height: 49px;
    top: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-transition: all .5s cubic-bezier(.32,2.13,.47,.99);
    -moz-transition: all .5s cubic-bezier(.32,2.13,.47,.99);
    transition: all .5s cubic-bezier(.32,2.13,.47,.99);
    background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.subscribe_btn:focus{
    outline: none;
}
.ft_nav_ar li + li{
    margin-left: 20px;
}
.ft_nav_ar li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.bottom_footer{
    margin-top: 40px;
}
.quick-link input::placeholder {
    color: #fff;
}

.quick-link textarea::placeholder {
    color: #fff;
}

.quick-link .btn {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.copyright p {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.copyright {
    margin-top: 62px;
}

/*** inner page ***/
.inner_page {
    padding: 60px 0 60px;
}

.contact_page {
    padding-top: 0;
}

.career_div .form-control {
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.career_div .form-control:focus {
    box-shadow: none !important;
    border-color: #ddd !important;
}

.career_div textarea {
    height: 130px !important;
}

.nav-tabs .nav-link {
    width: 160px;
    line-height: 40px;
    text-align: center;
}


.career_div .tab-pane {
    padding: 20px 0;
}

.input_file {
    position: relative;
}

.orange_for_upload {
    border: 1px solid #3c9dc7;
    color: #3c9dc7;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    width: 22%;
    position: absolute;
    left: 0;
}

.orange_for_upload h5 {
    font-size: 15px;
    margin-bottom: 0;
}

.input_file input {
    width: 20%;
    opacity: 0;
}

.career_div button[type="submit"] {
    padding: 12px 50px;
    background: #3c9dc7;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}

.career_div .form-check-inline {
    padding: 20px 0 8px;
}

.career_div {
    background: linear-gradient(179deg, rgb(255, 255, 255) 0%, #f2f2f2 100%);
    padding: 40px;
}

.career_div .nav-tabs {
    border-bottom: 0;
    background: #e8e8e8;
    /*background:linear-gradient(to left, #fffafa 0%, #51077f 247%);*/
}

.career_div .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 0;
    background: #3c9dc7 !important;
    color: #fff !important;
    font-weight: 600;
}

.career_div .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0;
}

.career_div .nav-tabs .nav-link {
    border: 0;
    font-size: 16px;
    color :#3c9dc7;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 1px;
}

.breadcrump_sec {
    position: relative;
    padding: 120px 0;
}

.breadcrump_sec:before {
    background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
}

.breadcrump_sec h2 {
    position: relative;
    color: #fff;
    font-size: 50px;
}

.contact_head {
    margin-bottom: 45px;
}

.contact_head p {
    color: #6a6a6a;
}

.contact_us textarea {
    height: 90px !important;
}

.contact_us button[type="submit"] {
    padding: 12px 50px;
    background: #ffffff;
    color: #3c9dc7;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

.goals_part h4 {
    font-size: 36px;
    font-weight: bold;
    color: #51077f;
    padding-bottom: 20px;
}

.goals_part h5 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.goals_part p {
    color: #5e5d5d;
}

.service_list {
    border: 1px solid #ddd;
    border-radius: 0 0 15px 15px;
    margin: 16px 0;
}

.service_list figure {
    height: 280px;
    margin-bottom: 0;
    position: relative;
}

p.fade_color {
    color: #5e5d5d;
}

.service_list figure:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
    opacity: 0;
    -ms-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.service_list:hover figure:before {
    opacity: 0.8;
    -ms-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.service_list:hover .content_hover {
    opacity: 1;
    -ms-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.service_list figure img {
    object-fit: cover;
}

.service_list figcaption {
    padding: 20px 16px;

}

.service_list a figcaption h5 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #333;
}

.content_hover {
    position: absolute;
    top: 36%;
    left: 0;
    padding: 20px;
    text-align: center;
    opacity: 0;
    -ms-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.content_hover p {
    font-size: 14px;
    color: #fff;
}

.contact_us {
    position: relative;
    /*padding:45px 55px 45px 55px;
	background:linear-gradient(to bottom, #cf637a, #7e469f 100%);
	border-radius:60px 0 60px 0;*/
    margin-top: -110px;
}

.contact_inner {
    /*position: absolute;*/
    position: static;
    bottom: 110px;
    right: 34px;
    background: #6f3cc7;
    background: -moz-linear-gradient(-45deg, #6f3cc7 0%, #3c9dc7 100%);
    background: -webkit-linear-gradient(-45deg, #6f3cc7 0%,#3c9dc7 100%);
    background: linear-gradient(135deg, #6f3cc7 0%,#3c9dc7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3cc7', endColorstr='#3c9dc7',GradientType=1 );
    padding: 35px;
    border-radius: 0 60px 0 0;
    -ms-box-shadow: 0 0 16px -5px #737272;
    -moz-box-shadow: 0 0 16px -5px #737272;
    -webkit-box-shadow: 0 0 16px -5px #737272;
    box-shadow: 0 0 16px -5px #737272;
}

.contact_us .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

#map iframe {
    border-radius: 0 0 0 60px;
}

.contact_us .form-control {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff5c;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    height: 44px;
    background-color: transparent;
    color: #E5E5E5 !important;

}

.contact_head h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.contact_us .form-control:focus {
    box-shadow: none;
    background: none;
}

.contact_us input::placeholder {
    color: #E5E5E5;
}

.contact_us textarea::placeholder {
    color: #E5E5E5;
}

.when_we_open {
    width: 80%;
    margin: 60px auto;
    text-align: center;
    background: #f9f7f7;
    padding: 40px;
}

.when_we_open h5 {
    color: #51077f;
    text-transform: uppercase;
}

.when_we_open h3 {
    font-size: 32px;
    font-weight: bold;
}

.when_we_open p {
    color: #666;
    line-height: 28px;
    margin-top: 20px;
}

.when_we_open table {
    margin-top: 35px;
}

.when_we_open table thead th {
    background: #777;
    color: #fff;
}

.why_us p {
    color: #6c6c6c;
    line-height: 26px;
}

.why_us .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -28px;
    z-index: 9;
    position: relative;
}

span.radius_number {
    width: 25px;

    height: 25px;

    border-radius: 50%;

    background: #51077f;

    color: #fff;

    font-size: 13px;

    font-weight: 600;

    padding: 3px;

    display: block;

    text-align: center;

    margin: 0 auto;
}

.designation p {
    color: #4d4c4c;
    line-height: 26px;
    text-align: left;
}

.designation h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.designation {
    position: relative;
}

.designation:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    margin: 0 auto;
}

.why_us {
    margin-bottom: 60px;
}

.our_mission_value h5 {
    color: #3c9dc7;
}

.our_mission_value h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 24px;
    color: #51077f;
}

.our_mission_value p {
    font-size: 15px;
}

.icon_find {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    color: #fff;
    background-color: #3c9dc7;
    font-size: 26px;
    text-align: center;
}

.icon_find i {
    line-height: 50px;
}

.mission_list h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5e5e5e;
    letter-spacing: 2px;
}

.mission_list {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
}

.numbering_sec {
    padding: 24px 0 70px;
}

.our_mission_value .designation h4 {
    text-align: center;
}

.card-header {
    background: none !important;
    border-bottom: 1px solid #3c9dc74a !important;
}

.card {
    border: 0 !important;
}

.btn-link {
    color: #3c9dc7 !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
}

.btn-link i {
    padding-right: 15px;
    color: #3c9dc7;
}

.what_we_do ul li {
    line-height: 34px;
    font-size: 15px;
    color: #373737;
    position: relative;
    padding-left: 22px;
}

.what_we_do ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f1ce";
    font-family: Fontawesome;
    color: #51077f;
}

.what_we_do h4 {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.what_we_do .row {
    margin-bottom: 50px;
}

.what_we_do h5 {
    font-size: 18px;
    line-height: 32px;
}

.relocation_details {
    padding: 20px 0;
}

.relocation_details h3 {
    padding-bottom: 40px;
    font-size: 36px;
    letter-spacing: 2px;
}
.patner-logo-box{
	text-align: center;

}
.patner-logo-box img{
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
}
.google_grey_map iframe{
    filter: grayscale(1);
}







/*-==============================
		@media Stylesheet
================================*/



@media screen and (min-width:1024px) {
    .banner_sec .carousel-caption {
        top: 30%;
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    #nav_bg .navbar_right li {
        padding: 10px 12px;
    }

}


@media screen and (min-width:768px) and (max-width:991.98px) {
    .top_head {
        padding: 5px 0;
        height: auto;
    }

    #nav_bg .navbar_brand {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 0;
    }

    .nav-support ul li a {
        padding: 10px 20px;
    }

    .banner_sec h2 {
        font-size: 44px;
    }

    .banner-slider .carousel-caption {
        bottom: 42px;
    }

    .banner-buttom-text p {
        padding: 0 10% 100px;
    }

    #nav_bg .navbar-brand {
        position: static;
    }

    #nav_bg {
        padding: 12px 0;
    }

    .how-left-picture {
        height: 400px;
        margin-bottom: 20px;
    }


    .copyright {
        margin-top: 36px;

    }

    .footer_gradient {
        padding: 194px 0 30px;
    }


}


@media (min-width: 768px) and (max-width: 1000px) {
    #nav_bg .navbar_right .nav-item>a {
        padding: 0 4px;
        font-size: 12px;
    }

    #nav_bg .navbar_right li {
        padding: 15px 2px;
    }

    .left-banner-text h4 {
        font-size: 14px;
    }

    .left-banner-text h3 {
        font-size: 18px;
        font-weight: normal;
    }

    .left-banner-text h3 br {
        display: none;
    }

    .banner_sec .carousel-control-prev {
        left: 10px;
    }

    .banner_sec .carousel-control-next {
        right: 10px;
    }

    .banner-section {
        padding: 10px 0 0;
    }
}


@media screen and (max-width:767px) {
    #nav_bg .navbar_brand {
        display: block;
        width: 100%;
        text-align: center;
        padding: 8px 0;
        opacity: 0;
    }

    .nav-support ul li a {
        padding: 10px 7px;
        font-size: 11px;
    }

    .nav-top-bar::before {
        top: 65px;
        width: 100%;
    }

    #nav_bg .navbar-brand {
        position: relative;
    }

    #nav_bg.stick {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #nav_bg.stick .navbar-brand {
        opacity: 1;
    }

    #nav_bg .navbar-toggler-icon {
        background-image: url(../images/index.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    #nav_bg .navbar_right .nav-item>a {
        padding: 12px 0;
        color: #fff;
        border-bottom: 1px dotted #6b2a93;
        font-size: 14px;
    }

    #nav_bg .navbar_right .nav-item:last-child a {
        border-bottom: 0;
    }

    #nav_bg .navbar_right .dropdown-menu a {
        font-size: 13px;
    }

    #nav_bg {
        padding: 12px 15px;
    }

    #nav_bg.stick {
        padding: 10px 15px;
    }

    #nav_bg .navbar-toggler,
    #nav_bg .navbar-toggler:focus {
        margin: 0;
        padding: 0;
        margin: -5px 0;
        background-color: #333;
        padding: 2px 4px;
        outline: none;
    }

    .navbar-toggler svg {
        color: #fff;
    }

    .banner_sec .carousel-indicators {
        display: none;
    }

    #nav_bg.stick .navbar-brand {
        top: 0;
    }


    #navbarSupportedContent {
        background-color: #51077f;
        margin: 0 -15px;
        padding-bottom: 15px;
        padding-top: 15px;
        position: absolute;
        left: 0;
        right: 0;
        top: 58px;
    }

    #nav_bg .navbar_right li {
        position: relative;
        padding: 0px 15px;
        line-height: normal;
    }

    .navbar-nav {
        text-align: center;
    }

    #nav_bg .navbar-brand {
        margin-top: 0;
        top: auto;
    }

    .banner-section {
        padding: 10px 0;
        margin-bottom: 30px;
    }

    .banner-slider {
        position: relative;
    }

    .banner-section {
        margin-bottom: 0;
    }

    #nav_bg .navbar_right li:nth-child(5) {
        display: none;
    }

    #nav_bg .navbar_right li:nth-child(4) {
        padding-right: 0;
    }

    #nav_bg .navbar_right li:nth-child(6) {
        padding-left: 15px;
    }

    .banner-buttom-text p {
        line-height: 24px;
        padding: 15px 15px 100px;
        font-size: 20px;
    }

    .banner_sec h2 {
        font-size: 22px;
    }

    .banner_sec h4 {
        font-size: 14px;
    }

    .footer_inner {
        position: static;
        padding: 20px;
        background-image: none !important;
    }

    .footer_inner input {
        width: 66%;
    }

    .footer_gradient {
        padding: 174px 0 30px;
    }

    .patner-logo-box {
        margin: 12px 0;
    }

    .footer_con_list p {
        line-height: 24px;
    }

    .follow_us ul {
        margin-bottom: 20px !important;
    }

    .patner-logo {
        padding: 36px 0;
    }

    .round-round {
        padding: 96px 0;
    }

    .banner_sec a {
        font-size: 12px;
        padding: 10px 10px;
        margin-top: 10px;
        display: inline-block;
    }

    .banner_sec h4 {
        margin-bottom: 0;
    }

    .banner_sec h2 {
        margin-bottom: 12px;
    }

    .banner-section {
        padding: 0;
    }

    .banner_text {
        padding: 20px;
        top: 0;
    }

    .banner_sec {
        height: 200px;
    }

    .banner-slider::before {
        display: none;
    }

    .banner-slider::after {
        display: none;
    }

    ul.nav.navbar_right.navbar-nav {
        text-align: left;

    }

    .dropdown-menu {
        width: 100% !important;
    }

    .dropdown-menu li a:hover {
        color: #000;
    }

}


@media screen and (min-width:576px) and (max-width:767.98px) {
    .logo_sec {
        padding: 15px 0;
    }

    .banner_sec [class*="carousel-control-"] {
        width: 10%;
    }

    #nav_bg .container {
        position: relative;
    }

}


@media screen and (max-width:400px) {
    .banner_sec .carousel-caption {
        top: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1199.98px) {
    .footer_inner input {
        width: 66%;
    }

    #nav_bg {
        padding: 14px 0;
    }
}