
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: 'Larsseit';
    src: url('../fonts/Larsseit.eot?#iefix') format('embedded-opentype'), url('../fonts/Larsseit.woff') format('woff'), url('../fonts/Larsseit.ttf') format('truetype'), url('../fonts/Larsseit.svg#Larsseit') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Larsseit-Bold';
    src: url('../fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Larsseit-Bold.woff') format('woff'), url('../fonts/Larsseit-Bold.ttf') format('truetype'), url('../fonts/Larsseit-Bold.svg#Larsseit-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Larsseit-Light';
    src: url('../fonts/Larsseit-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Larsseit-Light.woff') format('woff'), url('../fonts/Larsseit-Light.ttf') format('truetype'), url('../fonts/Larsseit-Light.svg#Larsseit-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    height: 100%;
}

body {
    font-family: 'Larsseit';
    font-size: 16px;
    font-size: 20px;
    line-height: 24px;
    color: #04A3E2;
}

a , .dropdown-item{
    color: #04A3E2;
}

    a:hover {
        color: #F4BA04;
        text-decoration: none;
    }

	.dropdown-item:hover{
    color: #04A3E2;
}
h1 {
    font-family: 'Larsseit-Bold';
    font-size: 40px;
    font-weight: 300;
}

h2 {
    font-family: 'Larsseit-Bold';
    font-size: 50px;
}


h3 {
    font-family: 'Larsseit-Bold';
    font-size: 50px;
    color: #fff;
}


h4 {
    font-family: 'Larsseit-Bold';
    font-size: 50px;
}



p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #262323;
}



:focus {
    border: none !important;
    box-shadow: inherit !important;
}

button:focus {
    border: 0;
    outline: 0;
}


input {
    outline: none;
}
.address p{color:#04A3E2;}

.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}

.navbar {
    padding: 0;
}
.dropdown-menu{z-index:20; min-width: 16rem;}


.sub-menu1{top: 75px; padding-bottom: 0px;}
.sub-menu2{height:auto !important;top: auto;}
.img-responsive {
    max-width: 100%;
}

#logo {
    padding: 20px;
    width: 201px;
	    margin-top: 30px;
}

.TopBanner{
margin-top: 20px;
}
.navbar-toggler {
    margin-top: 15px;
}

section.innercontent {
    min-height: 700px;
}

.navbar{
    background: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 28px !important;
}

.banner .nav-link {
    color: #fff !important;
    font-size: 16px;
}
.pull-right {
    float: none !important;
}

.mailbox i {
    vertical-align: middle;
    margin-right: 9px;
    font-size: 22px;
}

