.custombtn {
    border-width: 1px;
    cursor: pointer;
    line-height: normal;
    padding: 12px 35px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

    .custombtn.active:focus, .custombtn:active:focus {
        box-shadow: none !important;
    }

.custombtn-fill-out {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #000000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .custombtn-fill-out::before,
    .custombtn-fill-out::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 51%;
    }

    .custombtn-fill-out::after {
        right: 0;
        left: auto;
    }

    .custombtn-fill-out:hover:before,
    .custombtn-fill-out:hover:after {
        width: 0;
    }

    .custombtn-fill-out:hover {
        /*color: #286d7c !important;*/
        color: #4dd106 !important;
    }

.custombtn-fill-line {
    background-color: transparent;
    border: 1px solid #333;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
}

    .custombtn-fill-line:before, .custombtn-fill-line:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #333;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 50%;
    }

    .custombtn-fill-line::after {
        right: 0;
        left: auto;
    }

    .custombtn-fill-line:hover:before,
    .custombtn-fill-line:hover:after {
        width: 0;
    }

    .custombtn-fill-line:hover {
        color: #333 !important;
    }

.custombtn-border-fill {
    border: 1px solid #286d7c;
    color: #286d7c;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .custombtn-border-fill::before,
    .custombtn-border-fill::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #FF324D;
        z-index: -1;
        transition: all 0.3s ease-in-out;
        width: 0;
    }

    .custombtn-border-fill::after {
        right: 0;
        left: auto;
    }

    .custombtn-border-fill:hover:before,
    .custombtn-border-fill:hover:after {
        width: 50%;
    }

    .custombtn-border-fill:hover {
        color: #fff !important;
    }



    /*Title Css*/
.heading_custom1 {
    margin-bottom: 25px;
}

    .heading_custom1 h1, .heading_custom1 h2, .heading_custom1 h3, .heading_custom1 h4, .heading_custom1 h5, .heading_custom1 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

.heading_custom2 {
    position: relative;
}


    .heading_custom2 h1, .heading_custom2 h2, .heading_custom2 h3, .heading_custom2 h4, .heading_custom2 h5, .heading_custom2 h6,
    .heading_custom3 h1, .heading_custom3 h2, .heading_custom3 h3, .heading_custom3 h4, .heading_custom3 h5, .heading_custom3 h6
    .heading_customd h1, .heading_customd h2, .heading_customd h3, .heading_customd h4, .heading_customd h5, .heading_customd h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
    }

    .heading_custom2 h1,
    .heading_custom2 h2,
    .heading_custom2 h3,
    .heading_custom2 h4,
    .heading_custom2 h5,
    .heading_custom2 h6 {
        position: relative;
        z-index: 9;
    }

    .heading_custom2 .sub_heading {
        font-size: 100px;
        font-weight: bold;
        padding: 0;
        margin-bottom: -15px;
        z-index: 0;
        position: relative;
        line-height: 100px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#1affffff',GradientType=0 );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .heading_custom2.heading_light .sub_heading {
        background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.01) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.01) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#1a000000',GradientType=0 );
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.heading_custom3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

    .heading_custom3::before {
        content: "";
        position: absolute;
        left: 0;
        width: 350px;
        height: 1px;
        background-color: #286d7c;
        bottom: 0;
        right: 0;
    }

.heading_customd {
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: inline-block;
    /*border-bottom: 1px solid #286d7c;*/
    border-bottom: 3px solid black;
    width: 350px;
    text-align: center;
}

    .heading_customd::after {
        content: "";
        display: inline-block;
        left: 0;
        width: 350px;
        /*height: 1px;*/
        height: 0px;
        background-color: #286d7c;
        bottom: 0;
        right: 0;
    }

.heading_light.heading_custom3::before {
    background-color: #fff;
}

.heading_custom3.text-center::before {
    margin: 0 auto;
}

.heading_custom3.text-right::before {
    left: auto;
    right: 0;
}

.heading_custom4 {
    margin-bottom: 15px;
}

    .heading_custom4 h1, .heading_custom4 h2, .heading_custom4 h3, .heading_custom4 h4, .heading_custom4 h5, .heading_custom4 h6 {
        font-weight: 700;
        margin: 0;
        text-transform: capitalize;
        line-height: normal;
    }

    .heading_custom4 .heading_icon i {
        color: #20E076;
        font-size: 30px;
        position: relative;
        z-index: 3;
        width: 50px;
        display: block;
        height: 50px;
        line-height: 50px;
    }

.heading_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    text-align: center;
}

    .heading_icon::after {
        content: "";
        position: absolute;
        right: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .heading_icon::before {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        top: 50%;
        border-top: 1px solid #999;
        z-index: -1;
        border-bottom: 1px solid #999;
        height: 5px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.heading_light .heading_icon i {
    color: #fff !important;
}

.heading_uppercase h1,
.heading_uppercase h2,
.heading_uppercase h3,
.heading_uppercase h4,
.heading_uppercase h5,
.heading_uppercase h6 {
    text-transform: uppercase;
}

.heading_light * {
    color: #fff;
}

.sub_heading {
    color: #FF324D;
    margin-bottom: 10px;
    display: block;
}

.highlight_text {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}





















.contact_wrap li {
	list-style: none;
}
.contact_wrap li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 25px;
	-ms-flex-align: center;
	align-items: center;
}
.contact_icon {
	margin-right: 20px;
}
.contact_icon i {
	font-size: 34px;
	color: #2d2f8f;
}
.contact_text span {
	color: #333;
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
}
.contact_text p:last-child {
	margin-bottom: 0;
}
.contact_text a {
	color: #286d7c;
	line-height: 28px;
}
.contact_text a:hover {
	color: #FF324D;
}
.contact_style1 {
	text-align: center;
	padding: 20px;
	border: 2px solid #eee;
	margin-bottom: 30px;
}
.contact_style1 .contact_text span {
	margin-bottom: 5px;
}
.contact_style1 .contact_icon {
	margin-right: 0;
	margin-bottom: 10px;
}
.contact_style2 {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
	border-radius: 10px;
}
.contact_style2 .contact_icon {
	background-color: #DFFFED;
	margin: 0 0 5px;
	height: 90px;
	width: 90px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.contact_style2 .contact_icon i {
	line-height: 90px;
}
.contact_style3 {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 40px 20px;
	border-radius: 10px;
}
.contact_style3 .contact_icon {
	border: 1px solid #2d2f8f;
	margin: 0 0 5px;
	height: 80px;
	width: 80px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.contact_style3 .contact_icon i {
	line-height: 78px;
	transition: all 0.5s ease-in-out;
}
.contact_style3 .contact_icon::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #2d2f8f;
	z-index: ;
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 100%;
	z-index: -1;
}
.contact_style3:hover .contact_icon::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact_style3:hover .contact_icon i {
	color: #fff;
}
.contact_box {
	position: relative;
	padding: 50px 0px;
	display: table;
	width: 100%;
}
.contact_form {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	max-width: 500px;
	background-color: #fff;
	padding: 30px;
	float: right;
	margin-right: 30px;
	position: relative;
	z-index: 9;
}
.contact_box .map {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.contact_box .map iframe {
	height: 100%;
}


.why-dar-pts {
    color: #286D7B;
    font-size: 26px;
    line-height: 38px;
}

    .why-dar-pts li {
        margin-bottom: 15px;
    }

@media screen and (max-width : 1920px) {
    .why-dar-mobile {
        display: none !important;
    }
}

@media screen and (max-width : 906px) {
    .why-dar-desktop {
        display: none !important;
    }

    .why-dar-mobile {
        display: flex !important;
    }
}



