/* Loader */

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}


.loader {
    display: flex;
  -ms-flex-pack: center!important;
    justify-content: center!important;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loader .loader-content{
    text-align: center;
}

.loader__label {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;
    color: #003399;
    white-space: nowrap;
    margin-top: 50px;
    height: 80px;
}

.loader__label p{
    text-transform: uppercase;
    letter-spacing: 4px;
}

.spinner-border{
    width: 50px;
    height: 50px;
    border-width: 2px;
}


@-webkit-keyframes arrow-up-down {
  0% {top: 0px;}
  100% {top: 10px;}
}

@keyframes arrow-up-down {
  0% {top: 0px;}
  100% {top: 10px;}
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}


/* CSS Variables */
:root {
  --main-bg-color: #ff4804;
}


/* Typography */
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 50px;
	font-weight: 800;
}
h2 {
	font-size: 44px;
	font-weight: 800;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}

.fs12{ font-size: 12px; }
.fs14{ font-size: 14px; }
.fs16{ font-size: 16px; }
.fs18{ font-size: 18px; }
.fs20{ font-size: 20px; }
.fs25{ font-size: 25px; }
.fs30{ font-size: 30px; }

.fw1{ font-weight: 100 }
.fw2{ font-weight: 200 }
.fw3{ font-weight: 300 }
.fw4{ font-weight: 400 }
.fw5{ font-weight: 500 }
.fw6{ font-weight: 600 }
.fw7{ font-weight: 700 }
.fw8{ font-weight: 800 }
.fw9{ font-weight: 900 }





/* Global Styles */
section.section{
    padding: 80px 0
}

.section-head{
    margin-bottom: 60px
}
.section-title,
.section-heading{
    font-weight: 800;
    line-height: 1.2
}

.section-footer{
    margin: 30px 0 0 0
}

.title.rl{
    font-family: 'cf-rl';
}

.title.bd{
    font-family: 'cf-bl';
}

.sub-heading{
    font-weight: 600
}

.lead{
    font-size: 24px;
    font-weight: 400
}

.text-underline{
    text-decoration: underline;
}

.page-hero-content h1{
    margin: 0
}

.page-hero-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    opacity: 0.7
}

.bg-dark .section-title,
.bg-dark .section-heading,
.bg-dark p{
    color: #ffffff
}

.display-3{
    font-size: 24px;
}

.display-4{
    font-size: 30px;
}

.text-white{
    color: #fff;
}


.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

hr.dark{
    border-bottom-color: #000
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400
}

.separator {
	border-top: 1px solid #f2f2f2
}

.separator-dark {
	height: 2px;
    background: #000;
    margin: 30px 0;
}



.img-right{
    float: right;
}


.text-primary{
    color: #ce0058!important
}
.text-secondary{
    color: #215dab!important
}

.text-success{
    color: #1ba99e!important
}


.show-sm{
    display: none
}

/* button style */
a, 
button {
	color: #15303e;
	outline: medium none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #5d2d1e;
	text-decoration: none;
}

button{cursor: pointer;}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}


.btn {
	-moz-user-select: none;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
    font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 12px 25px 12px 25px;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:hover,
.btn:focus{
/*    box-shadow: 11px 20px 21px 4px rgba(0, 0, 0, 0.20);*/
}


.btn-sm{
    font-size: 13px;
	padding: 6px 25px 6px 25px;

}


.btn-lg{
    font-size: 18px
}

.btn-primary {
	background: #ce0058;
    border-color: #ce0058;
	color: #fff;
	display: inline-block;
}
.btn-primary:hover{
	background:#393939;
    border-color: #393939;
	color:#f8df20;
}



.btn-secondary{
    background: #215dab;
    border-color: #215dab;
	color: #fff;
	display: inline-block;
}

.btn-light{
    color: #215dab
}

.btn-light{
    color: #5c5c5c
}

.btn-icon{
    display: inline-flex;
    justify-content: space-between;
}
.btn-icon>.icon{
    font-size: 20px;
    line-height: 24px;
    margin-left: 40px;
}

.btn-outline-primary{
    border-color:#eaeaea!important;
    color: #ce0058;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus{
    background: #eaeaea;
    border-color: #ce0058;
    color: #ce0058;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgba(234, 27, 53,0.3)
}


.btn-outline-secondary{
    border-color: #15303e;
    color: #15303e;
}

.btn-outline-secondary:hover{
    background: #15303e;
    border-color: #15303e;
    color: #fff;
    
}

.btn-outline-light:hover,
.btn-outline-light:focus{
    background: #fff;
    border-color:rgba(0,0,0,0.1);
    color: #393939;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus{
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255,0.3)
}

