@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@font-face {
    font-family: 'Bell MT';
    src: url('../fonts/BellMT.woff2') format('woff2'),
        url('../fonts/BellMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
}


/* Scroll Bar Css Starts */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
    box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 0;
    background: #292929;
    border: 2px solid #ffffff;
    width: 8px;
}
::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #616161;
}
/* Scroll Bar Css Ends */

a:hover,
a:focus,
a:active{
    text-decoration: none;
}
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

/* Navigation Section */ 
.navbar-default *{
    transition: .4s linear;
}
.navbar-default{
    background:rgba(231,239,246,0.70);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    border: none;
    margin:0;
    padding:0 15px;
    z-index: 255;
    transition: .4s linear;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin: 0;}
.navbar-brand{
    padding:0 0;
    height: auto;
}
.navbar-brand{
    font-size:32px;
    font-weight: 700;
    color: #122567 !important;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0;
}
.navbar-brand>img{height:75px;}
.navbar-collapse{padding: 0;}
.navbar-default .navbar-nav{
    display: inline-block;
    margin-left: 0;
    position: relative;
    left: 40%;
    transform: translate(-50%, 0px);
}
.navbar-default .quick-enter{
    float: right;
}
.navbar-default .quick-enter li,
.navbar-default .navbar-nav>li{
    margin-right: 45px;
    display: inline-block;
}
.navbar-default .navbar-nav>li a i{margin-left: 5px;}
.navbar-default .quick-enter li:last-child,
.navbar-default .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-default .quick-enter li a,
.navbar-default .navbar-nav>li>a{
    padding: 25px 0px;
    color: #666666;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.navbar-default .quick-enter li a{text-transform: uppercase;}
.navbar-default .quick-enter li a:before,
.navbar-default .navbar-nav>li>a:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 4px;
    background: #122567;
    top: 0;
    left: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.navbar-default .navbar-nav>li.active a:before,
.navbar-default .quick-enter li a:hover:before,
.navbar-default .navbar-nav>li>a:hover:before{
    width: 100%;
}
.navbar-default .navbar-nav>li.active a,
.navbar-default .quick-enter li a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover{
    color: #122567;
    background:transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #122567;
    background:transparent;
}
.navbar-default .navbar-nav>li .dropdown-menu{
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: block;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    margin: 5px 0 0;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu{opacity: 1;visibility: visible;}
.navbar-default .navbar-nav>li .dropdown-menu li a{
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    display: block;
}

/* Toggle */
.navbar-toggle .icon-bar { background: #fff;transition: .5s ease;}
.navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0)translateY(0)translateX(0);}
.navbar-toggle.collapsed .icon-bar:nth-child(3){opacity:1}
.navbar-toggle.collapsed .icon-bar:nth-child(4){transform:rotate(0)translateY(0)translateX(0);}
.navbar-toggle .icon-bar:nth-child(2){transform: rotate(-45deg)translateY(5px)translateX(-5px);}
.navbar-toggle .icon-bar:nth-child(3){opacity: 0}
.navbar-toggle .icon-bar:nth-child(4){transform:rotate(45deg)translateY(-4px)translateX(-3px);}
.navbar-default .navbar-toggle{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    border-radius: 0;
    transition: all 0.3s ease;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
    background: #fff;
}
/* End Navigation CSS */


/* **** Banner **** */
.banner-wrpper{width: 100%;position: relative;overflow: hidden;padding-bottom: 35px;}
.banner-img img{
    width: 100%;
}

/* Code for Safari 6.1 to 8.0 */
div#one {-webkit-order: 1;}
div#two {-webkit-order: 2;}
div#one {order: 1;}
div#two {order: 2;}

.banner-wrpper .container-fluid{
    padding: 0;
    margin: 0;
}
.banner-info{
    position: relative;
    padding: 50% 15px 25px 45px;
}
.banner-info h1{
    font-size: 50px;
    font-weight: bold;
    color: #1986c3;
    line-height: 58px;
    margin: 0 0 15px;
}
.banner-info p{
    font-size: 18px;
    font-weight: normal;
    color: #0092e4;
    line-height: 26px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 10px 40px;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #122567;
    border-radius: 30px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.dft-btn{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    border-color: #fff;
    padding: 12px 40px;
}
.btn-main:hover{
    transform: translateY(-5px);
}
/* **** End Banner **** */

/* **** What We Do **** */
.what-we-do{
    padding: 60px 15px;
    width: 100%;
    background: #f5faff;
}
.titlebar{
    text-align: center;
    width: 100%;
    margin: 0 0 30px;
}
.titlebar h2{
    font-size:28px;
    font-weight: bold;
    color: #1986c3;
    margin: 0 0 10px;
}
.titlebar p{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin: 0;
}

.what-list{
    padding: 30px 45px;
    width: 100%;
}
.we-do-box{
    padding: 30px 50px;
}
.we-do-box img{
    width: auto !important; 
    margin: 0 auto 30px;
    display: table;
}
.we-do-box h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px;
    text-align: center;
}
.we-do-box p{
    font-size: 15px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
    text-align: center;
    line-height: 22px;
}

.what-list .owl-prev, .what-listy .owl-next{
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -17px;
}
.what-list .owl-next{
    left: auto;
    right:-30px;
}
.what-list .owl-prev:before,.what-list .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 25px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    color: #fff;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-top: -17px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.what-list .owl-prev:hover:before,.what-list .owl-next:hover:before{
    color: #fff;
    border-color: transparent;
}
.what-list .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}
.what-we-do .btn-main{
    margin: 0 auto;
    display: table;
}
/* **** End What We Do **** */

