/*@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800|Teko:300,400,500,600,700&display=swap");*/
@font-face {
    font-family: 'KurtiDev';
    src: url('../fonts/KurtiDev.ttf') format('truetype'); 
}

/* body {*/
/*    min-width: 1024px;*/
/*    overflow-x: auto !important;*/
/*}*/
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: inherit !important;
}
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 200px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #a2bb8f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #a2bb8f;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper {
        padding: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper {
        padding: 30px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form input {
    height: 60px;
    width: 100%;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 33px 9px 32px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form input {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form input {
        padding: 9px 33px 9px 25px;
        margin-bottom: 20px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form input::placeholder {
    color: #616875
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form input::placeholder {
        font-size: 14px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 11px 19px 11px 31px;
    line-height: 42px;
    border-radius: 5px;
    border: 1px solid #efebeb;
    background: #fff;
    color: #a6abb0;
    font-size: 17px;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form .nice-select {
        margin-bottom: 20px;
        padding-left: 25px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select .list {
    width: 100%
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0
}

.contact-form-area .contact-form-wrapper form.contact-form .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -7px;
    right: 29px
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
    display: flex
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper>label {
    position: relative;
    bottom: -8px;
    color: #2c234d;
    font-weight: 700
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

@media (max-width: 575px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper {
        display: block
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio {
    margin: 0.5rem;
    display: inline-block
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio label {
    cursor: pointer;
    margin-left: -2px;
    font-size: 14px;
    color: #677294
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio label {
        font-size: 15px
    }
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 3px;
    margin-right: 17px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #f15f22;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #f15f22
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4
}

.contact-form-area .contact-form-wrapper form.contact-form .radio-wrapper .select-radio .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

#mmenu,
.button {
    position: relative
}

#mmenu ul,
.button {
    background-color: #000066
}

#comp,
.button {
    text-align: center
}

#headtext,
#mmenu li a,
#title,
.dropbtn,
a {
    font-weight: 700
}

#mmenu li a,
.button,
.dropbtn,
a,
a:hover {
    text-decoration: none
}

body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 12px;
    margin: 0px;
}

.logo_div {
    width: 10%;
    margin-bottom: 10px;
}

.site_titile_div {
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .logo_div {
        width: 100%;
    }
    #logo {
    margin-left: 0px !important;
    }
    

    .site_titile_div {
        display: none;
    }
}

#logo {
    float: left;
    margin-left: 40px;
    margin-top: 20px;
    width: 100%;
    height: 106px;
}

#logo_about {
    float: left;
    /*margin-left: 40px;*/
    margin-top: 20px;
    width: 160px;
    height: 106px;
}

#title {
    /* padding-top: 25px;
    padding-left: 200px; */
    font-size: 35px;
    color: #fff;
    float: left
}

.headbox a {
    font-size: 15px;
}

#headtext {
    background-color: #2F4F4F;
    height: 45px;
    color: #fff;
    font-size: 30px
}

.button {
    border: none;
    color: #fff;
    padding: 5px 12px;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    float: right;
    bottom: 20px;
    right: 20px
}

#comp,
#mmenu {
    border-bottom: 1px solid #000
}

#mmenu span {
    cursor: pointer;
    background-repeat: no-repeat
}

#mmenu {
    z-index: 1000;
    width: 100%
}

#mmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#mmenu li {
    float: left
}

#mmenu li a,
.dropbtn {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 16px;
    min-height: 18px
}

#mmenu li a:hover,
.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #000
}

#comp,
#fbtd {
    color: #fff
}

#mmenu li.dropdown {
    display: inline-block;
    background-color: #0F3063
}

#mmenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0F3063;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

#mmenu .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left
}

#mmenu .dropdown-content a:hover {
    background-color: #fff;
    color: #000
}
.dropdown-content a:hover ~ .child_parent_menu {
    color: blue !important; 
}
.media {
    align-items: baseline !important;
}
.contact-info__icon i{
font-size: 25px;
}

#mmenu .dropdown:hover .dropdown-content {
    display: block
}

.pageHeader {
    background-color: #8B0000;
    float: center;
    clear: none;
    height: 135px;
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.pageContent,
.pageFooter {
    float: left;
    clear: none;
    height: auto;
    width: 100%
}

.pageFooter {
    background-color: #FEE2B7
}

#comp {
    background-color: #fff;
    clear: both;
    padding: 5px;
    height: 18px;
    margin-top: -8px;
    width: 100%
}

li a {
    text-decoration: underline
}

#trc {
    align: center
}

#fbtd {
    height: 35px;
    width: 305px;
    background-color: #0F3063;
    font-size: +3;
    border-radius: 20px
}

.headbox {
    background-color: #fff;
    border: 1px solid #FF0013;
    height: 100%;
    min-height: 650px;
    /* width: 330px */
    margin-bottom: 10px;
}

.footer {
    background-color: #2e3b4e;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    margin-bottom: 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    color: #c6c6ca;
}

.custom-div {
    color: white;
    padding: 9px;
    margin-bottom: 10px;
    text-align: center;
}

#div1,
#div2,
#div3,
#div4,
#div5,
#div6,
#div7,
#div8 {
    /* font-size: x-large; */
    /* height: 70px; */
    /* width: 250px; */
    color: white !important;
    min-height: 55px;

}