.searchinput input.form-control {
    width: 110px;
    display: inline-block;
    background: transparent;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

    .searchinput input.form-control:focus {
        border: 3px solid #fff !important;
        box-shadow: inherit !important;
    }

.searchinput input::placeholder { /* Firefox, Chrome, Opera */
    color: #fff !important;
}

.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.searchinput input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.welcomebox {
    max-width: 510px;
    padding: 0px 0 100px 44px;
    margin-top: 120px;
}

.welcome {
    color: #fff;
    font-size: 25px;
    margin-bottom: 18px;
}

.welcomeheading {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 31px;
    color: #fff;
}

.welcometxt {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.talkbtn a {
    background: #04A3E2;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
}

    .talkbtn a:hover {
        background: #F4BA04;
        color: #fff;
    }


/********************about css ************************/


section.abouttxt {
    margin-top: 86px;
}

.taking h2 {
    color: #04A3E2;
    margin-bottom: 40px;
}

.divier {
    width: 204px;
    height: 9px;
    background: #04A3E2;
    margin: 40px 0;
}
.divierwhite {
    width: 204px;
    height: 9px;
    background: #ffffff;
    margin: 40px 0;
}


.taking p {
    color: #262323;
}

.morelink a {
        background: #04A3E2;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
}

    .morelink a:hover {
        color: #5e2d29;
        opacity: 0.5;
    }


.container.taking {
    background: url(../images/welcome-divider.jpg) repeat-x;
    padding: 0;
}

    .container.taking .row {
        margin: 0;
    }

.doorstep-box {
    padding: 0 50px;
}
.whitedivider {
    width: 204px;
    height: 9px;
    background: #ffffff;
    margin: 40px 0;
}

   /* .doorstep-box h3::after {
        content: "";
        background: #fff;
        width: 200px;
        height: 10px;
        position: absolute;
        bottom: 10px;
        margin-left: 20px;
    } */

.row.doorstep-cont {
    padding-top: 50px;
}

.doorstep-img img.img-responsive {
    padding: 65px 28px;
}

.doorstep-imggap {
    margin-bottom: 78px;
}

.doorstep-cont .col-lg-8.text-right {
    margin-top: 30px;
}

.doorstep {
    max-width: 244px;
}

    .doorstep p {
        margin-bottom: 27px;
		color:#fff;
    }

.people-container {
    background: url(../images/peope-bg.png) bottom center no-repeat;
}

.peopleheading h4 {
    color: #04A3E2;
    position: relative;
    margin-bottom: 29px;
}

   /* .peopleheading h4::after {
        content: "";
        background: #04A3E2;
        width: 200px;
        height: 10px;
        position: absolute;
        bottom: 10px;
        margin-left: 20px;
    }
	*/


.peopleheading p {
    max-width: 541px;
}

.yrartxt {
    font-size: 26px;
    color: #04A3E2;
    font-family: 'Larsseit-Bold';
}

.yearnum {
    font-size: 101px;
    color: #04A3E2;
    font-family: 'Larsseit-Bold';
}

.year {
    margin-top: 50px;
}

.takingsection {
    background: url(../images/talking-bg.jpg) top center repeat-x;
    margin-top: -1px;
}




.row.talkcontent {
    /*padding: 0 55px;*/
}

    .row.talkcontent h2 {
        color: #04A3E2;
        margin-bottom: 22px;
        margin-top: 41px;
    }

button.navbar-toggler.navbar-toggler-right {
    background: #04a3e2 !important;
}

    button.navbar-toggler.navbar-toggler-right.collapsed {
        background: #04a3e2 !important;
    }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    background: #none !important;
}


footer.footerbox {
    background: #2b3b52;
    padding: 100px 0 0px 0;
}

.talking-img {
    margin-top: 22px;
}

.takingposition {
    position: absolute;
    z-index: 1;
    bottom: -65px;
}

.mainlink a {
    color: #04A3E2;
    font-size: 19px;
}

.mainlink li {
    list-style: none;
    margin-bottom: 11px;
}

.copywrite {
    background: #04A3E2;
    padding: 20px 0;
    margin-top: 30px;
    color: #fff;
}

    .copywrite a {
        color: #fff;
    }

.form-group {
    display: flex;
    flex-wrap: wrap;
}

.subcribeinput {
    flex: 75%;
    max-width: 74%;
    padding: 0 10px;
}

.subcribesubmit {
    flex: 25%;
    max-width: 25%;
    padding: 0 10px;
}

.subcribeinput input {
    padding: 15px;
    border-radius: 20px;
    border: 0;
    font-size: 15px;
}

.subcribesubmit button {
    background: #6d4442;
    border-color: #704745;
    padding: 15px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 15px;
}

    .subcribesubmit button:hover {
        color: #704745;
        background-color: #bdb79d;
        border-color: #704745;
    }

.bettercontent.cropdesk {
    display: none;
}

@media screen and (min-width: 992px) {
    .navbar {
        height: 140px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-right: 75px;
    }

    #nav-left {
        padding-left: 30px;
    }
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.yrartxt {
    line-height: 39px;
}

.yearnum {
    line-height: 151px;
}

.peopleheading p {
    line-height: 24px
}

.searchbar input {
    width: 110px;
    display: inline-block;
    background: transparent;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    height: 44px;
}

    .searchbar input::placeholder {
        color: #fff;
    }

.SkinObject {
    display: none;
}

.LoginPanel {
    margin: 36px 14px 5px 240px;
}

.DNNContainer_Title_h2 h2 .TitleH2, .DNNContainer_Title_h3 h3 .TitleH3, .DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px;
    color: #04A3E2;
    font-size: 36px;
}

    .DNNContainer_Title_h2 h2 .TitleH2.centered, .DNNContainer_Title_h3 h3 .TitleH3.centered, .DNNContainer_Title_h4 h4 .TitleH4.centered {
        text-align: center
    }

	h5{color:#04A3E2;}
	
/*.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878
}*/
.lms_heading_1, .lms_heading_2, .lms_heading_3, .lms_heading_4, .lms_heading_5, .lms_heading_6 {
    text-align: center
}

.lms_heading_1 .lms_heading_title, .lms_heading_2 .lms_heading_title, .lms_heading_3 .lms_heading_title, .lms_heading_5 .lms_heading_title, .lms_heading_6 .lms_heading_title {
        border-bottom: 1px solid #7b7878;
        font-weight: 400;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 32px 28px;
        position: relative
    }

        .lms_heading_1 .lms_heading_title:after {
            content: "";
            position: absolute;
            top: 100%;
            margin: -10px 0 0 -5px;
            left: 50%;
            width: 10px;
            height: 20px;
            background: #fff;
            border-left: 2px solid #7b7878;
            border-right: 2px solid #7b7878;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg)
        }

    .lms_heading_4 .lms_heading_title {
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 30px 10px
    }

.DNNContainer_Boxed {
    border: 4px solid #300c0c;
    position: absolute;
    border-radius: 12px;
}

    .DNNContainer_Boxed .heading_wrapper h2 {
        text-align: center;
    }

@media screen and (min-width: 767px) and (max-width: 768px) {
	.yearnum { 
	font-size: 70px;
	line-height: 100px;
	}
	.yrartxt
	{
		line-height: 32px;
		font-size: 23px;
	}
	
	.navbar-toggleable-md .navbar-nav .dropdown-menu
	{
	    background: #04a3e2;
	}
	.dropdown-item{color: #fff;}
	
}

@media screen and (max-width: 768px) {

    .dropdown-menu .li a {
        color: #714744 !important;
    }

    .navbar-light .navbar-nav .nav-link {      
        padding-left: 10px;
    }
	.TopBanner{
margin-top: 0px;
}
}

.dropdown-menu .li a {
    color: #714744 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.DNNContainer_Title_h2{
padding:30px;
}
.eds_CarouselGallery_Modern .edsCG_itemDescription{
padding:10px;
}
.swiper-slide , .swiper-wrapper , .swiper-container{
height:auto !important;
}
ul {
    list-style: circle;
	color:#04A3E2;
}