.btn-outline-dark{
    border-color: #677381;
    color: #677381
}


.btn-link.br-bottom{
    position: relative;
}
.btn-link.br-bottom:after{
    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    bottom: 0;
    left: 30%;
    right: 30%;
    background: #ce0058;
    transition: .1s
}
.btn-link.br-bottom:hover,
.btn-link.br-bottom:focus{
    text-decoration: none;
}

.btn-link.br-bottom:hover:after{
    width: 100%;
    left: 0;
    right: 0;
}

.nav-pills .nav-link{
    border-radius: 0; 
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}



/* Sticky Nav */

.sticky-nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}


/* Dropdown */
.dropdown-menu{
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    border-width: 0px;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,.3);
}

.dropdown-item{
    padding: 15px 25px
}

.dropdown-item:focus, .dropdown-item:hover{
    background: #dbdbdb;
}


/* Form */
.form-control,
.form-select,
.form-check-input{
    border-radius: 0px!important;
    border-color: #000;
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus{
    border-color: rgba(255, 255, 255,1);
    box-shadow: 0 0 0 0.2rem rgba(17, 47, 65,0.40);
}

select.custom-select{
    font-size: 16px
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-floating>.form-control,
.form-floating>.form-select{
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
}
.form-floating>label{
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    padding: 20px;
    text-transform: uppercase;
}

.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label{
    margin-top: -3px;
    background: #fff;
    opacity: 1;
    padding: 0 10px;
    height: auto;
    margin-left: 7px;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0!important;
    padding-bottom: 0!important;
}


.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown){
    padding-top: 15px!important;
}



.form-floating>.form-select{
    height: auto;
    padding-bottom: 10px
}

.form-check-input:checked{
    background: #000;
    border-color: #000
}



/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}


form .form-action{
    display: flex;
    justify-content: space-between;
    align-items: center
}

form .form-action .btn-primary{
    font-size: 18px;
    font-weight: 400;
    text-transform:none
}

/* Grid */
.gallery-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px
}

.gallery-grid .grid-item{
    width: 100%;
    height: 100%;
    background: #ccc;
}

.gallery-grid .grid-item--hero{
    grid-column-start: 1;
    grid-column-end: 4;
}

.gallery-grid img{
    width: 100%;
}

/* Cards */

.section-card-bg{
    border: none;
    border-radius: 0;
}

.section-card-bg img{
    border-radius: 0;
}


.card-img-overlay .card-content{
    display: flex;
    height: 100%
}

.card-img-overlay .card-content-center{
    margin: auto;
}

.card-img-overlay .card-content-center.al{
    margin: auto 0;
}

.card-img-overlay .align-center{
    text-align: center;
}

.card{
    background-color: #fff;
}

.card .card-body{
    padding: 30px 40px;
}


/* Icon List */
ul.highlights-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}

ul.highlights-list li{
    display: flex;
    align-items: center;
}

ul.highlights-list .icon-box{
    width: 100px;
    height: 100px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Icon - Text */

.icon-box{
    display: flex;
}

.icon-box.ai-c{
    align-items: center;
}

.icon-box.align-start{
    align-items: flex-start;
}

.icon-box .icon{
    font-size: 24px;
    margin-right: 15px;
}

.icon-box span{
    display: block;
    margin:0;
    line-height: 30px;
}

/* Parallax BG */

.parallax-img{
    background-attachment: fixed;
    min-height: 400px
}


/* Tabs */
.nav-pills{
    border: solid 4px #fff;
    border-radius: 4px;
}
/*
.nav-pills .btn{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.nav-pills-primary .active{
    background: rgb(239,77,102);
    background: -moz-linear-gradient(180deg, rgba(239,77,102,1) 0%, rgba(232,24,56,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(239,77,102,1) 0%, rgba(232,24,56,1) 100%);
    background: linear-gradient(180deg, rgba(239,77,102,1) 0%, rgba(232,24,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef4d66",endColorstr="#e81838",GradientType=1);
}


.nav-pills-primary .active:focus{
    color: #ffffff
}

.nav-pills-primary .btn:hover{
    color: #fff;
    background: rgba(232,24,56,1)
}

.nav-pills-secondary .active{
    background: rgb(52,100,177);
    background: -moz-linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    background: -webkit-linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    background: linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3464b1",endColorstr="#1d199d",GradientType=1);
}

*/

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}
/*-- Margin Bottom --*/

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}