/* **** Teaching Process **** */
.teaching-proces-wrp{
    padding: 60px 0;
    width: 100%;
}

.steps-box-wrp{
    width: 100%;
    padding: 0 10px;    
    position: relative;
}
.step-witch{
    width: 100%;
    height: 570px;
    overflow-x:  auto;
}
.steps-box-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height:150px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.50;
}
.step-block{
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.10);
    border-radius: 15px;
    margin: 0 0 30px;
}
.step-num {
    border-right: 1px solid rgba(7,7,153,0.20);
}
.step-num h3{
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    color: #63ace5;
    margin: 0;
    opacity: 0.30;
}

.steppro-dt .row{
    display: flex;
    align-items: center;
}
.step-img img{
    width: 50%;
    margin: 0 auto ;
}
.step-if h4{
    font-size:16px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 10px;
}
.step-if p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
    line-height: 22px;
}
/* **** End Teaching Process **** */

/* **** Testimonial **** */
.testimonial-wrp{
    padding: 60px 0;
    width: 100%;
    background: #f3f4ff;
}
.test-head{
    position: relative;
    width: 100%;
    padding: 50% 0 0;
}
.test-head h3{
    font-size: 26px;
    font-weight: bold;
    color: #1986c3;
    margin: 0 0 15px;
}
.test-head p{
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
    margin: 0;
}

.testimonial-block{
    padding: 25px;
}
.test-user-img{
    display: inline-block;
}
.test-user-img img{
    width: 150px !important;
}
.test-dts{
    float: right;
    padding: 120px 0 0;
}
.test-dts h5{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 5px;
    text-align: right;
}
.test-dts p{
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    margin: 0;
    text-transform: uppercase;
}

.test-inform{
    padding: 40px 0;
    width: 100%;
    
}
.test-inform p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
    line-height: 22px;
    position: relative;
    display: table;
}
.test-inform p span{
    position: absolute;
    top:50px;
    z-index: -1;
    left:-25px;
    font-size: 200px;
    color: #dbdbdb;
    font-family: 'Bell MT';
}
.test-inform p span.quote-d{
    top: auto;
    bottom:-30px;
    left: auto;
    right: -25px;
}

