/* @import url("./blocks-css.css"); */
*:hover,
*:focus {
    /*-webkit-transition: .3s ease-in-out; */
    /* -o-transition: .3s ease-in-out;
/* transition: .1s ease-in-out; */
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url('../fonts/Barlow/Barlow-Bold.ttf') format('truetype');
} 

@font-face {
    font-family: 'Barlow-ExtraBold';
    src: url('../fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype');
}
 

@font-face {
    font-family: 'Barlow-ExtraLight';
    src: url('../fonts/Barlow/Barlow-ExtraLight.ttf') format('truetype');
}
   

@font-face {
    font-family: 'Barlow-Light';
    src: url('../fonts/Barlow/Barlow-Light.ttf') format('truetype');
} 
@font-face {
    font-family: 'Barlow-Medium';
    src: url('../fonts/Barlow/Barlow-Medium.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Barlow-Regular';
    src: url('../fonts/Barlow/Barlow-Regular.ttf') format('truetype');
       /* font-weight: 300; 
    font-display: swap; 
    font-style: normal;*/
}

@font-face {
    font-family: 'Barlow-SemiBold';
    src: url('../fonts/Barlow/Barlow-SemiBold.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Barlow-Thin';
    src: url('../fonts/Barlow/Barlow-Thin.ttf') format('truetype');
}
 
 
 body{font-family: 'Barlow-Regular';font-size:18px;color: #323232;}


p {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Barlow-Regular';
    color: #323232;
    margin-bottom: 16px;
}

h1,
.h1 { 
    font-family: 'Barlow-Regular';
    font-family: 'Barlow-SemiBold';
    font-family: 'Barlow-Bold';
    font-size: 56px;
    line-height: inherit;
    line-height: 1.2;
}

h2,
.h2 {
     /* font-family: 'Barlow-Regular'; */
     font-family: 'Barlow-SemiBold';
     font-family: 'Barlow-Bold';
     font-size: 38px;
     margin-top: 0.5rem;
     margin-bottom: 2rem;
     line-height: initial;
     line-height: 1.2;
}

h3,
.h3 {
    /* font-family: 'Barlow-Regular'; */
    font-family: 'Barlow-Bold';
    font-family: 'Barlow-SemiBold';
    font-size: 24px;
    line-height: initial;
    margin-top: 0;
    line-height: 1.2;
}

h4,
.h4 {
    font-family: 'Barlow-Regular';
    font-size: 20px;
    margin-top: 0;
    line-height: 1.2;
}

h5,
.h5 {
     font-family: 'Barlow-Regular';
    font-size: 18px;
}



span.one-word {
    white-space: nowrap;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }




  .gradient{background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);}
  .gradient-text-color{
    background: linear-gradient(to top, #004392 0%, #66A07C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }




  .section.content-section .content-block-row.video-row {
    margin-top: 70px;
} 
  .section.content-section .content-block-row.video-row img{ width: 100%;} 

  
/* Image Section Start */
.section.content-section .content-block-row  .content-image-holder{
    position: relative;
    margin-bottom: 2rem;
}



/* Image with Video  */

.section.content-section .content-block-row.video-row {
    margin-top: 0;
    margin-bottom: 4rem;
} 
 
.section.content-section .content-block-row .content-image-holder .vid-icon {
    /* border: 1px solid; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000002b;
    /* border-radius: 100%; */
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button {
    font-size: 40px;
    /* background: #0005c; */
    background: hsl(0deg 0% 0% / 25%);
    border: 1px solid #D9D9D9;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-left: 8px;
    color: #ffffff4f !important;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button i {
    color: #ffffff;
}

.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:hover,
.section.content-section .content-block-row .content-image-holder .vid-icon .play-button:focus {
    transform: scale(1.3);
    /* box-shadow: 0px 0px 32px 1px rgb(0 0 0 / 20%); */
    text-decoration: none;
}

.section.content-section .content-block-row .content-image-holder.image-type-cover.video-holder {
    height: 610px;
    /* width: 400px; */
    background-size: cover !important;
    background-position: center center !important;
    /* border-radius: 100%; */
}




/* Image Section End */




/* Button Start */
.btn-holder {
    margin-top: 3rem;
}
.btn-holder .btn {
    font-family: 'Barlow-Medium';
    border: 1px solid #244266;
    position: relative;
    padding: 10px 24px 12px 24px;
    font-size: 16px;
    border-radius: 2px;
}

.btn-holder .btn i{
    padding-left: 6px;
}


.section .content-block-row .content-block-body .btn-holder .btn i{
    color: inherit;
    /* border: 1px solid #000 !important; */
    position: absolute;
    right: 7px;
    top: 6px;
    width: 35px;
    height: 35px;
    font-size: 36px;
    /* transform: rotate(3deg); */
    /* background: url('../images/ic24-plus-white.svg'); */
    /* border: 1px solid; */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    border-radius: 100%;
} 


 .section .content-block-row .content-block-body .btn-holder .btn i::before{
    /* content: "+"; */
    content: "";
    /* position: absolute;
    font-family: inherit;
     border:1px solid #f0f; 
     background: url('../images/ic24-plus.svg'); */

}  


/* Button style 1 */
.btn-holder .btn.button-primary {
    background: #244266;
    color: #fff;
    margin-right: 20px;
}

.btn-holder .btn.button-primary:focus,
.btn-holder .btn.button-primary:hover {
 background: #000;
 color: #ffffff;
 border: 1px solid #000;
 box-shadow: none;
}

/* Button style 2 */
.btn-holder .btn.button-outline {
    color: #244266; 
}

.btn-holder .btn.button-outline:focus,
.btn-holder .btn.button-outline:hover {
    background: #000;
    color: #ffffff;
    border: 1px solid #000;
    box-shadow: none;
}

/* Button style 3 */
.btn-holder .btn.button-arrow {
    font-weight: 900;
    color: #244266;
    border: 0px;
    text-align: left;
    padding: 10px 30px 12px 0px;
    font-size: 16px;
}

.btn-holder .btn.button-arrow:focus,
.btn-holder .btn.button-arrow:hover {
    background: none;
    color: #3f5b7f;
    border: 0px;
}
 



.section .content-block-row .content-block-body .btn-holder .btn.button-outline i{
    color: inherit;
    /* border:1px solid #f00; */
    /* background: url('../images/ic24-plus.svg'); */
    /* background: url(../images/ic24-plus-red.svg); */
} 


/* Button style 3 */
.btn-holder .btn.button-white {  border: 1px solid transparent;
    background-color: #fff;
    color: #000;}

.btn-holder .btn.button-white:focus,
.btn-holder .btn.button-white:hover {  background: #eff1f6;
    background-color: #244266;
     color: #fff;}








.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.custom-pt-0{
padding-top: 0px !important;
}
.custom-pb-0{
    padding-bottom: 0px !important;
}




.section ul {
    list-style: none;
}

.section ul>li {
    position: relative;
}

.section ul li {
    list-style-type: none;
    padding-left: 38px;
    margin-bottom: 0px;
    font-size: 18px;
    /* border: 1px solid; */
    padding: 0px 10px 0px 24px;
}

.section ul li:before {
    z-index: 0;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px; 
    font-weight: 900;
    vertical-align: middle;
    /* border: 1px solid; */
    width: 20px;
    height: 25px;
    line-height: 27px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0;
    color: #244266;
    /* background: #E38B06; */
    border-radius: 100px;
}

.section ul li li {
    padding-left: 15px;
}

.section ul li:before {}


.section .liststyle2-ul-holder {}

.section .liststyle2-ul-holder ul {
    padding-left: 0;
    margin-top: 19px;
}

.section .liststyle2-ul-holder ul li {
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 19px;
}

.section .liststyle2-ul-holder ul li strong,
.section .liststyle2-ul-holder ul li b {
    /* border: 1px solid; */
    display: block;
    color: #E38B06;
    font-family: 'Barlow-SemiBold';
}

.section .liststyle2-ul-holder ul li:before {
    display: none;
}


/* List Items  */
.section .content-block-row .content-block-body ul.counter-ul {
    display: inline-flex;
}
.section .content-block-row .content-block-body ul.counter-ul li{padding-left: 0px;} 
.section .content-block-row .content-block-body ul.counter-ul li::before{
    display: none;
} 
.section .content-block-row .content-block-body ul.counter-ul li .c_title{
    font-size: 32px;
    font-family: 'Barlow-Medium';
    color: #244266;
}
.section .content-block-row .content-block-body ul.counter-ul li .c_text{}
.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold{} 


.right-padding {
    padding-left: 0;
    padding-right: 13%;
}

.left-padding {
    padding-right: 0;
    padding-left: 13%;
}

.ptage-no-margin-padding-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* 
default-bg : Default Background
custom-bg1 : Background 1 ( Light Background - Gray #EFF1F6 )
custom-bg3 : Background 3 ( Dark Background - Red  #244266 )
custom-bg5 : Background 2 ( Light Background - Light Red #fef5f5)
custom-bg4 : Background 4 ( Dark Background - Orange  #E38B06)
custom-bg2 : Background 2 ( Light Background - Light Orange #fef9f3)
custom-bg6 : Background 4 ( Dark Background - Green  #66A07C)
custom-bg7 : Background 2 ( Light Background - Green Green #f7fdf9) */

.default-bg {
    background: #ffffff;
}


.custom-bg1-1 {
    background: #F1F1F1;
}
.custom-bg1 {
    background: #F8F4F1;
}
.custom-bg2 {
    background: #ADCFDA;
}

/* dark section */
.custom-bg3 {
    background: #244266;
}

.custom-bg4 {
    background: #2C2C2C;
} 
 
/* Gradient Background */
.custom-bg8{ 
    background: linear-gradient(108.07deg, #004392 5.57%, #0070B5 51.02%, #66A07C 98.32%);

}  


 

.light-bg-section {
    /* background: url('../images/light-bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.section {
    padding: 100px 0px;
}

.section .content-block-row {}

.section .content-block-row.heading-row {
    margin-bottom: 2rem;
}


.section .content-block-row .content-block-body {}



.section .content-block-row .content-block-body .pre-title {
    position: relative;
    margin-bottom: 8px;
    padding-left: 0;
    font-family: 'Barlow-Medium';
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
    display: block;
    color: #244266;
}

.section .content-block-row .content-block-body .pre-title:after {
    content: '';
    width: 0;
    height: 2px;
    background: #e38b0600;
    position: absolute;
    left: 0;
    top: 43%;
}




.section .content-block-row .content-block-body.center {
    text-align: center;
}

.section .content-block-row .content-block-body h1 {
    margin-bottom: 1.5rem;
}

.section .content-block-row .content-block-body h2 {
    margin-bottom: 2rem;
    margin-top: 1px;
}


.section .content-block-row .content-block-body h2:not(:first-child) {}

.section .content-block-row .content-block-body h3 {
    margin-bottom: 1rem;
    margin-top: 0;
}



.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: #E38B06 !important; */
}

.section .content-block-row .content-block-body p:last-child {
    margin-bottom: 0;
    /* background-color: #f0f !important; */
}

.section .content-block-row .content-block-body .contact-info-block {
    margin-top: 1rem;
}

.section .content-block-row .content-block-body i {
   color: #244266;
}

.section.content-section.contact-info-block .content-block-row .content-block-body i {
   padding-right:10px;
}


.section .content-block-row .content-block-body .slider-control i {
    color: #6E6E6E;
}

.section .content-block-row .content-block-body .contact-info-block p {}

.section .content-block-row .content-block-body .contact-info-block h4 {}


.section .content-block-row .content-block-body p a {
    text-decoration: underline;
    /* color: #E38B06; */
    /* color: #323232; */
}

.section .content-block-row .content-block-body p a:hover,
.section .content-block-row .content-block-body p a:focus {
    color: #3f1f71;
    color: #0d3a5b;
}

.section .content-block-row .content-block-body .btn-holder {
    margin-top: 2rem;
}

.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: 3rem;
    padding-left: 0px;
    border-top: 1px solid #c6c6c600;
    padding-top: 0;
    margin-top: 1rem;
    width: 100%;
}

.section .content-block-row .content-block-body ul li {
    width: 100%;
    display: inline-block;
    /* font-family: 'Barlow-Medium'; */
}

.section .content-block-row .content-block-body ul li strong,
.section .content-block-row .content-block-body ul li b {
     
    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 {
    position: relative;
    z-index: 0;
}

.section .content-block-row .content-block-other {
    position: relative;
}

.section .content-block-row .content-block-other .content-block-image-holder {
    height: 650px;
    width: 520px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 15px;
    max-width: 100%;
}


.section .content-block-row .content-block-other.right {}

.section .content-block-row .content-block-other.right .content-block-image-holder {
    float: right;
}


.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;
}


/* Text block with colums 1,2, 3 */
/* text-block-2col  */
.section.text-block-section {} 
.section.text-block-section .content-block-row.heading-row {
    margin-bottom: 7rem; 
}
.section.text-block-section .content-block-body.content p:first-child {
    margin-bottom: 1rem;
}

.section.text-block-section .image-holder {
    /* border: 1px solid; */
    max-width: 100%;
    margin-top: 2rem;
} 

.section.text-block-section .content-block-row .content-block-body h2:not(:first-child){ margin-top: 4rem;}
.section.text-block-section .content-block-row .content-block-body h3:not(:first-child){ margin-top: 3rem;}
.section.text-block-section .content-block-row .content-block-body h4:not(:first-child) { margin-top: 3rem;}

.section.text-block-section .image-holder.col6-image {
    width: 100%;
}

.section.text-block-section .image-holder.col12-image {}

.section.text-block-section .image-holder.col12-image img {
    width: 100%;
}


.section.text-block-section .image-holder.col12-image {}

.section.text-block-section.text-block-dynamic .image-holder.col6-image {
    margin-top: 0;
    width: 64%;
    /* border: 1px solid; */
    margin: 0px auto;
}




/***************** Dark Section Start Here *************************/



/* Dark Section Global  Start */ 

/* List Items  */
.section.dark-section .content-block-row .content-block-body ul.counter-ul li .c_title{ 
    color: #ffffff;
}
.section .content-block-row .content-block-body ul.counter-ul li .c_text{}
.section .content-block-row .content-block-body ul.counter-ul li .c_text.bold{} 


 
.section.dark-section .content-block-row .content-block-body h1,
.section.dark-section .content-block-row .content-block-body h2,
.section.dark-section .content-block-row .content-block-body h3,
.section.dark-section .content-block-row .content-block-body h4,
.section.dark-section .content-block-row .content-block-body p,
.section.dark-section .content-block-row .content-block-body ul li,
.section.dark-section .content-block-row .content-block-body .pre-title,
.section.dark-section .content-block-row .content-block-body .pre-title:after,
.section.dark-section h1,.section.dark-section h2,.section.dark-section h3 >*,
.section.dark-section p,
.section.dark-section.content-section.content-section-3 .list-item-holder .c_text,
.section.dark-section.content-section.content-section-3 .list-item-holder .bold {
    color: #ffffff;
}
 



.section.dark-section .content-block-row .content-block-body .pre-title:after {
    background: #eff1f6;
}

.section.dark-section .content-block-row .content-block-body ul li:before,
.section.dark-section ul li:before {
    /* background: #eff1f6; */
    color: #ffffff;
}
 

/* btn primary */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000;
}  
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-primary:focus {
    border: 1px solid rgb(255 255 255 / 40%);
    background-color: #fff;
    background: rgb(255 255 255 / 40%);
    color: #fff;
}
.section.dark-section .owl-carousel .owl-nav button.owl-next, 
.section.dark-section .owl-carousel .owl-nav button.owl-prev{color: #fff;
}

/* btn tersiyer */
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline {
    border: 1px solid white;
    background-color: #ffffff00;
    color: #fff;
} 
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:hover,
.section.dark-section .content-block-row .content-block-body .btn-holder .btn.button-outline:focus {
    border: 1px solid rgb(255 255 255 / 40%);
    background-color: rgb(255 255 255 / 40%); 
}
 

/***************** Dark Section End Here *************************/