 /*---------------------------------------------------------------------------------
 Theme Name:   Divi child
 Theme URI:
 Description:  Child theme of Divi child
 Author:      Divi child
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/

 #et-main-area {
     overflow: hidden;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Light.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Book.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Book.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-BookOblique.woff') format('woff');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Oblique.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Oblique.woff') format('woff');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Roman.woff') format('woff');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-MediumOblique.woff') format('woff');
     font-weight: 500;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
     font-weight: 900;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Heavy.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-BlackOblique.woff') format('woff');
     font-weight: 900;
     font-style: italic;
     font-display: swap;
 }

 @font-face {
     font-family: 'Avenir LT Std';
     src: url('indclude/fonts/AvenirLTStd-Black.woff2') format('woff2'), url('indclude/fonts/AvenirLTStd-Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
     font-display: swap;
 }

 body {
     font-family: 'Avenir LT Std';
     line-height: 1.7;
 }
 /*banner*/

 .pd0 {
     padding: 0 !important;
 }

 .same_padding {
     padding: 70px 0px !important;
 }

 .row_width {
     width: 100% !important;
     max-width: 1680px !important;
 }

 .same_padding.pdt0 {
     padding-top: 0 !important;
 }
 /* banner */

 .banner_box .et_pb_slide {
     height: 90vh;
 }

 .banner_txt {
     font-size: 4em;
     color: #fff;
     font-weight: 600;
     padding: 20px 0px 100px;
 }

 .banner_box .et_pb_slide_description {
     padding-left: 0 !important;
     padding-right: 0 !important;
 }

 .banner_box_inner {
     position: absolute;
     bottom: 0;
     text-align: center;
     left: 0;
     z-index: 999;
     right: 0;
     background: #00000066;
 }

 .bnr_btn a {
     color: #fff;
 }

 .bnr_btn {
     font-size: 2em;
     font-weight: 900;
     text-transform: uppercase;
     letter-spacing: 0.1em;
     fill: #FFFFFF;
     color: #FFFFFF;
     background-color: #00A2B3;
     border-radius: 50px 50px 0px 0px;
     padding: 20px 30px 10px;
     margin: auto;
     width: fit-content;
 }
 /* services section */

 .services_section_col1_img img {
     width: 500px;
     margin: auto;
 }

 .home .section_title {
     font-size: 44px;
     text-transform: uppercase;
     text-align: center;
     line-height: 1.3;
     font-weight: 900;
     color: #334155;
 }

 .section_title {
     font-size: 44px;
     text-transform: capitalize;
     text-align: center;
     line-height: 1.3;
     font-weight: 900;
     color: #000;
 }

 .section_title span {
     color: #00A2B3;
 }

 .filler_section .site_content {
     padding: 20px 0px;
 }

 .services_section_col1_title {
     font-size: 28px;
     color: #00a2b3;
     text-align: center;
     font-weight: 900;
 }

 .services_section_col1_inner {
     text-align: center;
     padding: 10px;
 }

 .site_content span {
     font-size: 20px;
     font-weight: 400;
     padding-bottom: 10px;
     color: #000;
     display: block;
 }

 .slick-arrow {
     background: transparent;
     border: none;
     font-size: 40px;
     color: #000;
     cursor: pointer;
     margin: 0px 5px !important;
 }

 .service_arrow {
     justify-content: center;
     display: flex;
 }

 .btm_btn_main {
     margin-top: 20px;
 }
 /* services section end*/
 /* filler section */

 .filler_section .site_content span {
     color: #fff;
 }

 .btm_btn a {
     margin: auto;
 }

 .filler_section {
     text-align: center;
 }

 .filler_section .section_title {
     color: #fff;
 }
 /* filler section end*/
 /* why choose us */

 .img_col_title {
     font-size: 32px;
     font-weight: 600;
     text-transform: uppercase;
     color: #000;
 }

 .img_col_title span {
     color: #00a2b3;
 }

 .why_choose_main {
     display: flex;
     flex-wrap: wrap;
 }

 .why_choose_main_col {
     width: 33.33% !important;
     text-align: center !important;
 }

 .why_choose_main_col_inner {
     padding: 20px;
 }
 /* why choose us end */
 /* logo showcase */

 .logo-item {
     height: 200px;
     text-align: center;
     display: flex !important;
     align-items: center;
     justify-content: center;
 }

 .logo-item img {
     width: 200px !important;
 }
 /* logo showcase end*/

 @media all and (min-width: 320px) and (max-width: 767px) {
	 .home .section_title{
		 font-size:26px !important;
	 }
     /* banner */
     .banner_txt {
         font-size: 2em;
         padding: 15px;
     }
     .bnr_btn {
         font-size: 16px;
         padding: 10px;
         border-radius: 30px 30px 0px 0px;
     }
     .banner_box .et_pb_slide {
         height: 70vh;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 40px 15px !important;
     }
     .site_content span {
         font-size: 18px;
         padding-left: 0px !important;
         padding-right: 0px !important;
     }
     .section_title {
         font-size: 24px;
     }
     .services_section_col1_title {
         font-size: 24px;
     }
     .services_section_col1_img img {
         width: 350px;
     }
     /* Service section end*/
     /* why choose us */
     .img_col_title {
         font-size: 26px;
     }
     .why_choose_main_col {
         width: 100% !important;
     }
     .why_choose_main_col_inner {
         padding: 20px;
         display: block;
         align-items: center;
         text-align: center;
     }
     .img_col_content {
         padding-left: 0px !important;
         width: 100%;
     }
     .why_choose_main_col_inner .site_content span {
         padding: 0 !important;
     }
     .why_choose_main_col:nth-child(2) .why_choose_main_col_inner {
         flex-direction: row-reverse;
     }
     /* why choose us end*/
     .price_box_main_inner a {
         font-size: 26px;
     }
     .pricing_box {
         padding: 15px;
     }
 }

 @media all and (min-width: 481px) and (max-width: 767px) {}

 @media all and (min-width: 768px) and (max-width: 980px) {
	 .home .section_title{
		 font-size:28px !important;
	 }
     /* banner */
     .banner_txt {
         font-size: 2em;
         padding: 20px 0px 30px;
     }
     .bnr_btn {
         font-size: 16px;
         padding: 10px;
         border-radius: 30px 30px 0px 0px;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 50px 30px !important;
     }
     .site_content span {
         font-size: 18px;
     }
     .section_title {
         font-size: 33px;
     }
     .services_section_col1_title {
         font-size: 24px;
     }
     .services_section_col1_img img {
         width: 350px;
     }
     /* Service section end*/
     /* why choose us */
     .img_col_title {
         font-size: 26px;
     }
     .why_choose_main_col {
         width: 100% !important;
     }
     .why_choose_main_col_inner {
         padding: 20px;
         display: flex;
         align-items: center;
         text-align: left;
     }
     .img_col_content {
         padding-left: 20px !important;
         width: 60%;
     }
     .why_choose_main_col_inner .site_content span {
         padding: 0 !important;
     }
     .why_choose_main_col:nth-child(2) .why_choose_main_col_inner {
         flex-direction: row-reverse;
     }
     .why_choose_main_col:nth-child(2) .img_col_content {
         padding-left: 0;
         padding-right: 20px !important;
     }
     /* why choose us end*/
     .price_box_main_inner a {
         font-size: 26px;
     }
     .pricing_box {
         padding: 15px;
     }
 }

 @media only screen and (min-width: 981px) and (max-width: 1024px) {
	 .home .section_title{
		 font-size:30px !important;
	 }
     /* banner */
     .banner_txt {
         font-size: 2em;
         padding: 20px 0px 30px;
     }
     .bnr_btn {
         font-size: 20px;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     .site_content span {
         font-size: 18px;
     }
     .section_title {
         font-size: 36px;
     }
     .services_section_col1_title {
         font-size: 24px;
     }
     .services_section_col1_img img {
         width: 350px;
     }
     /* Service section end*/
     /* why choose us */
     .img_col_title {
         font-size: 26px;
     }
     /* why choose us end*/
     .price_box_main_inner a {
         font-size: 26px;
     }
     .pricing_box {
         padding: 15px;
     }
 }

 @media all and (min-width: 1025px) and (max-width: 1140px) {
	  .home .section_title{
		 font-size:30px !important;
	 }
     /* banner */
     .banner_txt {
         font-size: 2em;
         padding: 20px 0px 30px;
     }
     .bnr_btn {
         font-size: 20px;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     .site_content span {
         font-size: 18px;
     }
     .section_title {
         font-size: 30px;
     }
     .services_section_col1_title {
         font-size: 24px;
     }
     .services_section_col1_img img {
         width: 350px;
     }
     /* Service section end*/
     /* why choose us */
     .img_col_title {
         font-size: 26px;
     }
     /* why choose us end*/
     .price_box_main_inner a {
         font-size: 26px;
     }
 }

 @media all and (min-width: 1141px) and (max-width: 1280px) {
	  .home .section_title{
		 font-size:32px !important;
	 }
     /* banner */
     .banner_txt {
         font-size: 3em;
         padding: 20px 0px 70px;
     }
     .bnr_btn {
         font-size: 20px;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     .site_content span {
         font-size: 18px;
     }
     .section_title {
         font-size: 36px;
     }
     .services_section_col1_title {
         font-size: 24px;
     }
     /* Service section end*/
     /* why choose us */
     .img_col_title {
         font-size: 26px;
     }
     /* why choose us end*/
 }

 @media all and (min-width: 1281px) and (max-width: 1440px) {
     /* banner */
     .banner_txt {
         font-size: 3em;
         padding: 20px 0px 70px;
     }
     .bnr_btn {
         font-size: 20px;
     }
     /* banner end */
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     .site_content span {
         font-size: 18px;
     }
     .section_title {
         font-size: 36px;
     }
     /* Service section end*/
 }

 @media all and (min-width: 1441px) and (max-width: 1680px) {
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     /* Service section end*/
 }

 @media all and (min-width: 1681px) and (max-width: 1880px) {
     /* Service section */
     .same_padding {
         padding: 60px 30px !important;
     }
     /* Service section end*/
 }

 @media all and (min-width: 981px) and (max-width: 3000px) {}