.testimonial-wrp-b .owl-nav{
    width: 100px;
    position: absolute;
    bottom:20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.testimonial-wrp-b .owl-prev, .testimonial-wrp-b .owl-next{
    position: absolute;
    top: 0%;
    left: 00px;
}
.testimonial-wrp-b .owl-next{
    left: auto;
    right:00px;
}
.testimonial-wrp-b .owl-prev:before,.testimonial-wrp-b .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    color: #fff;
    top: 50%;
    width:40px;
    height:40px;
    border-radius: 50%;
    line-height:40px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonial-wrp-b .owl-prev:hover:before,.testimonial-wrp-b .owl-next:hover:before{
    color: #333;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #333;
    border-color: transparent;
}
.testimonial-wrp-b .owl-next:before{
    content: "\f105";
    right: 0;
    left: auto;
}
.testimonial-wrp-b .btn-main{
    margin: 0 auto;
    display: table;
}
/* **** End Testimonial **** */

/* **** Footer **** */
.sechdual-wrp{
    padding: 30px 0;
    width: 100%;
    background: #1986c3;
}
.sechdual-wrp h3{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
    margin: 0;
}
.sechdual-wrp .btn-main{
    padding: 10px 25px;
    background: #fff;
    color: #122567;
    border: none;
    margin: 0;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #122567;
}

footer{
    padding: 45px 15px 20px;
    width: 100%;
}
.foot-abt img{
    margin: 0 0 15px;
    width: 118px;
}
.foot-abt .social-bx{text-align: left;display: table;}
.foot-abt p{
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 22px;
}
.quick-link h4{
    font-size: 18px;
    font-weight: bold;
    color: #122567;
    margin: 0 0 20px;
}
.quick-link li{
    display: block;
}
.quick-link li a{
    margin: 0 0 10px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #828282;
}
.quick-link li a:hover{
    color: #666666;
}
.quick-link li.active a{
    color: #122567;
    font-weight: 700;
}
.foot-cnt{
    padding: 30px 0;
}
.foot-cnt h5{
    font-size: 16px;
    font-weight:700;
    color: #122567;
    margin: 0;
}
.font-ct-bx{
    display: flex;
    align-items: flex-start;
}
.font-ct-bx h6{
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin: 0;
    line-height: 22px;
}
.font-ct-bx i{
    margin-right:10px;
    color: #1986c3;
    font-size: 18px;
}
.social-links{text-align: center;}
.social-links i{
    width: 35px;
    height: 35px;
    background: #3b5998;
    line-height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.social-links i.fa-twitter{
    background: #26a6d1;
}
.social-links i.fa-linkedin{
    background: #007ab9;
}
.copyright{
    padding: 15px 0px;
    width: 100%;
    background: #e5e5e5;
}
.copy-quik li{
    display: inline-block;
    margin-right:30px;
}
.copy-quik li:last-child{margin: 0;}
.copy-quik li a{
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    display: inline-block;
    position: relative;
}
.copy-quik li a:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #666666;
    top: 0;
    right: -18px;
}
.copy-quik li:last-child a:after{display: none;}
.copyright p{
    margin: 0;
    text-align:right;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}
/* **** End Footer **** */

/* **** Team Page **** */
.inner-header{
    position: relative;
    background: #eef4f9;
    transition: .4s linear;
}
.nav-new{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: .4s linear;
}
.team-wrp{
    padding: 60px 30px 0;
    width: 100%;
}
.team-wrp .titlebar h2{
    font-size: 32px;
}
.team-slider{
    padding: 0px 0 0;
    width: 100%;
}

.slider {
    width: 100%;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity:1;
    position: relative;
    top: 70px;
    transform: scale(0.8);
    vertical-align: bottom;
    transition: all ease-in-out .3s;
}
.slick-current {
    top: 0;
    opacity: 1;
    transform: scale(1);
    transition: all ease-in-out .3s;
    vertical-align: bottom;
}

.slick-initialized .slick-slide{outline: none;}
.header-team{
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}
.header-team h3{
    display: inline-block;
    font-size: 20px;
    font-weight:700;
    color: #333333;
    padding: 10px 15px 10px 0;
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.10);
}
.team-info{opacity: 0;visibility: hidden;transition: all ease-in-out .3s;min-height: 295px}
.header-team h5{
    color: #808080;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
}
.team-info p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0 0 20px;
    text-align: center;
    line-height: 22px;
}
.team-img {
    position: relative;
}
.team-img img{
    width: auto !important;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all ease-in-out .3s;
}
.name-plate{
    width: 80%;
    padding: 20px 10px;
    background: rgba(255,255,255,0.30);
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transition: all ease-in-out .3s;
}
.name-plate h5{    
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.name-plate p{
    color: #111;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.slick-current .team-img img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all ease-in-out .3s;
}
.slick-current .team-info{
    opacity: 1;
    visibility: visible;
    transition: all ease-in-out .3s;
}
.slick-current .name-plate{
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}
.slick-prev, .slick-next{
    left: 0%;
    z-index: 5;
}
.slick-next{
    left: auto;
    right: 0%;
}
.slick-prev:before,
.slick-next:before{
    font-family: 'FontAwesome';
    content: "\f105";
    width:40px;
    height: 40px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: block;
    opacity: 1;
    z-index: 120;
}
.slick-prev:before{
    content:"\f104";
}
.slick-prev:hover:before,
.slick-next:hover:before{
    color: #fff;
}
.team-slider .item{
    transition: 0.4s linear;
}
/* **** End Team Page **** */

/* **** Contact Page **** */
.cnt-wrpper{
    padding: 60px 0;
    width: 100%;
}
.contact-frm h4{
    font-size: 24px;
    font-weight: 600;
    color: #0092e4;
    margin: 0 0 20px;
}
.contact-frm .form-group{margin: 0 0 30px;}
.contact-frm .form-control{
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #616161;
    height: auto;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 8px rgba(0,0,0,0.10);
    resize: none;
}
.cnt-img img{width: 100%;margin: 0 0 10px;}
.contact-frm .btn-main{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    color: #fff;
    -webkit-background-clip: #fff;
    -webkit-text-fill-color: #fff;
    border: none;
}
.social-bx{
    text-align: right;
}
.cnt-img .social-bx{
    padding: 20px 20px 0 0;
}
.social-bx i{
    margin-right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3b5998;
    display: inline-block;
    border: 2px solid transparent;
    transition: .4s linear;
}
.social-bx a:last-child i{margin: 0;}
.social-bx i.fa-twitter{
    background: #26a6d1;
}
.social-bx i.fa-linkedin{
    background: #007ab9;
}
.social-bx i:hover{
    background: #fff;
    border: 2px solid rgba(18,37,103,1);
    color: rgba(18,37,103,1);
}

.contact-details{
    padding: 40px 0;
    width: 100%;
    background: #f5f5f5;
}

.conta-bx{
    display: flex;
}
.cnt-ic img{
    margin-right:20px;
}
.cont-dt h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin: 0;
    line-height: 22px;
}
.cont-dt h6 strong{
    font-size: 18px;
    font-weight: bold;
    color: #1986c3;
    display: block;
    margin: 0 0 5px;
}
/* **** End Contact Page **** */

