::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #afafaf; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #782878; 
  }



@font-face {

   font-family: "Assistant-bold";

   src: url(../font/Assistant-Bold.ttf);

}

@font-face {

    font-family: "Assistant-Regular";
 
    src: url(../font/Assistant-Regular.ttf);
 
 }

 @font-face {

    font-family: "Assistant-ExtraBold";
 
    src: url(../font/Assistant-ExtraBold.ttf);
 
 }
 .font-extrabold{
    font-family: "Assistant-ExtraBold"; 
 }
 .font-regular{
    font-family: "Assistant-Regular";
 }
 .font-bold{
    font-family: "Assistant-bold";
 }

html, body {

    font-family: "Assistant-Regular";
    font-size: 16px;

}



body{

	width: 100%;

	background-color: #ffffff;

    color: #4B4B4B;

}

h1, h2, h3, h4, h5, p, select, textarea{
    font-family: "Assistant-Regular";

}

#preloader {

    width: 100%;

    height: 100%;

    background: url('../images/loader_black.gif') center no-repeat #FFF;

    z-index: 99999;

    position: fixed;

    left: 0;

}

.header{

	padding-top: 10px;

	/* background-image: url('../images/header2.jpg'); */

	background-position: bottom center;

	background-size: cover;

	background-image: linear-gradient(45deg, #f5e0e5, #d4bfd6);

	background-repeat: no-repeat;

	height: 451px;

	color: #fff;

}

.bg-image{

	position: absolute;

}

.custom-header-heading{

	font-size: 26px;

}

.custom-header-para{

	font-size: 16px;

}

.left-banner-content{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    height: 385px;

}

@media (min-width : 320px) and (max-width : 769px){

    .header {

    	/* background-image: url(../images/header_mobile.png); */

    	/* background-position: top left;

		background-size: cover;

		background-repeat: no-repeat; */

        height: 100%;

    }

    .icon1{

    	border-bottom: 0 !important;

	}

    .icon1 > img, .icon2 > img{

    	display: none !important;

    }

    .custom-header-hr{

    	display: none !important;

    }

    .custom-logo{

    	width: 100px !important;

    }

    .custom-header-para{

    	font-size: 15px;

		line-height: 18px;

    }

    .custom-header-heading{

    	font-size: 18px;

    }

	.custom-icon-heading{

		font-size: 16px !important;

		margin-bottom: 3px;

	}

	.custom-icon-para{

		font-size: 15px !important;

	}

	.custom-left-content{

		padding-top: 0px !important;

		padding-left: 8px !important;

	}

    .custom-left-content h4{
        color: #000000;
        font-size: 28px;
        font-weight: bold;
        
    }

	.right-header-content{

		margin-left: 4% !important;

         margin-top: 32% !important;

	}

	.icon::before{

		left: -72px !important;

	}

	.icon::after{

		width: 13px !important;

    	left: -12px !important;

	}

    .left-content{

        height: 45px;

    }

    .left-content{

        height: 10px;

    }

}

@media (min-width : 768px) and (max-width : 770px) and (orientation: portrait){

    .header {

        background-image: url(../images/header2.png);

        background-position: top center;

    }

    .custom-logo{

        margin-top: 42%;

    }

    .icon1 > img, .icon2 > img{

        display: inline-block !important;

    }

    .icon1{

        border-bottom: 1px solid #fff !important;

    }

    .right-header-content{

        margin-left: 0 !important;

        margin-top: 9% !important;

    }

    .custom-header-heading {

        font-size: 22px;

    }

    .custom-header-para {

        font-size: 15px;

    }

    .left-content::before{

        top: 5px !important;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg);

        left: -8px;

    }

	.left-content1::before{

        top: 50px !important;

        -webkit-transform: rotate(0deg);

        -moz-transform: rotate(0deg);

        -o-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

        transform: rotate(0deg);

        left: -8px;

    }

}

@media (min-width : 320px) and (max-width : 769px) and (orientation: landscape){

    .right-header-content {

        margin-left: 26% !important;

        margin-top: 25% !important;

    }

}

.custom-logo{

	width: 170px;

    padding-top: 11px;

    padding-left: 10px;

}

.custom-icon-heading{

	font-size: 20px;

    font-weight: bold;

    color: #2a5053;

}

.custom-icon-para{

	font-size: 16px;

    color: #2a5053;

}

.icon1{

    border-bottom: 2px solid #2a5053; 

}

.icon1, .icon2{

	position: relative;

	padding: 10px;

}

.icon2{

    padding-bottom: 40px;

}

.icon1 > img,.icon2 > img{

	display: inline-block;

	width: 60px;

}

.icon1 > .custom-content{

	position: absolute;

	display: inline-block;

	top: 3%;

	margin-left: 5%;

}

.icon2 > .custom-content{

	position: absolute;

	display: inline-block;

	top: 3%;

	margin-left: 5%;

}

