/*  Including External css file    */

@import "vendors/bootstrap.css";
@import url("../css/blocks-css.css");
*:hover,
*:focus {
    /*-webkit-transition: .3s ease-in-out; */
    /* -o-transition: .3s ease-in-out;
/* transition: .1s ease-in-out; */
}


/*---------------------------
	Fonts
----------------------------*/

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg") format("svg");
}




 
@font-face { 
    font-family: 'mulishRegular'; 
    src: url('../fonts/mulish/Mulish-Regular.ttf');  
  } 
  @font-face { 
    font-family: 'mulishBold'; 
    src: url('../fonts/mulish/Mulish-Bold.ttf');  
  } 

  @font-face { 
    font-family: 'mulishMedium'; 
    src: url('../fonts/mulish/Mulish-Medium.ttf');  
  } 
  

p {
    font-size: 18px;
    font-family: 'mulishRegular'; 
}

h1,
.h1 {
    font-family: 'mulishRegular'; 
    font-size: 86px;
}

h2,
.h2 {
    font-family: 'mulishRegular'; 
    font-size: 32px;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 20px;
    font-family: 'mulishRegular'; 
}

.btn-holder .orange-btn2 {}

.btn-holder .orange-btn2:focus,
.btn-holder .orange-btn2:hover {}

.section ul {
    list-style: none;
    padding-left: 5px;
}

.section ul>li {
    position: relative;
}

.section ul li {
    list-style-type: none;
    padding-left: 1px;
    margin-bottom: 3px;
    /* color: #3B4348; */
}

.section ul li:before {
    z-index: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 95%;
    padding-right: 10px;
    vertical-align: middle;
}

.section ul li li {
    padding-left: 15px;
}

.right-padding {
    padding-left: 0;
    padding-right: 11%;
}

.left-padding {
    padding-right: 0;
    padding-left: 11%;
}

.ptage-no-margin-padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-holder {
    margin-top: 2rem;
}

.btn-holder .btn-custom {
    text-transform: uppercase;
    font-size: 19px;
    /* font-family: 'SourceSansPro-SemiBold'; */
}

.btn-holder .btn-custom.btn-outline {}

.btn-holder .btn-arrow {
    /* border: 1px solid; */
    padding: 5px 1px;
    transition: all ease .3s;
    /* font-family: 'mulishBold';  */
    font-size: 18px;
}

.btn-holder .btn-arrow i {
    margin-right: 5px;
}

.btn-holder .btn-arrow i:before {
    font-size: 16px;
    font-weight: bold;
}

.btn-holder .btn-arrow:hover,
.btn-holder .btn-arrow:focus {
    padding: 5px 10px;
}

.light-section {}

.light-section {
    /* background: #F6F6F5;
background: rgb(214 228 215 / 24%); */
    background: #E30613;
}

.dark-section-for-cta {
    /* background: #0C5A5C; */
}

.dark-section {
    background: #23336c;
    /* background: url('../img/banner-bg.jpg');
background-size: cover;
background-repeat: no-repeat; */
    /* position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; */
    /* background: #005BA1; */
    /* background-position: center center; */
}

.light-bg-section {
    background: url('../images/light-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section.page-title {
    padding-top: 100px;
}

.section.page-title .section-content {}

.section.page-title .section-content h1 {
    font-size: 60px;
}

.section.page-title .section-content h2 {}

.section {}

.section .content-block-row {}

.section .content-block-row .content-block-body {}

.section .content-block-row .content-block-body h1 {}

.section .content-block-row .content-block-body h2 {
    margin-bottom: 1rem;
    margin-top: 0px;
}

.section .content-block-row .content-block-body h3 {
    margin-bottom: 1rem;
}

.section .content-block-row .content-block-body h4 {}

.section .content-block-row .content-block-body p {}

.section .content-block-row .content-block-body p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    /* font-size: 18px; */
    /* color: #ee7409 !important; */
}

.section .content-block-row .content-block-body p a {
    text-decoration: underline;
    color: #ee7409;
}