/* **** Sneck Park Page **** */
.sneck-lst-wrpper{
    padding: 0 15px 0 0;
    /*height: 600px;*/
    width: 100%;
    /*overflow-x: auto;*/
    margin: 0 0 30px;
}
.sneck-box{
    background: #f5faff;
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sneck-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.snek-dt{
    padding: 15px;
    width: 100%;
    text-align: center;
}
.snek-dt li{
    display: block;
    margin: 0 0 5px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.snek-dt li:last-child{
    margin: 0;
}
.latest-bc .snek-dt li{
    display: inline-block;
    width:48%;
    position: relative;
}
.latest-bc .sneck-img img{
    height: 270px;
}
.high-img .sneck-img img{
    height: 610px;
}
.latest-bc .snek-dt li{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    display: inline-block;
}
.latest-bc .snek-dt li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.20);
    right: 0;
    top: 0;
}
.latest-bc li:last-child:after{display: none;}
.hover-sneck{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(7,7,153,0.70);
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hover-sneck p{
    padding: 25px;
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.sneck-box:hover .hover-sneck{
    bottom: 0;
}

.modal-dialog{
    width: 80%;
    margin: 40px auto;
}
.modal-content{
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
}
#vid-nw .modal-content{background: transparent;}
#vid-nw .modal-content button.close{color: #fff;}
.snek-blocks img{
    width: 100%;
}
.snakl-dts {
    padding: 20px 30px;
    background: #f5faff;
    width: 100%;
}
.snek-hed h4{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
}
.snek-hed h4 strong{display: block;}
.snek-hed p{
    margin: 0;
    font-size:16px;
    font-weight: normal;
    color: #666666;
    line-height: 24px;
}
.blog-slider .slick-next{right: 20px;}
/* **** End Sneck Park Page **** */

/* **** About Page **** */
.abt-why{
    padding: 60px 0;
    width: 100%;
}
.abt-why .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.why-data h2{
    font-size: 40px;
    font-weight: bold;
    color: #1986c3;
    margin: 0 0 20px;
    line-height: 44px;
}
.why-data p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #1986c3;
    line-height: 24px;
}
.why-img img{width: 100%;}

.why-inform{
    padding: 40px 0;
    width: 100%;
    background: #f5faff;
}
.why-dts{padding: 0 15px;}
.why-dts p{
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
    margin: 0 0 15px;
}

.jurney-kalam-wrp{
    padding: 60px 0;
    width: 100%;
}

.timeline-wrp{width: 100%;position: relative;}
.timeline-wrp .step-witch{
    width: 100%;    
    position: relative;
    height: 400px;
    overflow: hidden;
}
.timeline-wrp .step-witch ul{
    height: 400px;
    overflow: auto;
}
.timeline-wrp:after{
    position: absolute;
    content: '';
    width: 100%;
    height:200px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.50;
}
.timeline-wrp li{
    display: block;
    width: 100%;
    margin: 0 0 50px;
}
.timebx{
    display: flex;
    align-items: center;
}
.timelibne-bx{
    width: 80px;
    height: 80px;
    background: #1986c3;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
}
.timelibne-bx span{
    width: 65px;
    height: 65px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.timelibne-bx:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.20);
    bottom: -50px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
}
.time-dtata {
    width: 80%;
}
.time-dtata p{
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
    margin: 0;
}
.timeline-wrp li:last-child{
    margin: 0;
}
.timeline-wrp li:last-child .timelibne-bx:after{display: none;}
/* **** End About Page **** */