.gs-md-6{
    margin-left: 60px;
}

@media (max-width: 768px){
    .gs-md-6{
        margin: 0;
    }
    
    .show-sm{
        display:block
    }
}

/*-- Padding Top --*/

.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}
/*-- Padding Bottom --*/

.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-190 {
	padding-left: 190px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-120 {
	padding-right: 120px;
}
.ml-55 {
	margin-left: 55px;
}


/* font weight */
.f-700{font-weight: 700;}
.f-600{font-weight: 600;}
.f-500{font-weight: 500;}
.f-400{font-weight: 400;}
.f-300{font-weight: 300;}

/* Background Color */

.bg-white {
	background: #ffffff!important;
}
.bg-light-gray {
	background: #ececec!important;
}
.bg-gray {
	background: #7a7f84!important;
}
.bg-black {
	background: #222222!important;
}
.theme-bg {
	background: #1665d8!important;
}


.bg-primary{
    background-color: #251D00!important;
}

.bg-secondary{
    background-color: #003399!important;
}

.bg-cover{
	background-size: cover;
	background-position: center center
}

.bg-green{
    background: #33cc33;
    color: #fff;
}

.bg-blue{
    background: #003399;
    color: #fff;
}


.bg-gr-primary{
    background: rgb(238,70,96);
    background: -moz-linear-gradient(180deg, rgba(238,70,96,.7) 0%, rgba(228,0,35,.7) 42%);
    background: -webkit-linear-gradient(180deg, rgba(238,70,96,.7) 0%, rgba(228,0,35,.7) 42%);
    background: linear-gradient(180deg, rgba(238,70,96,.7) 0%, rgba(228,0,35,.7) 42%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee4660",endColorstr="#e40023",GradientType=.7);
}

/*
.bg-gr-primary{
    background: rgb(255,164,179);
    background: -moz-linear-gradient(180deg, rgba(255,164,179,1) 0%, rgba(255,163,177,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,164,179,1) 0%, rgba(255,163,177,1) 100%);
    background: linear-gradient(180deg, rgba(255,164,179,1) 0%, rgba(255,163,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa4b3",endColorstr="#ffa3b1",GradientType=1);
}
*/

.bg-gr-secondary{
    background: rgb(52,100,177);
    background: -moz-linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    background: -webkit-linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    background: linear-gradient(180deg, rgba(52,100,177,1) 0%, rgba(29,25,157,1) 42%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3464b1",endColorstr="#1d199d",GradientType=1);
}


.bg-p-1{
    background-image: url(../img/bg/bg-1.png);
    background-attachment: fixed;
    background-position: 40% 0;
}

.bg-p-2{
    background-image: url(../img/bg/pattren-square.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: 40% 0;
}

/* Color */

.white-color {
	color: #fff;
}
.black-color {
	color: #222;
}
.theme-color {
	color: #222;
}
.primary-color {
	color: #222;
}
/* black overlay */
.z-index{z-index: 9;position: relative;}
[data-overlay] {
	position: relative;
}
[data-overlay]::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
[data-overlay="3"]::before {
	opacity: 0.3;
}
[data-overlay="4"]::before {
	opacity: 0.4;
}
[data-overlay="5"]::before {
	opacity: 0.5;
}
[data-overlay="6"]::before {
	opacity: 0.6;
}
[data-overlay="7"]::before {
	opacity: 0.7;
}
[data-overlay="8"]::before {
	opacity: 0.8;
}
[data-overlay="9"]::before {
	opacity: 0.9;
}


.split-img{
  position: relative;
}

.split-img-content {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  padding:80px 60px;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.split-img-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #112f41;
}
.split-img-content-block {
  position: relative;
  max-width: 80%;
}

.content-block,
.content-block .section-heading{
    margin-bottom: 30px
}

.content-block.align--center{
    display: flex;
    align-items: center
}

.content-block .sub-heading{
    margin-bottom: 20px
}

.content-block p{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-block p:last-child{
    margin-bottom: 0;
}

.img-text-block{
    display: flex;
    align-items: center;
}

.img-text-block.djc{
    justify-content: center;
}


.img-text-block .img-block-left{
    margin: 0 80px 0 0 ;
}

.img-text-block .img-block-right{
    margin: 0 0 0  80px;
}




/* List Styles */
ul.list li{
    margin: 10px 0
}
ul.list li a{
    color: #000;
}

ul.list li a:hover{
    text-decoration: underline;
}

ul.list-dashed{
    padding: 0;    
}

ul.split_2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

ul.list-dashed li{
    position: relative;
    padding-left:25px;
    margin-bottom: 5px;
}

ul.list-dashed li:last-child{
    margin-bottom: 0;
}

ul.list-dashed li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background: #2d4d74;
    top: 12px;
    left: 0;
}

ul.list-dot li{
    text-align: left;
    position: relative;
    list-style: none;
    margin-top: 20px;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 500;
}

ul.list-dot li:before{
    position: absolute;
    content: '\00B7';
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
}

ul.list-icon li{
    position: relative;
    padding-left: 30px
}
ul.list-icon li:before{
    position: absolute;
    content: '\e876';
    font-family:'Linearicons-Free' ;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
}

ul.tick li:before{
    content: '';
    background: url(../img/icon/tick.svg) no-repeat top left;
    width: 15px;
    height: 15px;
    top: 5px
}

.list-style-1{
    margin-top: 30px;
}

.list-style-1 li{
    margin-bottom: 30px;
}

.list-style-1 li:last-child{
    margin-bottom: 0;
}

.list-style-1 li .heading{
    font-weight: 600;
}

.list-style-1 li p{
    font-weight: 500;
}


.list-count {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-count li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.list-count li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(206, 206, 206);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}


/* Features */
.features-description p {
	margin: 0;
	line-height: 30px;
}
.features-box h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.features-box img {
  margin-bottom: 25px;
}
.features-box p {
  margin: 0;
}
.single-features-box {
	border: 1px solid #c5c5c5;
	padding: 85px 50px;
	transition: .3s;
}
.single-features-box:hover{
	box-shadow: 0px 27px 70px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
}
.single-features-box:hover h2,.single-features-box:hover a {
	color: #007bff;
	text-decoration: none;
}

.single-features-box .product-logo{
    margin-bottom: 40px;
}

.single-features-box h2 {
	font-size: 30px;
	line-height:46px;
	color: #0c80bc;
	font-weight: 600;
	margin-bottom: 40px;
	transition: .3s;
}
.single-features-box p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
	color: #828282;
    min-height: 120px;
}
.single-features-box a {
    font-weight: 600;
	color: #000;
	text-decoration: underline;
	transition: .3s;
}

/* Carousel */

.owl-carousel  .owl-nav{
    position: absolute;
    top: 42%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100px;
    padding: 0;
    overflow: hidden;
}

.owl-carousel  .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    width: 50px;
    height: 50px;
    padding: 0!important;
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav.disabled{
    display: none!important;
}

.slider-1{
    position: relative;
}

.slider-1  .image{
    position: relative;
    margin: 0;
}

.slider-1  .image:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4)
}

.slider-1  .image .img-sm{
    display: none;
}

.slider-1 .silde-content-overlay{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    position: absolute;
    z-index: 9;
    top: 0;
}
    

.slider-1 .silde-content-overlay .silde-content{
    height: 100%;
    align-items: center;
    display: flex;
    margin: 0 auto;
    color: #fff;
}

.slider-1 .silde-content-overlay .silde-content-inner{
    width: 50%;
}

.slider-1 .silde-content-overlay .silde-content-center{
    text-align: center;
    justify-content: center;
}

.slider-1 .silde-content-overlay .silde-content-start{
    justify-content: flex-start;
    text-align: left;
}

.slider-1 .silde-content-overlay .silde-content-end{
    justify-content: flex-end;
    text-align: left;
}

.slider-1 .silde-content h1{
    font-size: 40px;
    letter-spacing: 1px;
}

.slider-1 .silde-content h1 span.break{
    display: block;
}

.slider-1 .silde-content .sub-heading{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px
}

.slider-1 .silde-content h4,
.slider-1 .silde-content h1{
    text-shadow: 4px 4px 45px rgba(0, 0, 0, 0.50);
}

.slider-1 .silde-content .link-text{
    position: relative;
    color: #fff;
    display: inline-block;
    line-height: 30px;
}

.slider-1 .silde-content .link-text i{
    margin: 0 0 0 40px;
}

.slider-1 .silde-content .link-text::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background: #fff;
	margin: auto;
	transition: .3s;
}
.slider-1 .silde-content .link-text:hover::after{
	width: 10%;
}