#div1 a,
#div2 a,
#div3 a,
#div4 a,
#div5 a,
#div6 a,
#div7 a,
#div8 a {
    text-decoration: none !important;
    color: white !important;
}

#div1 {
    background-color: #EB006D;
}

#div2 {
    background-color: #004380;
}

#div3 {
    background-color: #006600;
}

#div4 {
    background-color: #C100FF;
}

#div5 {
    background-color: #ff3300;
}

#div6 {
    background-color: #006666;
}

#div7 {
    background-color: #990000;
}

#div8 {
    background-color: #cc0066;
}

@media screen and (min-width: 1024px) {
    .ads_div {
        display: block !important;
    }
}

.ads_div {
    display: none;
}

.slider-height{
    background-image:url(../img/hero/h1_hero.jpg);
    min-height:1080px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .slider-height{
        min-height:700px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider-height{
        min-height:500px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-height{
        min-height:500px
    }
}
@media (max-width: 575px){
    .slider-height{
        min-height:500px
    }
}
.slider-height2{
    background-image:url(../img/hero/hero2.jpg);
    min-height:460px;
    background-repeat:no-repeat;
    background-size:cover
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider-height2{
        min-height:350px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-height2{
        min-height:260px
    }
}
@media (max-width: 575px){
    .slider-height2{
        min-height:260px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area .hero__caption{
        padding-top:50px
    }
}
@media (max-width: 575px){
    .slider-area .hero__caption{
        padding-top:50px
    }
}
.slider-area .hero__caption h1{
    font-size:95px;
    font-weight:600;
    margin-bottom:14px;
    color:#fff;
    line-height:95px;
    text-transform:capitalize;
    margin-bottom:40px
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .slider-area .hero__caption h1{
        font-size:60px;
        line-height:1.2
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .slider-area .hero__caption h1{
        font-size:50px;
        line-height:1.2
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area .hero__caption h1{
        font-size:35px;
        line-height:1.2
    }
}
@media (max-width: 575px){
    .slider-area .hero__caption h1{
        font-size:32px;
        line-height:1.2
    }
}
.slider-area .hero__caption h1 span{
    color:#a2bb8f;
}
.slider-area form.search-box{
    display:flex;
    flex-wrap:wrap;
    border-radius:50px;
    margin-bottom:15px
}
.slider-area form.search-box .input-form{
    width:53%;
    position:relative;
    overflow:hidden
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area form.search-box .input-form{
        width:66%
    }
}
@media (max-width: 575px){
    .slider-area form.search-box .input-form{
        width:100%
    }
}
.slider-area form.search-box .input-form input{
    height:60px;
    width:100%;
    color:#777777;
    font-size:18px;
    font-weight:400;
    padding:9px 33px 9px 32px;
    border:none;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px
}
@media (max-width: 575px){
    .slider-area form.search-box .input-form input{
        margin-bottom:20px;
        border-top-left-radius:0px;
        border-bottom-left-radius:0px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area form.search-box .input-form input{
        padding:9px 33px 9px 25px
    }
}
.slider-area form.search-box .input-form input::placeholder{
    color:#616875
}
@media (max-width: 575px){
    .slider-area form.search-box .input-form input::placeholder{
        font-size:13px
    }
}
.slider-area form.search-box .search-form{
    width:22%;
    overflow:hidden
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area form.search-box .search-form{
        width:34%
    }
}
@media (max-width: 575px){
    .slider-area form.search-box .search-form{
        width:100%
    }
}
.slider-area form.search-box .search-form a{
    width:100%;
    height:60px;
    background:#a2bb8f;
    font-size:20px;
    line-height:1;
    text-align:center;
    color:#fff;
    display:block;
    padding:15px;
    border-radius:0px;
    text-transform:uppercase;
    font-family:"Barlow",sans-serif;
    line-height:1.2;
    line-height:29px;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.03em;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}
@media (max-width: 575px){
    .slider-area form.search-box .search-form a{
        border-top-right-radius:0px;
        border-bottom-right-radius:0px
    }
}
.slider-area .hero-pera p{
    color:#fff;
    margin-bottom:42px;
    font-size:14px;
    font-style:italic;
    text-transform:uppercase
}
.hero-overly{
    position:relative;
    z-index:1
}
.hero-overly::before{
    position:absolute;
    content:"";
    background-color:rgba(1,10,28,0.6);
    width:100%;
    height:100%;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:-1;
    background-repeat:no-repeat
}
.slider-area .hero-cap h2{
    color:#fff;
    font-size:95px;
    font-weight:600;
    text-transform:capitalize;
    line-height:1
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .slider-area .hero-cap h2{
        font-size:50px
    }
}
@media (max-width: 575px){
    .slider-area .hero-cap h2{
        font-size:35px
    }
}
.slider-area .hero-cap .breadcrumb{
    background:none;
    padding:0;
    margin:0
}
.slider-area .hero-cap .breadcrumb a{
    color:#dcdcdc;
    font-size:18px;
    text-transform:capitalize
}
.slider-area .hero-cap .breadcrumb-item+.breadcrumb-item::before{
    color:#dcdcdc
}
.breadcrumb>.active{
    color:#888
}
.media-body {
    word-break: break-word !important;
}
.home-social-link {
    margin-right: 50px;
  }

  
  @media (max-width: 768px) {
    .home-social-link {
      margin-right: 0;
      margin-bottom: 10px;
      display: block; 
    }
  }