.right-header-content{

	margin-top: 10%;

}

.custom-left-content{

	padding: 40px 20px 30px 20px;


}

.custom-left-content h4{
    color: #000000;
    font-size: 29px;
    font-weight: bold;
    font-family: 'Assistant-ExtraBold';
}
.custom-left-content p{
    color: #000000;
}
.text-hilighted {

    color: #00c985;

}

.custom-primary .panel-heading{

    color: #191919;

    background-color: #ffffff;

    /* border-color: #59C2D7; */

}

.accordion-heading > a{

	color: #808080;

	text-decoration: none;

}

.footer{

	background: #782878;

	padding: 10px 22px;

    font-size: 12px;

}

.footer > img {

	width: 180px;

}

.custom-image{

    display: inline-block;

}

.content-show{

    display: block;

}

.content-hide{

    display: none;

}

.collapsed .custom-item-line::before{

    content: '';

    border: 0 !important;

}

.custom-item-line::before{

    content: '';

    width: 100%;

    left: -24px;

    top: 34px;

    position: absolute;

    display: inline-block;

    border: .5px solid #55c77e;

}

.custom-item-hr{

    margin-top: 14px;

    border-color: #191919;

    margin-left: -24px;

}

.custom-action-btn {
    background-color: #782878;
    color: #fff;
    border: 1px solid #782878;
    border-radius: 3px;
    position: absolute;
    right: -1%;
    top: 10px;
    z-index: 999;
    width: 120px;
    font-size: 16px;
}

.custom-action-btn:hover{

    color: #fff;

}

.custom-action-btn:active,.custom-action-btn:focus{

    background-color: #191919;

    color: #fff;

    outline: none !important;

}

.custom-ibox{

    background-color: #007B59;

    color: #fff;

    padding: 10px;

    border-radius: 5px;

}

.custom-ibox > h5{

    font-size: 16px;

    padding-left: 10px;

    padding-right: 10px;

}



/* Info box */

.custom-ibox-icon::before{

    content: "i";

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 26px;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    position: absolute;

    left: 12px;

    z-index: 1;

    color: #ffffff;

    top: -10px;

}

.custom-ibox-icon::after{

    content: '';

    background-color: #2ecb8e;

    width: 36px;

    height: 36px;

    border-radius: 50%;

    position: absolute;

    top: -15px;

    left: -2px;

}



/* Bulb box */

.custom-Bbox-icon::before{

    content: "\f0eb";

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: 26px;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    position: absolute;

    left: 9px;

    z-index: 1;

    color: #ffffff;

    top: -9px;

}

.custom-Bbox-icon::after{

    content: '';

    background-color: #2ecb8e;

    width: 36px;

    height: 36px;

    border-radius: 50%;

    position: absolute;

    top: -15px;

    left: -2px;

}





/*Timeline CSS*/

.timeline {

    position: relative;

    padding: 21px 0px 10px;

    /*margin-top: 4px;*/

    margin-bottom: 30px;

}

.timeline .line {

    position: absolute;

    width: 5px;

    display: block;

    background: currentColor;

    top: 0px;

    bottom: -30px;

    margin-left: 30px;

}

.custom-timeline-line{

	color: #772879;

}

.timeline .separator {

    border-top: 1px solid currentColor;

    padding: 5px;

    padding-left: 40px;

    font-style: italic;

    font-size: .9em;

    margin-left: 30px;

}

.timeline .line::before { top: -4px; }

.timeline .line::after { bottom: -4px; }

.timeline .panel {

    position: relative;

    margin: 10px 0px 21px 70px;

    clear: both;

}

.timeline .panel::before {

    position: absolute;

    display: block;

    top: 8px;

    left: -24px;

    content: '';

    width: 0px;

    height: 0px;

    border: inherit;

    border-width: 12px;

    border-top-color: transparent;

    border-bottom-color: transparent;

    border-left-color: transparent;

}

.timeline .panel .panel-heading.icon * { 

    font-size: 28px;

    vertical-align: middle;

    line-height: 27px;

}

.timeline .panel .panel-heading.icon {

    position: absolute;

    left: -53px;

    top: 18px;

    display: block;

    width: 30px;

    height: 30px;

    padding: 0px;

    border-radius: 50%;

    text-align: center;

    float: left;

    border: 2px solid #fff;

}

.timeline .panel-outline {

    border-color: transparent;

    background: transparent;

    box-shadow: none;

}

.timeline .panel-outline .panel-body {

    padding: 10px 0px;

}

.timeline-heading > h4{

    width: 90%;

    vertical-align: middle;

}

article{

	padding-bottom: 20px;

	padding-top: 20px;

}

.left-content{

    position: relative;

}

.left-content::before{

    content: '';

    top: 50px;

    width: 40px;

    height: 40px;

    position: absolute;

    display: inline-block;

    background: url(../images/arrow1.png);

    background-position: top center;

    background-size: cover;

}