.slider-1 .slider-controls{
    position: absolute;
    top: 180px;
    right: 0;
    z-index: 2;
    width: auto;
    height: 50px;
    text-align: center;
    color: #ffffff;
}

.slider-1 .slider-controls .slider-counter{
    font-size: 18px;
    line-height: 54px;
    color: #ffffff;
    margin: 0 15px;
}

.slider-1 .owl-carousel .owl-nav{
    position: absolute;
    top: 230px;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-1 .owl-carousel .owl-nav .owl-prev,
.slider-1 .owl-carousel .owl-nav .owl-next{
    background: #ffffff;
    border-radius: 0;
    padding: 15px 20px !important;
    display: block;
}

 .slider-1 .owl-carousel .owl-nav .owl-prev:before,
 .slider-1 .owl-carousel .owl-nav .owl-next:before{
     font-size: 20px;
}

.slider-1 .owl-carousel .owl-nav .owl-prev:hover,
.slider-1 .owl-carousel .owl-nav .owl-next:hover{
    background-color: #393939;
    color: #f8df20!important;
}


/* Owl Controls */
.owl-theme .owl-dots .owl-dot{
    margin: 10px 5px
}
.owl-theme .owl-dots .owl-dot span{
    position: relative;
    text-indent: -9999px;
    padding: 0;
    height: 4px;
    width: 4px;
    border: 0;
    border-radius: 40px;
    margin: 0 3px;
    background: #b4b4b4;
    transition: .3s;
}



.owl-theme .owl-dots .owl-dot.active span{
    background:#000000; 
}

.owl-theme .owl-dots .owl-dot.active span:before{
    position: absolute;
    content: '';
    left: -3px;
    top: -3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: solid 1px #000000;
    border-radius: 100%
}


.controls-white .owl-dots .owl-dot span,
.controls-white .owl-dots .owl-dot span:hover,
.controls-white .owl-dots .owl-dot.active span{
    background: #ffffff
}


.controls-white .owl-dots .owl-dot.active span:before{
    border-color: #ffffff;
}

.controls-secondary .owl-dots .owl-dot span,
.controls-secondary .owl-dots .owl-dot span:hover,
.controls-secondary .owl-dots .owl-dot.active span{
    background: #8b8b8b
}


.controls-secondary .owl-dots .owl-dot.active span:before{
    border-color: #000;
}



.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
}