/* **** Bits Page **** */
.bits-wrpper{
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.highlighted-bit{
    border: 1px solid #cccccc;
}
.high-bit-img{
    position: relative;
}
.high-bit-img img{
    width: 100%;
    height: 415px;
    object-fit: cover;
    box-shadow: 0 5px 10px rgba(0,0,0,0.20);
}
span.seened{
    padding: 5px 10px;
    background: rgba(255,255,255,0.50);
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
    position: absolute;
    left: 0;
    bottom: 30px;
}
span.seened i{margin-right: 5px;}
.high-data{
    position: relative;
    width: 100%;
    height: 415px;
}
.high-center-bx{
    padding: 40px 30px 40px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.high-center-bx h3{
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px;
    line-height: 30px;
}
.high-center-bx h3 strong{
    display: block;
    text-transform: uppercase;
    color: #808080;
    font-size: 14px;
}
.high-center-bx p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 22px;
    margin: 0 0 15px;
}
a.read-more{
    font-size: 16px;
    font-weight:700;
    margin: 0 0 20px;
    display: table;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
ul.tags-lst li{
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #3a3a3a;
    padding: 5px 10px;
    background: #eef4f9;
    text-transform: uppercase;
    border-radius: 5px;
}
ul.tags-lst li:last-child{margin: 0;}
a.saved-bits{
    font-size:24px;
    color: #3a3a3a;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
    position: absolute;
    top: 15px;
    right:25px;
}
a.saved-bits i{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bits-cat-header{
    padding:0 30px;
    box-shadow: 0 0 6px rgba(0,0,0,0.20);
}
.bits-cat-header .btn-effect{
    padding: 15px 25px;
    border: none;
    background: transparent;
    color: #4079a6;
    font-weight:600;
    display: block;
    text-align: center;
    outline: none;
    position: relative;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.bits-cat-header .btn-effect:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 6px;
    background: #122567;
    bottom: 0;
    left: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.bits-cat-header .btn-effect.current,
.bits-cat-header .btn-effect:hover{
    color: #122567;
    background: transparent;
}
.bits-cat-header .btn-effect.current:after,
.bits-cat-header .btn-effect:hover:after{
    width: 100%;
}

.bits-cat-header .owl-prev, .bits-cat-headery .owl-next{
    position: absolute;
    top: 0%;
    left: -30px;
}
.bits-cat-header .owl-next{
    left: auto;
}
.bits-cat-header .owl-prev:before,.bits-cat-header .owl-next:before{
    position: absolute;
    content:"\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 0 6px rgba(0,0,0,0.20);
    top: 0%;
    width:25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bits-cat-header .owl-prev:hover:before,.bits-cat-header .owl-next:hover:before{
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    background: #122567;
}
.bits-cat-header .owl-next:before{
    content: "\f105";
    right: -30px;
    left: auto;
}

.details-bits{
    padding: 40px 0;
}
.bit-block{
    border: 1px solid rgba(112,112,112,0.30);
    margin: 0 0 30px;
    background: #fff;
}
.bit-imgs {
    position: relative;
}
.bit-imgs img{
    width: 100%;
    height: 186px;
    object-fit: cover;
    box-shadow: 0 5px 10px rgba(0,0,0,0.20);
}
.bit-data{
    padding: 30px 15px;
    position: relative;
}
.bit-data h4{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 15px;
}
.bit-data p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 22px;
    margin: 0 0 15px;
}
/* **** End Bits Page **** */

/* **** Sechdual Popup ***** */
.modal-dialog{
    width: 80%;
}
.modal-content{
    padding: 35px 45px;
    background: #fff;
    border-radius:3px;
    border: none;
    position: relative;
}
.modal-content .row{display: flex;align-items: center;}
.modal-content button.close{
    opacity: 1;
    font-size:32px;
    color: #999999;
    text-shadow: none;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 25px;
    outline: none;
}
.modal-content h3{
    font-size: 20px;
    font-weight:700;
    color: #0092e4;
    margin: 0 0 15px;
}
.sechu-img img{width: 85%;padding: 35px;margin: 0 auto;}
.schedule-frm{
    padding: 30px 0px;
}
.schedule-frm .form-group{margin: 0 0 25px;}
.schedule-frm .form-control{
    padding:20px;
    height: auto;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    font-size: 14px;
    font-weight: normal;
    color: #616161;
    width: 80%;
}
.schedule-frm #datepicker{
    width: auto;
    display: table;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url(../images/cal-ic.png) no-repeat right white;
    background-position: 92%;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {  
    background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #009688;
    color: white;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {    
    left: 0;    
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
    color: #78909C;
    font-weight: 400;
    font-size: 0.75rem;
}

.slect-ics{
    margin-bottom: 20px;
}
.slect-ics li{
    display: inline-block;
    margin-right:5px;
    margin-bottom: 10px;
    cursor: pointer;
    padding:10px 5px;
    text-align: center;
    width: 15%;
    background: #fff;
    border-radius:10px;
    border: 1px solid #122567;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Avenir';
    color: #122567;
    user-select: none;
}
.slect-ics li .cus-check{
    display: none;
}
.slect-ics li.selected{
    background: #122567;
    color: #fff;
}
/*.slect-ics li.not-available{
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
}*/
/* **** End Sechdual Popup ***** */

/* **** Signup & Signin Page **** */
.signup-wrpper{
    padding: 60px 0 120px;
    width: 100%;
    background: url(../images/signup-back.png) 0 0 no-repeat;
    background-size: cover;
}
.back-header{
    padding: 15px 0;
    width: 100%;
}
.back-header a.back-btn i{
    margin-right:8px;
    font-size:22px;
}
.back-header a.back-btn{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: table;
    vertical-align: middle;
    transition: .4s linear;
}
.back-header a.back-btn:hover{
    color: #111;
}
.signup-block{
    width: 85%;
    margin: 40px auto 0;
    padding: 45px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 49px rgba(90,89,88,0.23);
}
.signup-logo img{
    margin: 0 auto 50px;
    width: 150px;
}
.signup-logo .navbar-brand{
    float: none;
    margin: 0 auto;
    display: table;
}
.signup-block h3{
    text-align: center;
    font-weight:900;
    color: #1986c3;
    font-size: 22px;
    margin: 0 0 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.signup-block .form-group{margin: 0 0 30px;position: relative;}
.signup-block .form-control{
    padding: 15px 15px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
    border-radius: 6px;
    border: 1px solid rgba(153,153,153,0.30);
    height: auto;
    font-size: 14px;
    font-weight: 600;
    color: #616161;
}
.numer-otp{position: relative;}
a.otp-btn{
    font-size: 14px;
    font-weight: normal;
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: absolute;
    top: 16px;
    right: 15px;
}
.signup-block .form-control.otp-fm{
    padding: 15px 87px 15px 15px;
}
.verify-box{
    padding: 10px 0 0;
}
.verify-box .enter-otp {
    display: inline-block;
}
.verify-box .enter-otp .form-control{
    padding: 5px 5px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    width: 20px;
    display: inline-block;
    border-radius: 0;
    margin-right: 10px;
}
.verify-bxs {
    float: right;
    display: inline-block;
}
.verify-bxs a{
    font-size: 14px;
    font-weight: normal;
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding: 5px 0;
}
.pas-eye i{
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.cust-check{
    margin: 0 auto;
    display: table;
}
.cust-check .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.cust-check .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  color: #888888;
}
.cust-check .styled-checkbox + label  a{
    font-weight: 400;
    color: #122567;
}
.cust-check .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #888888;
}
.cust-check .styled-checkbox:hover + label:before {
  background: #122567;
}
.cust-check .styled-checkbox:checked + label:before {
  background: #122567;
}
.cust-check .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.cust-check .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.cust-check .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.actions-btns {
    text-align: center;
    margin: 30px 0 0;
}
.actions-btns .btn-main{
    color: #888888;
    border: 2px solid #888888;
    font-weight: 600;
    width: 200px;
    text-align: center;
    -webkit-background-clip: text;
    margin-right: 20px;
    -webkit-text-fill-color: #888888;
}
.actions-btns .subbtn{
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    padding: 12px 40px;
    color: #fff;
    width: 200px;
    text-align: center;
    margin: 0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.already-bx{
    padding: 30px;
    width: 100%;
    text-align: right;
}
.already-bx p{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #6b6a6a;
}
.already-bx p a i,
.already-bx p a{
    text-transform: uppercase;
    font-weight: 600;
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}

.loginblock{
    width: 45%;
}
.user-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.16);
    margin: 0 auto 20px;
    display: table;
}
.loginblock .cust-check{
    margin: 0;
    display: inline-block;
}
a.fgt-link{
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
.loginblock .actions-btns .btn-main{
    margin: 10px auto 0;
    display: table;
}
/* **** End Signup & Signin Page **** */

/* **** About Page **** */
.about-data-wrp{
    padding: 60px 0;
    width: 100%;
}
.about-data-wrp .titlebar h2{
    font-size: 40px;
    font-weight: 800;
    color: #1986c3;
}
.about-data-wrp p{
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    margin: 0;
    line-height: 24px;
}
.about-data-wrp .titlebar p{
    font-weight: 600;
    color: #0092e4;
}
.why-us-wrpper{
    padding: 60px 0;
    width: 100%;
}
.why-us-list{width: 100%;overflow: hidden;}
.why-us-list .container-fluid{padding: 0;}
.why-img img{width: 100%;}
.why-txt{padding: 80px 0 0;}
.why-txt h4{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 30px;
    position: relative;
    z-index: 5;
    margin-left: -15%;
}
.why-txt p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
    line-height: 22px;
}
.main-list-box{width: 100%;margin: 0 0 15px;}

.right-whytxt{
    text-align: right;
}
.right-whytxt h4{
    margin-left:0px;
    margin-right: -8%;
}
/* **** End About Page **** */

/* **** Bit Read More Page **** */
.bit-bloger-wrpper{
    width: 100%;
    overflow: hidden;
}
.bit-bloger-wrpper .container-fluid{
    padding: 0;
}

.bit-blog-details-box{
    padding: 30px;
    width: 100%;
}
a.back-tobac{
    font-size: 16px;
    font-weight: 600;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
a.back-tobac i{
    margin-right:5px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:20px;
}

.bit-details-blocks{
    padding: 30px 40px;
    width: 100%;
}
.bit-details-blocks .tags-lst{margin-bottom: 15px;}
.bit-details-blocks h3{
    font-size: 40px;
    font-weight: 800;
    color: #1986c3;
    margin: 0 0 10px;
}
.bit-details-blocks h3 span{
    float: right;
}
.bit-details-blocks h3 span a i{
    font-size: 30px;
    background: -moz-linear-gradient(left, rgba(18,37,103,1) 0%, rgba(75,134,180,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    background: linear-gradient(to right, rgba(18,37,103,1) 0%,rgba(75,134,180,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}
.bit-details-blocks h3 span a:last-child i{margin: 0;}
.bit-details-blocks h4{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin: 0 0 15px;
    line-height: 25px;
}
.bit-details-blocks h4 span{display: block;}
.bit-details-blocks h5{
    font-size: 20px;
    font-weight: 600;
    color: #0092e4;
    margin: 0 0 20px;
}
.bit-de-img img{
    width: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.20);
    margin: 0 0 30px;
}
.bit-details-blocks p{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    line-height: 24px;
    margin: 0 0 20px;
}
.bit-details-blocks h6{
    margin: 0;
}

.comment-box{
    position: fixed;
    width: 460px;
   /* padding: 100px 30px 15px;*/
    box-shadow: -6px 3px 10px rgba(0,0,0,0.15);
    background: #fff;
    top: 0;
    right: 0;
    z-index: 12;
}
ul.main-list {
    width: 460px;
    padding: 100px 30px 15px;
    height: 85vh;
    overflow: auto;
}
.comment-box li{
    display: block;
    margin: 0 0 15px;
}
.cmt-block{
    background: #f5faff;
    border-radius: 10px;
    width: 100%;
    padding:20px;
}
.cmt-head{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 15px;
}
.cmt-img img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 15px;
}
.cmt-data h4{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 5px;
}
.cmt-data p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
}
.details-cmt p{
    font-size: 14px;
    font-weight: normal;
    color: #4c4c4c;
    line-height: 22px;
    margin: 0 0 20px;
}
.details-cmt ul{display: inline-block;}
.details-cmt li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.details-cmt li:last-child{margin: 0;}
.details-cmt li a{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
}
.details-cmt li a img{
    display: inline-block;
    margin-right: 5px;
}
a.flag-v{float: right;padding: 2px 0 0;}
.writer-cmt{
    padding: 15px 30px;
}
.writer-cmt .form-control{
    padding: 15px 15px;
    border-radius: 15px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.25);
    height: auto;
    border: none;
    font-size: 14px;
    color: #333;
    resize: none;
}

#vid-nw .modal-content button.close{top: 5px;right: 15px;}

h4.soon-txt{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #122567 !important;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}
/* **** End Bit Read More Page **** */

/* **** Wheel Popup **** */
.wheel-block{width: 100%;overflow: hidden;}
.wheel-boxspin{
    position: relative;
}
.fill-frm{
    padding: 50px 15px;
}
.fill-frm .contact-frm h4{text-align: center;}
.fill-frm .contact-frm p{
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    margin: 0 0 20px;
    text-align: center;
}

.wheel-boxspin .wrapper {
    margin: 0 0 30px;
    position: relative;
    width: 65%;
    margin: 40px auto;
}
.wheel-boxspin img.wheel {
    width: 100%;
}
.wheel-boxspin .pointer-wrapper {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,0);
}

.btn {
    display: block;
    cursor: pointer;
    border: none;
    margin: 0 auto;
}
.btn:hover {
  background: #f08d90;
}
.btn:focus {
  outline: 0;
}
/* **** End Wheel Popup **** */