.section .content-block-row .content-block-body p a:hover,
.section .content-block-row .content-block-body p a:focus {
    color: #606060;
}

.section .content-block-row .content-block-body .btn-holder {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 {}

.section .content-block-row .content-block-body .btn-holder .orange-btn2 i {
    position: absolute;
    left: 14px;
    top: 10px;
    font-size: 31px;
}

.section .content-block-row .content-block-body .btn-holder .orange-btn2:hover,
.section .content-block-row .content-block-body .btn-holder .orange-btn2:focus {}

.section .content-block-row .content-block-body ul {
    margin-bottom: 2rem;
}

.section .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body ul li strong,
.section .content-block-row .content-block-body ul li b {
    font-family: 'mulishBold'; 
    display: block;
    margin-bottom: -2px;
}

.section .content-block-row .content-block-body ul li::before {}

.section .content-block-row .content-block-body ul li.icons {
    position: relative;
    padding-left: 67px;
    margin-top: 1.5rem;
    /* align-items: center; */
}

.section .content-block-row .content-block-body ul li.icons::before {
    /* border: 1px solid; */
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 5px;
    background-position: center;
    content: '';
}

.section .content-block-row .content-block-body ul li.pin::before {
    background-image: url('../images/pin_drop.svg');
}

.section .content-block-row .content-block-body ul li.phone::before {
    background-image: url('../images/phone.svg');
}

.section .content-block-row .content-block-body ul li a {}

.section.content-section-1 .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
}

.section .content-block-row .content-block-body .additional_content ul {}

.section .content-block-row .content-block-body .additional_content ul li {
    padding-left: 59px;
    margin-top: 1rem;
}

.section .content-block-row .content-block-body .additional_content ul li a {
    color: inherit;
}

.section .content-block-row .content-block-body .additional_content ul li::before {
    content: "\f110";
    font-family: 'Flaticon' !important;
    /* border: 1px solid; */
    width: 50px;
    height: 99%;
    top: 0px;
    font-size: 1.5rem;
    color: #fff;
}

.section .content-block-row .content-block-body .additional_content ul li a:hover,
.section .content-block-row .content-block-body .additional_content ul li a:focus {
    color: #ef7102;
}

.section .content-block-row .content-block-body .additional_content ul li:hover::before {
    color: #ef7102;
}

.section .content-block-row .content-block-body {}

.section .content-block-row .content-block-other {
    position: relative;
}

.section .content-block-row .content-block-other .content-block-image-holder {
    padding: 14rem 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 75% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 90% 0);
}

.section .content-block-row .content-block-other.right .content-block-image-holder {
    clip-path: polygon(0 0, 0 0%, 10% 100%, 100% 100%, 100% 0);
}

.section .content-block-row .content-block-other .content-block-thumb-image-holder {
    padding: 6rem 0px;
    position: absolute;
    width: 205px;
    height: 210px;
    bottom: -90px;
    left: -50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 11px solid #fff;
}


/*Dark Section Start Here */


/* Dark CSS Start From Here  */

.section.dark-section h1,
.section.dark-section h2,
.section.dark-section h3,
.section.dark-section h4,
.section.dark-section h5,
.section.dark-section p,
.section.dark-section ul li {
    color: #E30613 !important;
}

.section.dark-section .item-row-holder .item-box-col h4,
.section.dark-section .item-row-holder .item-box-col p {
    color: #0a2966 !important;
}

.section.dark-section .main-btn {
    color: #23336c;
    background: #E30613;
    border: 1px solid;
}

.section.dark-section .main-btn:hover,
.section.dark-section .main-btn.blue-bg {
    background: #23336c !important;
    color: #E30613 !important;
    border: 1px solid;
}





.main-btn.yellow {
    color: #ffffff;
    background: #E30613;
    /* border: 1px solid; */
}

.section .main-btn.yellow:hover,
.section.main-btn.yellow.blue-bg {
    background: #ffffff !important;
    color: #00458a !important;
    /* border: 1px solid; */
}


/*Dark Section End Here */