.owl-carousel .owl-nav .owl-next{
    left: inherit;
    right: 0px
}

.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
    font-family: 'Linearicons-Free'!important;
    margin: 0;
    color: #9e9e9e!important;
}

.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel .owl-nav .owl-next:hover{
    background:transparent ;
    color: #ea1b35!important;
}

.owl-carousel  .owl-nav [class*=owl-]{
    display:block;
}


.owl-carousel  .owl-nav [class*=owl-]::before{
    background: #fff;
    border-radius: 0;
    padding:15px;
    font-size: 20px;
}

.owl-carousel  .owl-nav .owl-prev:before {
    content: '\e875';
}
.owl-carousel  .owl-nav .owl-next:before {
    content: '\e876';
}

/* Tabs */

.tab-nav{
    display: flex;
    margin-bottom: 40px
}
.tab-nav .nav{
    margin: auto;
    background: #ffffff;
}

.tab-nav .nav.nav-shadow{
    padding: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1)
}

.tab-nav .btn{
    font-family: 'cf-bl';
    font-size: 20px;
    padding: 20px 60px;
    color: #ce0058
}

.tab-nav .btn.active{
    background: #ce0058;
    color: #ffffff
}

.tab-nav .nav-outline{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    background: transparent;
    border: none
}


.tab-nav .nav-outline .nav-item{
    width: 100%;
}

.tab-nav .nav-outline .nav-link{
    border: solid 1px #000;
    border-right: none;
    padding: 10px;
    text-align: center;
}


.tab-nav .nav-outline .nav-item:last-child .nav-link{
    border-right:1px solid #000;
}

/* Accordion */
.accordion-container {
    text-align: left;
}

.accordion-container .accordion {
    border-bottom: 1px solid #eaeaea;
}

 .accordion-container .accordion:nth-last-child(1) {
        border: 0;
}
    
.accordion-head {
    position: relative;
    padding: 15px 45px 15px 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'cf-bl';
    
}


.accordion-head .fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 0 10px 0 0;
    background: #e6e6e6;
    border-radius: 2px;
}

.accordion-control {
    position: absolute;
    top: 20px;
    right: 5px;
    margin-left: 30px;
}


.accordion-control .fa.fa-minus::before {
    content: "\f068";
}
.accordion-body {
    display: none;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #FAFAFA;
}

.accordian-img {
    padding: 0;
}

 .accordian-img   img {
        width: 100%;
}