.left-content1::before{

    content: '';

    top: 5px;

    width: 40px;

    height: 40px;

    position: absolute;

    display: inline-block;

    background: url(../images/arrow1.png);

    background-position: top center;

    background-size: cover;

}

.dotted-circle::before{

    content: '';

    width: 65px;

    height: 65px;

    left: -128px;

    top: -1px;

    position: absolute;

    display: inline-block;

    border: 1px dashed #191919;

    border-radius: 50%;

}

.fancybox:focus{

    outline: none;

    color: #fff;

}

.timeline-heading{

    color: #808080;

}

.scrollTop {

    position: fixed;

    width: 45px;

    height: 45px;

    bottom: 50px;

    right: 20px;

    background-color: #782878;

    border-radius: 50%;

    padding: 10px;

    text-align: center;

    opacity: 0;

    transition: all 0.4s ease-in-out 0s;

}

.scrollTop a{

    color: #fff;

}

.scrollTop-img{

    display: inline-block;

}

.custom-download{

    position: absolute;

    text-align: center;

    right: 6%;

    background-color: #2a5053;

    padding: 6px;

    top: 0px;

    border-radius: 0 0 10px 10px;

    width: 40px;

    height: 40px;

    z-index: 999;

}

.custom-download > img{

    display: inline-block;

    width: 20px;

}

.middle {

    

	text-align: center;

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);	

	padding: 20px;	

	line-height: 1;

	opacity: 1;

	color: #adadad;

    font-size: 52px;

}

.fancybox:hover .fancybox > img {

    opacity: 0.3;

}

.fancybox:hover .middle {

    opacity: 1;

}



/*Timeline Content*/

.icon::before{

    color: #fff;

    background-color: #49C0E6;

    width: 55px;

    height: 55px;

    position: absolute;

    display: inline-block;

    background-repeat: no-repeat;

    left: -72px;

    top: -16px;

    padding: 14px;

    font-size: 20px;

    border-radius: 50%;

    font-weight: 600;

}
.liststyle-icon{
    list-style: none;
}
.liststyle-icon li{
    position: relative;
}
.liststyle-icon .icon-1:before, .liststyle-icon .icon-2:before, .liststyle-icon .icon-3:before{
content: '';
position: absolute;
left: -29px;
top: 3px;
background: url(../images/location-icon.png);
width: 18px;
height: 18px;
background-repeat: no-repeat;
background-size: contain;
}
.liststyle-icon .icon-2:before{
    background: url(../images/video-icon.png);   
    background-size: contain;
}
.liststyle-icon .icon-3:before{
    background: url(../images/resource-center-icon.png); 
    background-size: contain;  
}
.arrow-list li{
    list-style: none;
    position: relative;
}
.arrow-list li:before{
    content: '';
    position: absolute;
    left: -25px;
    top: 3px;
    background: url(../images/list-arrow.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;   
}
.custom-boxbg{
    background: linear-gradient(180deg, #772879, #6634ad);
    padding: 25px;
    color: #fff;    
}
#stage .page-data{
    padding-top: 5.5%;
}

.margin-0{
    margin: 0;
}
.icon::after{

    content: '';

    width: 12px;

    left: -13px;

    top: 12px;

    position: absolute;

    display: inline-block;

    border: 1px dashed #191919;

}

.timeline-icon > img{

	display: inline-block;

    position: absolute;

}

.timeline-icon > h4{

    display: inline-block;

    /*padding-left: 78px;*/

    margin-top: 3px;

}

.icon-no1::before{

    content: '1';

}

.icon-no2::before{

    content: '2';

}

.icon-no3::before{

    content: '3';

}

.icon-no4::before{

    content: '4';

}

.icon-no5::before{

    content: '5';

}

.icon-no6::before{

    content: '6';

}

.icon-no7::before{

    content: '7';

}

.icon-no8::before{

    content: '8';

}

.icon-no9::before{

    content: '9';

}

.icon-no10::before{

    content: '10';

}

.fancybox-content{

    background-color: #fff !important;

}

.custom-container{

    max-width: 1920px;

}

@media(min-width: 1921px){

    .custom-container{

        border: 1px solid #55c77e;

    }

}

ul li{

    font-size: 16px;

}

.custom-tip > p{

    display: inline-block;

    padding-left: 10px;

    color: #191919;

    font-size: 16px;

}

.custom-hr{

    border-color: #e1e8f0;

}

.text-white{

    color: #fff;

}

.custom-para{

    font-size: 16px;

}

.custom-tiphigh > p{

    color: #191919;

    font-size: 16px;

}
.custom-tip{
    border: solid 1px #49C0E6;
    padding: 10px;
}
.module-title{
    font-size: 16px;
    font-weight: 900;
    color: #000000;
}
.right-border{
    border-right:solid 2px #c7b9bd;
    padding:  0 10px;
    margin-right: 8px;
}