/* Modal */
.modal-backdrop.show{
        background: rgb(33,93,171);
    background: -moz-linear-gradient(180deg, rgba(33,93,171,0.8) 0%, rgba(6,8,149,0.9) 34%, rgba(6,4,146,0.9)100% );
    background: -webkit-linear-gradient(180deg, rgba(33,93,171,0.8) 0%, rgba(6,8,149,0.9) 34%, rgba(6,4,146,0.9) 100%);
    background: linear-gradient(180deg, rgba(33,93,171,0.8) 0%, rgba(6,8,149,0.9) 34%, rgba(6,4,146,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215dab",endColorstr="#060391",GradientType=1);
    opacity: .9
}



.modal.fade.slide-right.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}
.modal.fade.slide-right .modal-dialog {
  position: absolute;
  right: 0;
  margin: 0;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
}
.modal.fade.slide-right .modal-dialog .modal-content-wrapper {
  height: 100%;
}
.modal.fade.slide-right .modal-dialog .modal-content {
  height: 100%;
}
.modal.fade.slide-right .modal-content {
  border-radius: 0px;
    border: none
}
.fill-in-modal .modal-backdrop {
  background-color: transparent;
}
.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.modal-backdrop.in {
  opacity: 0.30;
}

.modal .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center
}



.modal .modal-title{
    font-size: 18px;
    line-height: 48px;
    display: block;
}
.modal .modal-header.p-n{ 
    padding: 0px;
    margin-bottom: 20px;
}

.modal .modal-body{
    padding:40px 60px;
}


.modal.modal-bottom-full .modal-dialog{
    height: auto!important;
}


.breadcrumb{
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
}

.breadcrumb .breadcrumb-item a{
    color: #959595;
}

.breadcrumb .breadcrumb-item a:hover{
    text-decoration: underline;
}

/* Thank You */

.server-respond{
    min-height: 400px;
    margin: auto;
    padding: 60px 0 100px 0;
    text-align: center;
}

.server-respond .message-icon{
    font-size: 100px;
}

.server-respond h1{
    margin-bottom: 10px
}

.server-respond p{
    font-size: 18px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    
    body{
        font-size: 13px;
    }
    
    h1 { font-size: 28px; } 
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
    
    p{ font-size: 14px; line-height: 18px; }
    p.lead{ font-size: 16px; line-height: 24px; }
    
    
    .btn-icon>.icon{
        margin-left: 20px
    }
    
    .container{
        width: 90%;
    }
    
    section.section{
        padding: 50px 0
    }
    
    .section-title h2{
        font-size: 24px
    }
    
    .img-text-block .img-block-left img,
    .img-text-block .img-block-right img{
        width: 300px
    }
    
    .content-block p{
        font-size: 13px
    }
    
    
    .owl-carousel .owl-nav .owl-prev{
        left:-40px;
    }
    
    .owl-carousel .owl-nav .owl-next{
        right: -40px;
    }
    

}

@media (max-width: 767px) {
    
    .loader .loader-content img{
        width: 70%
    }
    
    body{
        font-size: 13px;
    }
    
    h1 { font-size: 24px; } 
    h2 { font-size: 20px; }
    h3 { font-size: 18px; }
    h4 { font-size: 16px; }
    h5 { font-size: 14px; }
    h6 { font-size: 13px; }
    
    p{ font-size: 13px; line-height: 18px; }
    p.lead{ font-size: 16px; line-height: 26px; }
    
    
    .btn-icon>.icon{
        margin-left: 20px
    }
    
    header .hamburger-icon{
        display: inline-block
    }
    
    .container{
        width: 90%;
    }
    

    
    .pt-120{
        padding-top: 60px;
    }
    
    .pb-90{ padding-bottom: 30px; }
    .pb-120{ padding-bottom: 60px; }
    
    .content-block p{
        font-size: 13px; 
        line-height: 18px;
    }
    
    .img-text-block{
        display: flex;
        flex-direction: column-reverse;
    }
    
    .img-text-block figure{
        order: 2
    }
    
     .img-text-block  .text-block{
        order: 1
    }
    
    .img-text-block .img-block-left,
    .img-text-block .img-block-right{
        margin: 0 0 15px 0
    }
    
    .img-text-block .img-block-left img,
    .img-text-block .img-block-right img{
        width: 100%
    }
    
    .owl-carousel .owl-nav .owl-next{
        right: 0
    }
    
    ul.split_2{
        grid-template-columns: 1fr;
    }

}