@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{    margin: 0px;    padding: 0px;}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-style: normal;
    box-sizing: border-box;
	color: #000000; font-weight: 400;
	font-size:18px; line-height:29px;  background-color: #e7e7e7; 
}

h1 { font-size: 70px; line-height: 1; margin-bottom: 25px; font-weight: 600;  font-family: "Kanit"; text-transform: uppercase;}
h2{font-size: 60px; line-height: 1; margin-bottom: 35px;  font-weight: 500;font-family: "Kanit";  }
h3{font-size: 44px; line-height: 1.1; margin-bottom: 30px; font-weight: 400;font-family: "Kanit"; }
h4{font-size: 30px; line-height: 1.1em; margin-bottom: 20px; font-weight: 600;font-family: "Kanit"; }
h5{font-size:25px; line-height:32px; font-weight:600; margin-bottom: 10px;  font-family: "Kanit"; }
h6{font-size: 20px; line-height: 26px; margin-bottom: 10px; font-weight: 400;color: #fd6600;font-family: "Kanit";text-transform: uppercase; background-image: url(../image/webp/text-arrow-min.webp); background-repeat: no-repeat; background-position: top 7px left; padding-left: 20px; }




p {    margin-bottom: 25px;}
a{ color:#f78538; text-decoration: none;-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
a:hover { color:#f78538; animation: all 1000ms  ease-in;  text-decoration: underline;}
p a:hover { color:#f78538;   text-decoration: underline;}


::-webkit-scrollbar {    width: 6px;  }
::-webkit-scrollbar-track {    background: #f1f1f1;   }
::-webkit-scrollbar-thumb {  background: #333;  }

.fa.fa-phone{transform: rotate(10deg);}

.navbar-expand-lg .navbar-nav .nav-link {    padding-right: 1.5rem !important;    padding-left: 1.5rem !important;}

.header{padding: 25px 0 10px;  width: 100%; position: relative;}
/*.header{padding: 0;position: absolute; z-index: 1; display: block; width: 100%;}*/
.container{  max-width: 1460px !important;}
.comments-area{ max-width: 1460px !important; margin: auto;}
.single-post .nav-links{max-width: 1460px !important; margin: auto;}


.navbar a{padding: 0px 0px; font-size: 17px; color: #fd6600; font-weight: 500; font-family: 'Catamaran';}
.navbar ul li{padding-left: 0px; padding-right: 0px;}
.navbar ul li{padding-top: 5px;padding-bottom: 5px;margin-bottom: 0px; margin-right: 15px; }
.navbar ul li:last-child{margin-right: 0;}


.navbar a:hover, .navbar .nav-link:focus {    color: #fd6600;    text-decoration: none;}
.navbar.active .nav-link {    color: #555;}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {    color: #555;    text-decoration: none;}
.navbar.active .navbar-brand {    color: #555;}
.navbar-expand-lg .navbar-nav{/*text-align: center;display: flex;align-items: center;justify-content: center;*/}
.navbar{    padding: 0px 0px 0px 0;/*margin-bottom: 25px;*/}
.navbar-nav{margin: 0 auto; width: 100%;}

#menu-main-menu a{ color: #fff;     letter-spacing: 0.037em; font-size: 22px;   text-decoration: none; font-weight: 500; font-family: "Catamaran";  }
.mainmenu-div{margin-top: 0px; margin-bottom: 0px;  position: relative; z-index: 1; padding: 0px 0px 0px 15px; }
.mainmenu-div .navbar{/*! float: right; */   display: flex; align-items: center; justify-content: end;width: 100%;}

#menu-main-menu li.current_page_item a{font-weight: 600;}
#menu-top-menu li.current_page_item a, #menu-top-menu li a:hover{color: #fff;}
#menu-main-menu li{position: relative;}


nav ul ul{position: absolute;  top: 40px; width: 290px; background-color: #fff; display: none; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px; padding-top: 10px; padding-bottom: 10px;}
nav ul ul:before {    content: "";    display: block;    position: absolute;    top: -7px;    left: 12px;    border-right: 7px solid transparent;    border-bottom: 7px solid #fd6600;    border-bottom-color: rgba(250, 102, 0, 1);     border-left: 7px solid transparent; z-index: 100 !important;}
nav ul li:hover ul{display: block;}
nav ul ul li{float: none !important; display: block; margin: 0 !important; padding: 0px 0 0 !important; border-width: 1px !important; border:  none;}
nav ul ul li a{padding: 5px 20px 5px !important; display: block !important; color: #000 !important;}
nav ul ul li:hover > a,
nav ul ul li.current-menu-item > a{ background-image: none !important; }

nav ul ul ul{position: absolute;  left: 250px; top: unset; width: 290px; background-color: #fff; display: none !important; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px;margin-top: -38px;}
nav ul ul li:hover ul{display: block !important;}
nav ul ul li{padding-left: 0 !important; padding-right: 0 !important;}
nav ul ul li:last-child{border-bottom: none !important;}
nav ul ul li.current-menu-item a, nav ul ul li:hover a{color: #fd6600 !important;}


/*#menu-main-menu a svg{display: none;}*/

header nav.navbar li svg{display: none !important;font-size: 12px !important; width: 25px; height: 20px;  fill: #1D1D1D;font-weight: 800 !important;position: absolute;top: 20px;}
nav ul li.menu-item-has-children:after{content: '\f0d7'; font-family: 'FontAwesome';   margin-left: 6px;    color: #fd6600;    font-size: 12px;}




.sitelogo img {  width: 190px; max-width: 100%;  height: auto;  /*z-index: 1000 !important; position: relative;*/}
.sitelogo a{color: #fff;  font-size: 18px; font-weight: 600; text-decoration: none; line-height: 24px;}
.sitelogo{margin-top: 10px;}



/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {   background: #fff;    }
    .navbar .navbar-brand, .navbar .nav-link {        color: #555;    }
}

hr {    margin-top: 1rem;    margin-bottom: 1rem;    border: 0;    border-top: 2px solid rgb(161 161 161);}
footer{  padding-top: 75px; padding-bottom: 40px;background-image: url(../image/webp/footer-bg-min.webp); background-size: cover; background-repeat: no-repeat; background-position: top center; position: relative; }
footer:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); color: #fff; }

.paginantionCol{width: 100%; text-align: center;}
.pagination .next, .pagination .prev{ padding: 7px 15px !important; color: #fff; font-weight: 500; font-size: 12px;  }
.pagination .page-numbers{color: #fff !important;  background: #000; padding: 7px 12px;  font-weight: 500; margin: 3px 1px; border-radius: 3px;font-size: 12px; text-decoration: none; }
.pagination .page-numbers:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .page-numbers.current{color: #fff !important;  background: #f78538;}
.pagination .next svg, .pagination .prev svg{display: none;}
.pagination .next span.screen-reader-text, .pagination .prev span.screen-reader-text{width: auto !important;height: auto;top: unset;font-size: 12px;opacity: 1;color: #fff;position: relative;display: inline-block;clip-path: unset;clip: unset;line-height: 12px;}
.pagination .next span.screen-reader-text:hover, .pagination .prev span.screen-reader-text:hover{color: #fff !important;;}
.pagination {float:none; margin-top:35px;}
.pagination .nav-links{float:none; clear:both;}
.pagination.void-grid-nav span.current, .pagination.void-grid-nav a:hover{background-color: #70b752 !important; color: #fff;}
.pagination.void-grid-nav{float: right; clear: both;margin-top: 30px;}
.PostpaginationMain{margin: auto;  display: flex;  width: 100%;}
.Postpagination{margin: auto;}


.post-navigation .nav-links{clear: both; width: 100%; display: block; padding: 30px 0 150px;position: relative;}
.post-navigation .nav-links .nav-next{ width: 50%; float: left; height: 30px !important; line-height: 10px !important; }
.post-navigation .nav-links .nav-previous{width: 50%; float: left; height: 30px !important; line-height: 10px !important;}
.post-navigation svg{font-size: 15px !important; width: 30px;}
.post-navigation .nav-links .nav-previous svg{float: right; margin-right: 10px;}
.post-navigation .nav-links .nav-next svg{ margin-left: 10px;}


.default-page-content{padding-top: 98px; padding-bottom:98px;}
.topbar-bottom{padding: 0 0 10px; background-color: rgba(0,0,0,0);}


#review-slider .owl-pagination{/*! display: none; */}
.fa-arrow-left::before{ color: #282828;font-size: 25px;  }
.fa-arrow-right::before{ !important; color: #282828; font-size: 25px; }
.owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;opacity: 1 !important; width: 40px; height: 40px; border-radius: 50%; margin: 25px 20px 0 !important;}
.fa-circle::before{display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{opacity: 0.7 !important;}

.middle-content-row{align-items: center; /* justify-content: center;*/}
.row-col-bottom{align-items: end;}
.row-col-center{justify-content: center;}
.backgroundbg{background-size:cover; background-repeat:no-repeat;}

.single .post-thum-img img{height: auto; width:100%;}
.post-title-cls h1{font-size: 40px;line-height: 1em;font-weight: 400;color: #0021ae;text-transform: uppercase;margin-bottom: 25px;}



.single-post nav.navigation{display: none;}
.single-post .wrap{/*padding-bottom: 60px;*/}

img.fullsize{width: 100%;}
img.maxsize{max-width: 100%;}
img.radius, .radiusimg img{border-radius:10px;}
.fullsize img{width: 100% !important;}


.p-t-125{padding-top:125px;}
.p-b-125{padding-bottom:125px;}
.m-t-125{margin-top:125px;}
.m-b-125{margin-bottom:125px;}
.m-t-150{margin-top:150px;}
.m-b-150{margin-bottom:150px;}

.p-t-280{padding-top:280px;}
.p-b-280{padding-bottom:280px;}
.p-t-150{padding-top:150px;}
.p-b-150{padding-bottom:150px;}
.p-t-110{padding-top:110px;}
.p-b-110{padding-bottom:110px;}
.p-t-98{padding-top:98px;}
.p-b-98{padding-bottom:98px;}
.p-t-60{padding-top:60px;}
.p-b-60{padding-bottom:60px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}

.m-t-98{margin-top:98px;}
.m-b-98{margin-bottom:98px;}
.m-t-60{margin-top:60px;}
.m-b-60{margin-bottom:60px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}



.proPopupImg {  display: none;   position: fixed;   z-index: 1;   padding-top: 100px;   left: 0;  top: 0;  width: 100%;   height: 100%;   overflow: auto;   background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.9); }
.proPopupImg-content {  margin: auto;  display: block;  width: auto;  max-width: 700px;}
#caption {  margin: auto;  display: block;  width: 80%;  max-width: 700px;  text-align: center;  color: #ccc;  padding: 10px 0;  height: 150px;}
.proPopupImg-content, #caption {    -webkit-animation-name: zoom;  -webkit-animation-duration: 0.6s;  animation-name: zoom;  animation-duration: 0.6s;}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {  position: absolute;  top: 15px;  right: 35px;  color: #f1f1f1;  font-size: 40px;  font-weight: bold;  transition: 0.3s;}
.close:hover,.close:focus {  color: #bbb;  text-decoration: none;  cursor: pointer;}
@media only screen and (max-width: 700px){
  .proPopupImg-content {
    width: 100%;
  }
}

.faqBox{margin-top: 45px;}
.accordionjs .acc_section {    box-shadow: 0 0 12px #c5c4c4 !important;    background-color: #edf8fe !important;    border-radius: 0px !important;}
.accordionjs .acc_section.acc_active {   background-color: #fff !important;}
.accordionjs .acc_section .acc_head {    position: relative !important;}
.accordionjs .acc_section .acc_head:after {    content: "+";    display: block;    position: absolute;    top: 0;    right: 0;    color: #000;    font-size: 20px;  font-weight: 400;}
.accordionjs .acc_section.acc_active .acc_head:after {    content: "-"; font-size: 28px;}
.accordionjs .acc_section .acc_head h5 {  margin: 0;    padding-right: 35px;    font-size: 20px;    font-weight: 500;}
.accordionjs .acc_section .acc_content {  margin-top: 5px;}




.col-middle-gap .one{padding-right: 28px;}
.col-middle-gap .two{padding-left: 28px;}
.col-middle-gap2 .one{padding-right: 38px;}
.col-middle-gap2 .two{padding-left: 38px;}
img.borderradius{border-radius:12px;}
img.radius{border-radius:10px;}

.mobiledisplay{display:none;}


/*.sitelogo:before{content: url(../../../../wp-content/uploads/2022/08/text-bfr-img.png); position: absolute;top: -6px;margin-left: -70px;}
.sitelogo:after{content: url(../../../../wp-content/uploads/2022/08/text-aft-img.png); position: absolute;top: -6px;margin-left: 20px;}*/


.section-img img{max-width: 100%;}
.box-shadow{box-shadow: 0px 0px 28px #ddd; width: 100%; padding:70px;  display: block;}
.default-row-content{padding-top:98px; padding-bottom: 60px; }

.grayBG{background-color: #3a3a3a; color: #fff;}

.section-content ol{padding-left: 15px; margin-bottom: 25px;}
.section-content ul{ margin-bottom: 30px; padding-left: 15px;}
.section-content ul li {  padding-left: 6px; margin-bottom: 5px;}
.section-content ul li::marker {  color: #fd6600;   } 

.section-content ul.ticUl{ margin-bottom: 30px; padding-left: 0px;}
.section-content ul.ticUl li { list-style: none; padding-left: 25px; margin-bottom: 6px; background-image: url(../image/webp/ticul.webp);background-size: auto; background-position: top 7px left;  background-repeat: no-repeat;}
ul.ul2col{column-count: 2; column-gap: 20px;}


.btn {  display: inline-block;  position: relative;  padding: 15px 50px 15px 30px; border: none;  color: #fff !important;  background: #fd6600; border-radius: 5px;  font-size: 20px;  text-decoration: none !important;  overflow: hidden; margin-top: 10px; font-weight: 400; text-transform: uppercase; font-family: 'Kanit'; box-shadow: 5px 5px 0 0 rgba(68,68,68,0.3) !important; border: none !important;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.btn:hover{animation: all 1000ms  ease-in; color: #fff !important; background: #000; box-shadow: 5px 5px 0 0 #fd6600 !important; }
.btn::after {padding-left: 12px;position: absolute;  content: url('../image/btn-arrow-min.png');  -webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
.btn:hover:after{margin-top: -5px;animation: all 1000ms  ease-in;}

.btn2 {  display: inline-block;  position: relative;  padding: 15px 50px 15px 30px; border: none;  color: #fff !important;  background: #000; border-radius: 5px;  font-size: 20px;  text-decoration: none !important;  overflow: hidden; margin-top: 10px; font-weight: 400; text-transform: uppercase; font-family: 'Kanit'; box-shadow: 5px 5px 0 0 rgba(68,68,68,0.3) !important; border: none !important;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.btn2:hover{animation: all 1000ms  ease-in; color: #fff !important; background: #fd6600; box-shadow: 5px 5px 0 0 #000 !important; }
.btn2::after {padding-left: 12px;position: absolute;  content: url('../image/btn-arrow-min.png');  -webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
.btn2:hover:after{margin-top: -5px;animation: all 1000ms  ease-in;}

.btn3 {  display: inline-block;  position: relative;  padding: 5px 60px 5px 0; border: none;  color: #fd6600 !important;  background: transparent; font-size: 20px;  text-decoration: none !important;  overflow: hidden; margin-top: 0px; font-weight: 400;  font-family: 'Kanit';  border: none !important;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.btn3:hover{animation: all 1000ms  ease-in; color: #000 !important; background: transparent;  }
.btn3::after {padding-left: 12px;position: absolute;  content: url('../image/webp/button-arrow-2.webp');  -webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
.btn3:hover:after{margin-top: -5px;animation: all 1000ms  ease-in;}

.menubtn a { margin-top: -15px !important; display: inline-block;  position: relative;  padding: 15px 50px 15px 30px; border: none;  color: #fff !important;  background: #fd6600; border-radius: 5px;  font-size: 20px;  text-decoration: none !important;  overflow: hidden; margin-top: 10px; font-weight: 400; text-transform: uppercase; font-family: 'Kanit';  border: none !important;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.menubtn a:hover{animation: all 1000ms  ease-in; color: #fff !important; background: #000; box-shadow: 5px 5px 0 0 #fd6600 !important; }
.menubtn a::after {padding-left: 12px;position: absolute;  content: url('../image/btn-arrow-min.png');  -webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
.menubtn a:hover:after{margin-top: -5px;animation: all 1000ms  ease-in;}

.videobtn{background-image: url('../image/play-btn-min.png'); text-decoration: none !important; background-repeat: no-repeat; background-size: 58px; background-position: center left; padding: 19px 20px 19px 80px; color: #000;font-size: 20px;font-family: 'Kanit'; font-weight: 500;}


.social-link ul{list-style: none;}
.social-link ul li{display: inline-block; border: 1px solid #fff; border-radius: 50%; width: 35px; height: 35px; text-align: center; margin-right: 5px;}
.social-link ul li:last-child{margin-right: 0;}
.social-link ul li a{color: #fff; display: block; font-size: 16px; line-height: 30px;}


.slick-dots{padding: 0 !important;}
.slick-dots li{  background-image: none !important; padding: 0 !important; margin: 0 !important;}
button.slick-arrow:before {    font-size: 30px!important;    line-height: 16px;    background: none;    height: 35px !important;    width: 35px !important;    border-radius: 50%;    display: inline-block;    line-height: 20px;    opacity: 1 !important;}
button.slick-arrow:hover:before {    background: none;}
button.slick-arrow { padding: 0 !important;; background-image: none !important;  z-index: 1;  height: 15px !important;    width: 15px !important; }
button.slick-prev { left: -25px !important;  }
button.slick-next { right: -10px !important; background-position: top right;}
button.slick-prev:before {   content: url(../image/webp/slider-arrow-left-min.webp);    color: #000;}
button.slick-next:before {  content: url(../image/webp/slider-arrow-right-min.webp);    color: #000;} 
button.slick-disabled {    opacity: .6;}



.faqBox{margin-top: 45px;}
.accordionjs .acc_section {    box-shadow: none !important; border-bottom: none; margin-bottom: 18px !important;padding: 0px 0 !important;   background-color: transparent !important;    border-radius: 0px !important;}
.accordionjs .acc_section.acc_active {   background-color: transparent !important;}
.accordionjs .acc_section .acc_head { background-color: #fff !important;   position: relative !important; padding: 20px 50px 20px 20px;}


.accordionjs .acc_section .acc_head:after {    content: url(../image/webp/arrow-down.webp);    display: block;    position: absolute;    top: 18px;    right: 20px;    color: #000;    font-size: 20px;  font-weight: 400;}
.accordionjs .acc_section.acc_active .acc_head:after {    content: url(../image/webp/arrow-up.webp); font-size: 28px;}
.accordionjs .acc_section .acc_head h3 {  margin: 0;  font-weight: 500 !important;  padding-right: 15px;    font-size: 30px !important; line-height: 1; margin: 0;    font-weight: 500;}
.accordionjs .acc_section .acc_content {background-color: transparent !important; padding: 20px !important;  margin-top: 5px;}



header{position: absolute !important;z-index: 100; display: block !important;}
.headerTopMenu{padding-top: 20px;}






.inner-bannr .section-content{position: relative;}
.inner-bannr{position: relative;color: #fff;background-size: cover; background-position: top center;  background-repeat: no-repeat;padding: 190px 0 150px;}
.inner-bannr:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.9); }
.inner-bannr .bnrCont{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;background-image: url(../image/webp/innar-banner-overlap-shap-min.webp);background-size: auto 100%; background-position: top right;  background-repeat: no-repeat; opacity: 0.6;}
.inner-bannr .col-cmn{opacity: 1;position: relative; z-index: 1;}
.inner-bannr h2{  position: relative;  display: inline-block;  padding-left: 25px;   margin-bottom: 5px;  padding-top: 7px;  z-index: 1; text-transform: uppercase;}
.inner-bannr h2:before {  content: "";  position: absolute;  top: 35px;  left: 0;  width: 91px;  height: 91px;  background-color: #fd6600; border-radius: 50%; transform: translateY(-50%); z-index: -1; }
.breadcrumb, .breadcrumb a{color: #fd6600; font-size: 20px; line-height: 50px;text-transform: uppercase;}
.breadcrumb span{background-image: url(../image/webp/text-arrow-min.webp);background-size: auto; display: inline-block;background-position: top;  background-repeat: no-repeat; width: 25px;opacity: 1;height: 15px;vertical-align: bottom; position: relative; top: -15px;}
.inner-bannr h1{font-size: 98px; line-height: 1.2; margin-bottom: 5px;}
.inner-bannr:not(:has(h2)) h1{position: relative;  display: inline-block; line-height: 1; margin-bottom: 20px; padding-left: 25px;   margin-bottom: 5px;  padding-top: 7px;  z-index: 1; text-transform: uppercase;}
.inner-bannr:not(:has(h2)) h1:before {  content: "";  position: absolute;  top: 60px;  left: 0;  width: 91px;  height: 91px;  background-color: #fd6600; border-radius: 50%; transform: translateY(-50%); z-index: -1; }
.breadcrumb a{display: inline-block; vertical-align: bottom; line-height: 50px;}







.headerSignup{padding-left: 115px;}


.home-row-banner{position: relative;color: #fff;background-size: cover; background-position: center;  background-repeat: no-repeat;padding: 225px 0 173px;}
.home-row-banner .col-cmn{position: relative; z-index: 1;}
.home-row-banner .videobtn{color: #fff !important; top: -19px !important; margin-left: 25px;position: relative;}


.bnnrSocial {  position: absolute;  padding: 20px 10px;  width: 50px;   height: auto; left: 75px;}
.textHorizon { font-family: "Kanit";  writing-mode: vertical-rl;   transform: rotate(180deg);  color: #fff;  font-size: 20px;  font-weight: 500;  margin-bottom: 20px;  text-align: center;}
.bnnrSocial .social-link ul {  list-style: none;  margin: 0;  padding: 0;}
.bnnrSocial .social-link ul li {  margin: 10px 0; border: none; padding: 0;margin: 1px 0px;}
.bnnrSocial .social-link a {  color: #ff7a00;   font-size: 20px; line-height: 15px;  padding: 0 !important;  transition: color 0.3s;}
.bnnrSocial .social-link a:hover {  color: #fff;}

/*.homeSlider .slick-dots{padding: 0 !important;}
.homeSlider .slick-dots li{  background-image: none !important; padding: 0 !important; margin: 0 !important;}
.homeSlider button.slick-arrow:before {    font-size: 30px!important;    line-height: 16px;    background: none;    height: 35px !important;    width: 35px !important;    border-radius: 50%;    display: inline-block;    line-height: 20px;    opacity: 1 !important;}
.homeSlider button.slick-arrow:hover:before {    background: none;}
.homeSlider button.slick-arrow { padding: 0 !important;; background-image: none !important;  z-index: 1;  height: 15px !important;    width: 15px !important; }
.homeSlider button.slick-prev { left: unset !important;right: 120px !important; top: 40%; background-color: rgba(218,196,196,0.6); height: 45px !important;    width: 45px !important;    border-radius: 50%;   }
.homeSlider button.slick-next { right: 120px !important; bottom:40%; top: unset !important;  background-color: rgba(218,196,196,0.6); height: 45px !important;    width: 45px !important;    border-radius: 50%;   }
.homeSlider button.slick-prev:before { border: none;   content: url(../image/webp/slider-arrow-up-min.webp); margin-top: 20px;   color: #000;}
.homeSlider button.slick-next:before { border: none;   content: url(../image/webp/slider-arrow-down-min.webp); margin-top: -20px;     color: #000;}
.homeSlider button.slick-disabled {    opacity: .6;}*/


.homeSlider {  position: relative;}
.homeSlider .slick-dots {  position: absolute;  right: 110px !important;  left: unset !important;  top: 40% !important;  bottom: unset !important;  transform: translateY(-50%);  display: flex !important;  flex-direction: column;  align-items: center;  gap: 12px;  list-style: none;  width: 30px;}
.homeSlider .slick-dots li {  margin: 0;  padding: 0;  width: 12px;  height: 12px;  border-radius: 50%;  background: transparent;border: 1px solid #000;  transition: all 0.3s ease;}
.homeSlider .slick-dots li.slick-active {  background: #fd6600;  width: 12px;  height: 12px; border: 1px solid #fd6600;}
.homeSlider .slick-dots button {  display: none; }
.homeSlider .slick-prev, .homeSlider .slick-next {  position: absolute;  left: unset !important;  right: 100px !important;;  background-color: rgba(218,196,196,0.6);  border-radius: 50%;  width: 45px !important;  height: 45px !important;  z-index: 2;}
.homeSlider .slick-prev {  top: 30%; }
.homeSlider .slick-next {  bottom: 30%;}
.homeSlider .slick-prev:before {  content: url('../image/webp/slider-arrow-up-min.webp'); border: none !important;margin-top: 20px;}
.homeSlider .slick-next:before {  content: url('../image/webp/slider-arrow-down-min.webp');border: none !important;margin-top: -20px;}
/*.homeSlider section {  padding-right: 120px;}*/
.homeSlider{margin: 0 !important;}
/*.homeSlider h2{margin-bottom:15px; position: relative;padding-left: 20px; padding-top: 7px; text-transform: uppercase;z-index: 1;}
.homeSlider h2:before{content: ""; background-color: #fd6600;  width: 91px;  height: 91px;position: absolute;  top: 0; left: 0; border-radius: 50%; z-index: 0;}*/
.homeSlider h2 {  position: relative;  display: inline-block;  padding-left: 20px;  text-transform: uppercase;  margin-bottom: 15px;  padding-top: 7px;  color: #fff; z-index: 1;}
.homeSlider h2::before {  content: "";  position: absolute;  top: 50%;  left: 0;  width: 91px;  height: 91px;  background-color: #fd6600; border-radius: 50%; transform: translateY(-50%); z-index: -1; }
.homeSlider .section-content{position: relative; z-index: 2;}

.homeSlider .sliderInnar{height: 100%;}
.homeSlider .home-row-banner{height: 100%;}
.homeSlider .home-row-banner .sliderInnar{height: auto;}

.headingRow h2{  position: relative;  display: inline-block;  padding-left: 25px;   margin-bottom: 15px;  padding-top: 7px;  z-index: 1;}
.headingRow h2:before {  content: "";  position: absolute;  top: 40px;  left: 0;  width: 91px;  height: 91px;  background-color: #fd6600; border-radius: 50%; transform: translateY(-50%); z-index: -1; }
.headingRow{padding-bottom: 40px;}

.text-center h6 {  display: inline-block;   position: relative;  width: auto !important;  margin: 0 auto; }




.home-row-logo{background-color: #fd6600; padding:40px 30px;}
.banner-logo {  display: flex;  width: 100%;align-items: center;  text-align: center;  border-spacing: 20px 0;}
.banner-logo span {  display:inline-block;  vertical-align: middle;}
.banner-logo span:first-child { width: 20%; font-size: 40px;  font-weight: 400;  color: #000;  font-family: 'Kanit', sans-serif;  line-height: 1;  text-align: left;  padding-right: 20px;}
.banner-logo span:first-child b {  font-weight: 700; font-size: 50px;  color: #000; }
.banner-logo img {  max-width: 100%;  height: auto;  transition: all 0.3s ease;}
.banner-logo img:hover {  filter: grayscale(0%);  opacity: 1;  transform: scale(1.05);}
.banner-logo span:last-child{width: 80%;}
.bnrLogoSlider .slick-slide{padding: 7px;}

.bnrLogoSlider,.bnrLogoSlider .slick-list,.bnrLogoSlider .slick-track {  box-sizing: border-box;}
.bnrLogoSlider .slick-slide {  display: flex !important;  align-items: center;  justify-content: center;  height: 180px !important;   box-sizing: border-box;}
.bnrLogoSlider .slick-slide > div {  width: 100%;  display: flex;  align-items: center;  justify-content: center;  box-sizing: border-box;}



.aboutBottomImg{position: relative;}
.home-row-about{position: relative; background-color: #e7e7e7;}
.home-row-about:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.home-row-about:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}

.aboutTopImg{display: none; position: absolute; top: -10px; right: 0; z-index: 3;}
.aboutTopImg img{border-top-left-radius: 10px;border-bottom-left-radius: 10px;  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;}
.aboutBottomImg:before{content:""; position: absolute;z-index: 0; bottom: 0; left: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 250px; background-repeat: no-repeat; background-position: center bottom 35px;}
.home-row-about .row{position: relative; z-index: 1}

.home-row-service{position: relative;}
.home-row-service:before{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.8);}
.home-row-service h2{color: #fff;}
.service-container {  display: flex;  flex-wrap: wrap;  border-radius: 10px;  overflow: hidden;}
.service-menu {  width: 55%;  background: transparent;  display: flex;  flex-direction: column;padding-right: 35px;}
.service-title {  padding: 44px 25px 44px 144px;;  font-size: 40px; line-height: 1;  font-weight: 600;  cursor: pointer; background-repeat: no-repeat !important; background-position: top 23px left 40px !important; background: #dbdbdb;  margin-bottom: 10px;  border-radius: 8px;  transition: all 0.3s ease;  display: flex;  align-items: center;  justify-content: space-between;}
.service-title:hover {  background: #fff;  color: #f97316; }
.service-title.active {  background: rgba(0,0,0,0.8);  color: #fff;}
.service-content-wrap {   width: 45%;  background-image: url(../image/webp/service-accor-bg-min.webp); background-size: cover; background-repeat: no-repeat; background-position: center; position: relative;   color: #fff;  padding: 40px;  border-radius: 10px;  position: relative;}
.service-content-wrap:before{content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(242,98,0,0.9);border-radius: 10px;}
.service-content {  display: none;  animation: fadeIn 0.4s ease-in-out; position: relative;}
.service-content.active {  display: block;}
.service-content .btn2:hover{background-color: #000; box-shadow: 5px 5px 0 0 #fff !important;}
.serviceContentImg{background-color: #fff; width: 100px; height: 100px; text-align: center; border-radius: 50%; padding: 15px 0 0 0; margin-bottom: 15px;}
.serviceContentImg img{width: 58px;}
.service-content h3{font-weight: 700; margin-bottom: 10px;}
.serviceRow .section-content{padding-top: 30px;}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}


.home-row-featurs {  position: relative;  background:    radial-gradient(circle at top left, rgba(232, 230, 230, 0.25), transparent 30%),    radial-gradient(circle at bottom right, rgba(239, 219, 219, 0.25), transparent 70%),    linear-gradient(to bottom, rgba(232, 230, 230, 0.9) 30%, rgba(240, 217, 217, 1) 70%);  background-repeat: no-repeat;  background-size: cover;}
.home-row-featurs:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 30%;;background-image: url(../image/webp/featured-shap-1-min.webp);background-size: 100% auto;background-position: top -280px left;  background-repeat: no-repeat; opacity: 0.2;}
.home-row-featurs:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 25%;;background-image: url(../image/webp/featured-shap-2-min.webp);background-size: 100% auto;background-position: bottom -200px left;  background-repeat: no-repeat; opacity: 0.2;}
.home-row-featurs .featursRightImg:before{content:""; position: absolute;z-index: 0; bottom: 65%; right: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 250px; background-repeat: no-repeat; background-position: center bottom 35px;}
.home-row-featurs .row{position: relative; z-index: 1}


.featurs-main .featurs-col {  display: flex;  flex-wrap: wrap; margin-bottom: 40px;  overflow: hidden;}
.featurs-main .featurs-col .featurs-img {  width: 40%; display: flex;  flex-direction: column; padding-right: 25px;}
.featurs-main .featurs-col .featurs-img  img{border-radius: 10px;}
.featurs-main .featurs-col .featurs-con {  width: 60%; display: flex;  flex-direction: column; font-size: 16px; line-height: 25px;}
.featurs-main .featurs-col .featurs-con p{margin-bottom: 1px;}
.featurs-main .featurs-col .featurs-con h4{margin-bottom: 12px;}


.homeBg{position: relative; background-color: #e7e7e7;}
.homeBg:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.homeBg:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.homeBg section{position: relative; z-index: 1;}

.testimonial-main{background-color: #fff; height: 100%; padding: 45px; border-radius: 10px;}
.testiSlider .slick-slide{padding: 10px;}
.testimonial-heading img.quotimg{float: left; margin-right: 15px;}
.testiSlider button.slick-prev { left: unset !important; right: 55px;top: unset !important; bottom: -40px; }
.testiSlider button.slick-next { right: 0px !important; top: unset !important; bottom: -40px;}
.testiSlider{position: relative;}
.testiSlider:before{content: ""; width: 93%; height: 10px; position: absolute; right: 80px; bottom: -50px; border-top: 1px solid #8f8f8f;}


.applicationForm-row-one {position: relative; background-color: #e7e7e7;}
.applicationForm-row-one .container{position: relative; z-index: 1;}
.applicationForm-row-one:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.applicationForm-row-one:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.applicationFormCol{margin-bottom: 30px;}
.applicationFormCol .section-content{height: 100%; background-color: #fff; padding: 85px 15px 35px 15px; border-radius: 10px;}
.applicationForm-head h3{margin: 0; font-weight: 600; font-size: 40px; line-height: 1.2;}
.applicationForm-btn{padding-top: 20px;}
.applicationForm-head{min-height: 180px;}

.default-page-template{position: relative;}
.page-id-43 .default-page-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-43 .default-page-template:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.page-id-43 .default-page-template .content-area main{position: relative; z-index: 1;}
.page-id-43 .default-page-template .content-area:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;background-image: url(../image/webp/byer-shap-min.webp); background-size: auto; background-repeat: no-repeat; background-position: center; opacity: 0.3}


.buying-row-two, .buying-template{position:relative;}
.buying-row-two .container .row{position:relative; z-index:1;}
.buyingCol{margin-bottom: 35px;}
.buyingCol  .section-content{height: 100%; background-color: #fff; border-radius: 10px; padding: 35px 15px;}
.buyingCol .buying-img img{max-height: 83px;}
.buyingCol .buying-img{margin-bottom: 25px;}
.buyingCol .buying-content{font-family: "Kanit"; font-size: 18px; line-height: 31px; }
.buyingBottomImg:before{content:""; position: absolute;z-index: 0; bottom: 130px; right: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 250px; background-repeat: no-repeat; background-position: center bottom 35px;}
.buying-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.buying-template:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 50%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.buying-template section{position: relative; z-index: 1;}
.buying-row-two:after{content:""; position: absolute; z-index: 0; bottom: 0; left: 0; height: 70%; width: 30%;;background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(231, 231, 231,0.9), transparent 30%);  background-repeat: no-repeat;}
.curvBg{position: relative;}
.curvBg:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 75%; width: 40%;background-image: url(../image/webp/byer-shap-min.webp); background-size: auto; background-repeat: no-repeat; background-position: center; opacity: 0.3}

.page-id-15 .default-page-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template .content-area main{position: relative; z-index: 1;}
.page-id-15 .default-page-template .content-area:before{content:""; position: absolute;z-index: 0; top: 0; right: 0; height: 100%; width: 45%;background-image: url(../image/webp/byer-shap-min.webp); background-size: auto; background-repeat: no-repeat; background-position: center; opacity: 0.1}
.page-id-15 .default-page-template .default-row-content{position: relative;}
.page-id-15 .default-page-template .default-row-content:before{content:""; position: absolute;z-index: 0; top: 110px; left: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 250px; background-repeat: no-repeat; background-position: center top;}
.page-id-15 .default-page-template .default-row-content .container{position: relative; z-index: 1;}


h2.h2{  position: relative;  display: inline-block;  padding-left: 25px;margin-top: 15px;   margin-bottom: 45px;  padding-top: 7px;  z-index: 1;}
h2.h2:before {  content: "";  position: absolute;  top: 40px;  left: 0;  width: 91px;  height: 91px;  background-color: #fd6600; border-radius: 50%; transform: translateY(-50%); z-index: -1; }

.page-id-200 .default-page-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-200 .default-page-template:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.page-id-200 .default-page-template .content-area main{position: relative; z-index: 1;}
.page-id-200 .default-page-template .content-area:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 70%; width: 45%;background-image: url(../image/webp/byer-shap-min.webp); background-size: auto; background-repeat: no-repeat; background-position: center; opacity: 0.1}
.posirelative{position: relative;}
.insuranceimg{position: relative; z-index:1;}
.shapImgBg{position: absolute; z-index: 0; bottom: -50px; right: -55px; text-align: right;}



.borrowForm {  background: #fff;  padding: 30px 40px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.borrowForm h5 {  font-size: 20px;  font-weight: 700;  margin: 25px 0 10px;}
.formRow {  display: flex;  align-items: start;  justify-content: start;  margin-bottom: 12px;  gap: 10px;}
.formRow label {  flex: 1 1 40%;  font-size: 14px;  color: #000;}
.formRow input[type="text"], .formRow input[type="number"] {  flex: 1 1 50%;  padding: 6px 8px;  font-size: 14px;  border: 1px solid #ccc;  border-radius: 4px;  width: 100%;  box-sizing: border-box;}
.borrowForm .radio-group {  display: flex;  gap: 12px;flex: 1 1 50%;}
.borrowForm .radio-group label {  font-size: 14px;}
.borrowForm .input-inline {  display: flex;  align-items: center;  gap: 5px;flex: 1 1 50%;}
.borrowForm .input-inline span {  font-size: 14px;  color: #000;}
.borrowForm form input:focus {  outline: none;  border-color: #000;}
.loanCalculators-row-one{position: relative;}
.loanCalculators-row-one:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.loanCalculators-row-one:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 30%);  background-repeat: no-repeat;}
.loanCalculators-row-one .container{position: relative; z-index: 1;}

.inner-template, .loanOptions-row-one{position: relative;}
.loanOptions-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 35%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.loanOptions-template:after{content:""; position: absolute; z-index: 0; top: 0; right: 0; height: 100%; width: 40%;;background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%);  background-repeat: no-repeat;}
.loanOptions-template .container{position: relative; z-index: 1;}
.loanOptionsBg:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 200px; background-repeat: no-repeat; background-position: left 70px top 255px;}
.loanOptionsBg:after{content:""; position: absolute;z-index: 0; bottom: 0; right: 0; height: 100%; width: 25%;background-image: url(../image/webp/shap-1-min.webp); background-size: 200px; background-repeat: no-repeat; background-position: right 70px bottom 35px;}
.acc_content h3{font-size: 35px; line-height: 1.1;}
.acc_content img{border-radius: 10px;}

.mentoring-row-two{position: relative; color: #fff; background-repeat: no-repeat; background-position: center;background-size: cover;}
.mentoring-row-two:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.9); }
.mentoring-row-two ul li{list-style: none; display: inline-block; vertical-align: middle;padding: 7px 12px;}
.mentoring-row-two ul li img{display: inline-block; vertical-align: middle; margin-right: 15px; border-radius: 50%; border: 1px solid #fff; padding: 10px; width: 60px; height:60px;}
.mentoring-row-two ul{padding: 0; margin: 0 0 25px 0;}

.mentoring-row-one {background-image: url(../image/webp/shap-1-min.webp); background-size: 200px; background-repeat: no-repeat; background-position: left 120px bottom -65px;}
.mentoring-row-one .curvBg:before{opacity: 0.1;}
.mentoring-row-one, .mentoringBG{position: relative;}
.mentoring-row-one:before{content:""; position: absolute;z-index: 0; top: 0%; left: 0; height: 60%; width: 45%;;background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.mentoring-row-one:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 25%);  background-repeat: no-repeat;}
.mentoring-row-one .container{position: relative; z-index: 1;}
.mentoringBG:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 100%; width: 45%;;background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.mentoringBG:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 25%);  background-repeat: no-repeat;}
.mentoringBG section{position: relative; z-index: 1;}

.testimonials-row-two  .testiCol{margin-bottom: 35px;}
.testimonials-row-two  .testiCol .section-content{padding: 0 20px; height: 100%;}
.testimonials-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 50%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.testimonials-template:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 25%);  background-repeat: no-repeat;}
.testimonials-template section{position: relative; z-index: 1;}
.testimonials-row-two:before{content:""; position: absolute;z-index: 0; bottom: 0; left: 0; height: 50%; width: 45%;;background-image: radial-gradient(circle at bottom left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.testimonials-row-two{position: relative;}
.testimonialsShap{position: absolute; left: 120px; top: -100px;}
.testimonialsShap img{width: 200px;}

.blogCol{margin-bottom: 35px; text-align: center;}
.blogCol .section-content{height: 100%; padding: 0 5px;}
.blogColMain{height: 100%; background-color: #fff;padding: 15px 15px 65px 15px;  border-radius: 10px;}
.blogColMain .blog-img{margin-bottom: 15px;}
.blogColMain .blog-img img{width: 100%; object-fit: cover; height: 240px;}

.blogShap{position: absolute; left: 120px; bottom: 30%;}
.blogShap img{width: 200px;}
.blog-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 50%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.blog-template:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 25%);  background-repeat: no-repeat;}
.blog-template section{position: relative; z-index: 1;}


.team-main{margin-bottom: 15px;}
.team-col{display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.team-col .team-img{-ms-flex: 0 0 30%;  flex: 0 0 30%;  max-width: 30%;padding-right: 20px;}
.team-col .team-con{-ms-flex: 0 0 70%;  flex: 0 0 70%;  max-width: 70%; font-size: 16px; line-height: 24px;}
.team-col .team-img img{max-width: 100%;}
.team-col .team-con h4{margin-bottom: 10px;}
.team-col .team-con p{margin-bottom: 15px;}
.teamRow .section-img{position: relative;}
.teamShap{position: absolute; top: -25px; right: -100px;}
.teamShap img{width: 200px;}
.teamRow .section-img img.radius{position: relative; z-index: 1;}

.whoAreWe-template:before{content:""; position: absolute;z-index: 0; top: 0; left: 0; height: 50%; width: 45%;;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.whoAreWe-template:after{content:""; position: absolute; z-index: 0; bottom: 0; right: 0; height: 60%; width: 50%;;background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 25%);  background-repeat: no-repeat;}
.whoAreWe-template section{position: relative; z-index: 1;}


.packageRow3 {text-align: center;}
.packageRow3 .wp-block-button .wp-element-button, .packageRow3 .wp-block-button{margin: auto !important; text-align: center;}
.packageRow3 .wp-block-button{margin-bottom: 30px !important;}
.wp-block-button a{background: #fd6600 !important; text-decoration: none;}
.wp-block-button a:hover{background-color: #000 !important;}
.packageRow3 img{border-radius: 10px;}




.ti-widget {  position: fixed; bottom: 30px; right: 30px; width: 237px !important; z-index: 666;}
.wp-block-media-text__media img{margin-bottom: 25px !important;}












.footer-row-contact .container{max-width: 1560px !important;}
.footer-row-contact .row{  position: relative;}
.footer-row-contact .row:before{content: ""; width: 100%; height: 100%; background-color: #fff; top: 60px; left: 50px; position: absolute;border-top-right-radius: 20px; border-top-left-radius: 20px;}
.footer-row-contact .section-img img{margin-left:0;margin-top: 75px; margin-bottom: -35px;}
.footer-row-contact .row .col-cmn{padding: 0;}
.footer-row-contact .section-img{line-height: 0;}
.footer-contact-form{padding: 10px 20px;}
.footer-contact-form .row{margin: 0;background-color: transparent; border-top-right-radius: 0px; border-top-left-radius: 0px;}
.footer-contact-form .row:before{display: none;}
.footer-contact-form .row .col-lg-6:first-child{padding-right: 10px; }
.footer-contact-form .row .col-lg-6:last-child{padding-left: 10px; }
.footer-row-contact .two .section-content{background-color: #fd6600;height: 100%;border-top-right-radius: 10px; border-top-left-radius: 10px; padding: 15px; }
.footer-row-contact .two .section-content p{color: #fff;}
.testimonial-footer{background-image: url(../image/webp/testi-footer-min.webp); background-repeat: no-repeat; background-position: top left 50px; border-top: 1px solid #e0dfde; padding-top: 35px;}
.testimonial-footer h4{color: #fd6600; font-size: 26px;  font-weight: 500;  font-family: "Kanit";margin: 0;}

.footer-Logo figure img{width: auto !important; width: 100px !important; max-width: 100%;}
.footer-Logo figure{display: inline-block !important; width: auto !important;margin-right: 15px;}
.footer-Logo{display: inline-block !important; vertical-align: middle; width: auto !important;}
.footer-content{color: #fff; font-size: 18px;}
.footer-content img{width: auto !important;}

footer{position: relative; z-index: 1;}
footer a{color: #fff; }
footer .footer-top h2{color: #fff;font-size: 36px; margin-bottom: 30px; font-weight: 600;}
.footer-copyright{font-size: 18px; line-height: 26px; font-weight: 300; color: #9c9c9c;}
.footer-contact-details{font-size: 19px; color: #fff;}
.footer-copyright p{margin-bottom: 5px;}
.footer-copyright a{color: #9c9c9c;}
.footer-copyright a:hover{text-decoration: underline;}

footer a:hover, footer li a:hover{color: #fff;}
.footer-top .rowone .two .cipi{padding-left: 80px;}
footer ul.listo{padding-left: 3px;}
footer ul.listo li{list-style: none; font-size: 18px; margin-bottom: 10px;}
.rowCopyright{padding-top: 35px; font-size: 17px; border-top: 1px solid #9c9c9c;}
.footer-top .rowone{border-bottom: 1px solid #9c9c9c;margin-bottom: 5px;padding-bottom: 35px;}

.footer-contact-details{display: block; width: 100%; margin-bottom: 25px;}
.footer-contact-details i{color: #fff;margin-right: 10px;}
.footer-contact-details span{display: table-cell; vertical-align: top;}
.footer-contact-details span:first-child{width: 25px;}

footer .social-link{margin-bottom: 25px; display: block;}
footer .social-link li{border: none; padding: 5px !important; margin: 0 3px !important;}
footer .social-link li a{border-radius: 50%; border: 1px solid #fff; display: block; width: 35px; height: 35px; text-align: center;}

form .frm-row{width:100%; display:block; padding: 1px 0;}
form .frm-row .frm-col2{width: 49.5%; display: inline-block; vertical-align:top;}
form .frm-row .frm-col2:first-child{padding-right: 7px;}
form .frm-row .frm-col2:last-child{padding-left: 7px;}
form .frm-row .frm-colfull{display:block; width:99.5%;}
form .frm-row-btn p{margin-bottom: 0;}
.contactform{padding-left:20px;}
.contactform .wpcf7-spinner{display: block;}
form .frm-col p{margin-bottom: 10px;}

form p{margin: 0;}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form select, form input[type="search"], form input[type="password"]{width: 100%; color: #fff; background-color: transparent; border: none; border: 1px solid #fff; border-radius: 0px; padding: 13px 13px; font-size: 18px; outline: unset;font-family: "Kanit";font-weight: 400;margin-bottom: 12px;}
form textarea{ outline: unset; height: 108px; resize: unset;width: 100%; color: #fff; background-color: transparent; border: none; border: 1px solid #fff; border-radius: 0px; padding: 13px 13px; font-size: 18px; outline: unset;font-family: "Kanit";font-weight: 400;margin-bottom: 12px;}
form .frm-row p{margin-bottom: 10px;}
.frm-row-btn{margin-top: 30px;}

form input[type="submit"]{  display: inline-block;  position: relative;  padding: 15px 50px 15px 30px; border: none;  color: #fff !important;  background: #000; border-radius: 5px;  font-size: 20px;  text-decoration: none !important;  overflow: hidden; margin-top: 10px; font-weight: 400; text-transform: uppercase; font-family: 'Kanit'; box-shadow: 5px 5px 0 0 rgba(68,68,68,0.3) !important; border: none !important;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; 
cursor: pointer;}
form input[type="submit"]:hover{animation: all 1000ms  ease-in; color: #000 !important; background: #fff; box-shadow: 5px 5px 0 0 #000 !important; }
form input[type="submit"]::after {padding-left: 12px;position: absolute;  content: url('../image/btn-arrow-min.png');  -webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
form input[type="submit"]:hover:after{margin-top: -5px;animation: all 1000ms  ease-in;}





.footer-contact-form form input[type="text"]::placeholder, .footer-contact-form form input[type="email"]::placeholder, .footer-contact-form form input[type="tel"]::placeholder, .footer-contact-form form input[type="number"]::placeholder, .footer-contact-form form select::placeholder, .footer-contact-form form input[type="search"]::placeholder, .footer-contact-form form input[type="password"]::placeholder, .footer-contact-form form textarea::placeholder { color: #fff; }
.footer-contact-form form input[type="text"]::-webkit-input-placeholder, .footer-contact-form form input[type="email"]::-webkit-input-placeholder, .footer-contact-form form input[type="tel"]::-webkit-input-placeholder, .footer-contact-form form input[type="number"]::-webkit-input-placeholder, .footer-contact-form form select::-webkit-input-placeholder, .footer-contact-form form input[type="search"]::-webkit-input-placeholder, .footer-contact-form form input[type="password"]::-webkit-input-placeholder, .footer-contact-form form textarea::-webkit-input-placeholder { color: #fff; }
.footer-contact-form form input[type="text"]:-ms-input-placeholder, .footer-contact-form form input[type="email"]:-ms-input-placeholder, .footer-contact-form form input[type="tel"]:-ms-input-placeholder, .footer-contact-form form input[type="number"]:-ms-input-placeholder, .footer-contact-form form select:-ms-input-placeholder, .footer-contact-form form input[type="search"]:-ms-input-placeholder, .footer-contact-form form input[type="password"]:-ms-input-placeholder, .footer-contact-form form textarea:-ms-input-placeholder { color: #fff; }
.footer-contact-form form input[type="text"]::-moz-placeholder, .footer-contact-form form input[type="email"]::-moz-placeholder, .footer-contact-form form input[type="tel"]::-moz-placeholder, .footer-contact-form form input[type="number"]::-moz-placeholder, .footer-contact-form form select::-moz-placeholder, .footer-contact-form form input[type="search"]::-moz-placeholder, .footer-contact-form form input[type="password"]::-moz-placeholder, .footer-contact-form form textarea::-moz-placeholder { color: #fff; opacity: 1; }
.footer-contact-form form input[type="text"]:-moz-placeholder, .footer-contact-form form input[type="email"]:-moz-placeholder, .footer-contact-form form input[type="tel"]:-moz-placeholder, .footer-contact-form form input[type="number"]:-moz-placeholder, .footer-contact-form form select:-moz-placeholder, .footer-contact-form form input[type="search"]:-moz-placeholder, .footer-contact-form form input[type="password"]:-moz-placeholder, .footer-contact-form form textarea:-moz-placeholder { color: #fff; opacity: 1; }









.comments-area{margin-top: 20px;background-color: #f4f4f4; padding: 25px 0 0;}
.comments-area h2.comments-title{font-size: 35px;}
.comments-area footer {  color: #000;  background-color: transparent !important;  padding: 0 0 0 0;}
.comments-area .comment-author img{border-radius: 50%; width: 70px; height: 70px;}
.comments-area ol{margin-left: 15px;}
.comments-area .comment-author a{color: #000;}


.comments-area .comment-metadata{padding-bottom: 10px;}
.comments-area .comment-metadata a{color: #000;}
.comments-area .comment-metadata time{font-size: 14px;}

.comments-area .reply svg{ width: 20px; height: 20px; display: inline-block; margin-right: 15px;}
.comments-area .reply{margin-bottom: 25px;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area select, .comments-area input[type="url"]{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fdfdfd; font-size: 18px; color: #bfbfbf; text-transform: uppercase; outline: none;}
.comments-area textarea{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fff; font-size: 18px; color: #000;height: 9em;outline: none;}
.comments-area h3.comment-reply-title small a{ color:#000 !important; font-size: 25px; margin-left: 15px;}







/*--------Responsive start--------------*/



@media screen and (min-width:1400px){
       

  
}


@media screen and (max-width:1800px){
  
  .bnnrSocial{left: 0px;}
  .homeSlider .slick-prev, .homeSlider .slick-next {  right: 10px !important;;}
  .homeSlider .slick-dots{right: 18px !important;}
  .homeSlider .section-content{padding-left: 35px;}
  .copyright{padding-right: 12vw !important;}
  
  
}

@media screen and (max-width:1700px){
  
  .footer-row-contact .row::before{width: 70%;}
  .teamShap{right: -30px; top: -35px;}
  
}

@media screen and (max-width:1600px){
  
  .copyright{padding-right: 18vw !important;}
  
}
@media screen and (max-width:1520px){


.container{  max-width: 94% !important;}
.comments-area{  margin: auto;}
.single-post .nav-links{ margin: auto;}
  
.topbar-logo .container{max-width: 100% !important;}
    
.menubtn a { margin-top: -12px !important;  padding: 12px 40px 12px 20px; font-size: 16px; margin-top: 10px;  }
.menubtn a::after{padding-left: 7px;}
  
h1 { font-size: 60px; line-height: 1; margin-bottom: 25px; }
h2{font-size: 50px; line-height: 1; margin-bottom: 35px;   }
h3{font-size: 40px; line-height: 1.1; margin-bottom: 30px;}
h4{font-size: 30px; line-height: 1.1em; margin-bottom: 20px; }
h5{font-size:25px; line-height:32px;  margin-bottom: 10px;  }
  
.home-row-banner{padding: 145px 0 123px;}
  
.service-title, .service-title.active {  padding: 34px 15px 34px 64px;  font-size: 28px; background-size: 40px; background-position: top 23px left 10px !important;}
  .service-title:hover{background-size: 40px; background-position: top 23px left 10px !important;}
  
  
.inner-bannr{padding: 180px 0 130px;}
.inner-bannr h2{   padding-left: 25px;   margin-bottom: 5px;  padding-top: 7px; font-size: 40px; }
.inner-bannr h2:before {  top: 29px;  width: 60px;  height: 60px;  }
.breadcrumb, .breadcrumb a{font-size: 18px; line-height: 50px;}
.inner-bannr h1{font-size: 68px; line-height: 1.1; }
.inner-bannr:not(:has(h2)) h1:before { top: 30px;  width: 60px;  height: 60px; }

  .buyingBottomImg:before{ background-size: 50%; background-position: center bottom 35px;}
.buying-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.buying-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%); }
.buying-row-two:after{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 30%),   radial-gradient(circle at center right, rgba(231, 231, 231,0.9), transparent 30%); }


  
  
}

@media screen and (max-width:1400px){
  
h1 { font-size: 53px; line-height: 1; margin-bottom: 25px; }
h2{font-size: 44px; line-height: 1; margin-bottom: 35px;   }
h3{font-size: 35px; line-height: 1.1; margin-bottom: 30px;}
h4{font-size: 30px; line-height: 1.1em; margin-bottom: 20px; }
h5{font-size:25px; line-height:32px;  margin-bottom: 10px;  }
.headingRow h2:before, h2.h2:before{width: 60px; height: 60px; top: 30px;}
    
.menubtn a { margin-top: -8px !important;  padding: 8px 30px 8px 15px; font-size: 14px; margin-top: 10px;  }
.menubtn a::after{padding-left: 7px;}
  .headerTopMenu {  padding-top: 10px;}
  .blogColMain .blog-img img{height: 200px;}
  .copyright{padding-right: 22vw !important;}
  
  
  
}

@media screen and (max-width:1360px){
  
  .navbar a{font-size: 16px;}
.menubtn a { margin-top: -8px !important;  padding: 8px 30px 8px 15px; font-size: 12px; margin-top: 10px;  }
.menubtn a::after{padding-left: 7px;}

  
.loanOptions-template:before{width: 45%; background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 90%);  }
.loanOptions-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 90%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%); }
.loanOptionsBg:before{  background-size: 50%; background-repeat: no-repeat; background-position: left 70px top 285px;}
.loanOptionsBg:after{ background-size: 50%; background-repeat: no-repeat; background-position: right 70px bottom 35px;}

.page-id-200 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.page-id-200 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%); }
.shapImgBg img{width: 70%;}
  
}

@media screen and (max-width:1300px){
  
  .navbar a{font-size: 15px;}
  .topbar-logo .two{padding-left: 0 !important;}
  .footer-row-contact .row::before{left: 30px;}
  
}

@media screen and (max-width:1260px){
    
  .navbar a{font-size: 14px;}
.menubtn a { margin-top: -3px !important;  padding: 5px 25px 5px 10px; font-size: 11px; margin-top: 10px;  }
.menubtn a::after{padding-left: 7px;}
  .header {  padding: 10px 0 10px;}
  
}

@media screen and (max-width:1220px){

    

   
}



@media screen and (max-width:1200px){
  
  body{font-size: 16px; line-height: 26px;}
  
h1 { font-size: 43px; line-height: 1; margin-bottom: 25px; }
h2{font-size: 34px; line-height: 1; margin-bottom: 35px;   }
h3{font-size: 30px; line-height: 1.1; margin-bottom: 30px;}
h4{font-size: 25px; line-height: 1.1em; margin-bottom: 20px; }
h5{font-size:22px; line-height:32px;  margin-bottom: 10px;  }
  .headingRow h2, h2.h2{padding-left: 10px;}
.headingRow h2:before, h2.h2::before{width: 40px; height: 40px; top: 25px; }
  
  .navbar ul li{margin-right: 10px;}
.menubtn a { margin-top: -3px !important;  padding: 5px 10px 5px 10px; font-size: 11px; margin-top: 10px;  }
.menubtn a::after{display: none;}
  
  .btn, .btn2 {  padding: 12px 35px 12px 20px;   font-size: 18px; margin-top: 10px; }
  .btn3 {  padding: 12px 35px 12px 0px;   font-size: 18px; margin-top: 10px; }
  .videobtn{padding: 19px 20px 19px 55px; background-size: 45px; font-size: 15px;}
  .home-row-banner .videobtn{margin-left: 10px;}
  
.home-row-banner{padding: 115px 0 73px;}
  .homeSlider h6{font-size: 18px;}
  .homeSlider h2{font-size: 38px; line-height: 1;}
  .homeSlider h2:before{width: 50px; height: 50px;}
  .homeSlider h1{font-size: 48px;}

  
.banner-logo span:first-child {  font-size: 22px;  padding-right: 20px;}
.banner-logo span:first-child b {  font-size: 30px; }
  .aboutTopImg img{width: 150px;}
  
  .aboutBottomImg::before{bottom: 10%; background-size: 200px;}
  footer .footer-top h2{font-size: 28px;}
  .footer-content, .footer-contact-details, footer ul.listo li, .footer-copyright{font-size: 16px; line-height: 26px;}
  .footer-top .rowone .two .cipi {  padding-left: 30px;}
      
.inner-bannr{padding: 150px 0 100px;}
.inner-bannr h2{   padding-left: 22px;   margin-bottom: 5px;  padding-top: 7px; font-size: 32px; }
.inner-bannr h2:before {  top: 25px;  width: 50px;  height: 50px;  }
.breadcrumb, .breadcrumb a{font-size: 18px; line-height: 50px;}
.inner-bannr h1{font-size: 48px; line-height: 1.1; }
.inner-bannr:not(:has(h2)) h1:before { top: 30px;  width: 50px;  height: 50px; }

  .accordionjs .acc_section .acc_head h3{font-size: 25px !important; line-height: 1 !important;}
  .acc_content h3 {  font-size: 28px;  line-height: 1.1;}
  
.formRow {  display: block; gap: 0px;}
  .borrowForm{padding: 30px 20px;}
  
  .applicationForm-head h3{ font-size: 30px; line-height: 1.2;}
.applicationForm-head{min-height: 150px;}
  .blogColMain .blog-img img{height: 170px;}

}




@media screen and (max-width:1178px){
  
}


@media screen and (max-width:1160px){
    
    
}





@media screen and (max-width:1100px){

  
  .navbar a{font-size: 13px;}
  .topbar-logo .two{ padding-right: 1px !important;}
  .aboutBottomImg::before{bottom: 28%; }
  
  .homeBg:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 60%);  }
.homeBg:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%); }
  
  .footer-row-contact .section-img img{height: 100% !important;width: 100%; object-fit: cover;}
  .footer-row-contact .section-img, .footer-contact-image, .footer-contact-image figure{height: 100%; }
  .footer-row-contact .row::before{display: none;}
  .copyright{padding-right: 28vw !important;}
   
}


@media screen and (max-width:1067px){    
 
    
    
}


@media screen and (max-width:1040px){



	.p-t-125{padding-top:90px;}
	.p-b-125{padding-bottom:90px;}
    .p-t-98{padding-top: 70px !important;;}
    .p-b-98{padding-bottom: 70px !important;}
    .m-t-98{margin-top: 70px !important;}
    .m-b-98{margin-bottom: 70px !important;}
.m-t-125{margin-top:90px;}
.m-b-125{margin-bottom:90px;}

	.p-t-150{padding-top:110px;}
	.p-b-150{padding-bottom:110px;}
.m-t-150{margin-top:110px;}
.m-b-150{margin-bottom:110px;}


   
}

@media screen and (max-width:1020px){
  
  .navbar a{font-size: 12px;}
  .shapImgBg{top: 80px;}
    
}


@media screen and (max-width:991px){
	
     
     
    .rmp_menu_trigger.rmp-menu-trigger-boring {  display: block !important;}
	    
button.rmp_menu_trigger{display: block !important; top:19px !important;width: 35px !important;height: 35px !important; right: 12px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner::before {  top: 7px;width: 20px !important;}

	button.rmp_menu_trigger .responsive-menu-pro-inner::after {  bottom: 7px;width: 20px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner{width: 20px !important;}
	button.rmp_menu_trigger .rmp-trigger-box {		width: 20px !important;}
    
     .rmp_menu_trigger.rmp-menu-trigger-boring:hover, .rmp_menu_trigger.rmp-menu-trigger-boring:focus, .rmp_menu_trigger.rmp-menu-trigger-boring{background: #fd6600 !important; cursor: pointer;position: absolute !important;color: #000 !important;}
	#rmp-menu-wrap-370 .rmp-menu-current-item .rmp-menu-item-link, #rmp-menu-wrap-370 li .rmp-menu-item-link:hover{background: #fd6600 !important; color: #fff !important;}
    #rmp-menu-wrap-370 li a:hover{color: #000 !important;}
 #rmp_menu_trigger-370 .responsive-menu-pro-inner, #rmp_menu_trigger-370 .responsive-menu-pro-inner::before, #rmp_menu_trigger-370 .responsive-menu-pro-inner::after{background-color: #fff !important;}
  #rmp-container-370{background: #000 !important;}
  
  .headerTopMenu nav #navbarSupportedContent{display: none;}
  .headerTopMenu nav{background: none !important;}
  
  .menubtn a{border-radius: 0; margin: 0 !important; text-transform: none;}
  .menubtn a:hover{box-shadow: unset !important; }

.testiSlider button.slick-prev {  right: 65px;top: unset !important;  }
.testiSlider button.slick-next { right: 10px !important; }
.testiSlider:before{width: 83%; right: 90px; }
    
  .inner-bannr .bnrCont{background-position: top left;}
  
  ul.ul2col{column-count: 1; column-gap: 0px;}
    
  .buyingBottomImg:before{ background-size: 40%; }
.buying-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 12%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.buying-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%); }
.buying-row-two:after{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231,0.9), transparent 30%); }

.page-id-43 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.page-id-43 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%);}

.page-id-15 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template .default-row-content:before{ background-size: 60%;background-position: left top;}

.whoAreWe-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.whoAreWe-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%); }

  
}



@media screen and (max-width:960px){
   
   
}

@media screen and (max-width:920px){

  
  
.home-row-banner{padding: 100px 0 33px;}
  .homeSlider h6{font-size: 15px; background-size: 10px; background-position: top 9px left;}
  .homeSlider h2{font-size: 30px; line-height: 1; margin-bottom: 10px;}
  .homeSlider h2:before{width: 35px; height: 35px;}
  .homeSlider h1{font-size: 38px; margin-bottom: 10px;}
  .homeSlider .section-content{font-size: 14px; line-height: 22px;}
  .homeSlider .section-content p{margin-bottom: 10px;}
  .aboutBottomImg::before{bottom: 35%; }
  .copyright{padding-right: 35vw !important;}
   
  
   form .frm-row .frm-col2 {  width: 49.2%;}
  

}


@media screen and (max-width:880px){
 
  .home-row-banner .videobtn{margin-left: 0px; display: block; margin-top: 15px;}
.home-row-banner{padding: 80px 0 10px;}
  .homeSlider h2{font-size: 25px; line-height: 1; margin-bottom: 10px; padding-left: 10px;}
  .homeSlider h2:before{width: 30px; height: 30px;}
  .homeSlider h1{font-size: 32px; margin-bottom: 10px;}
  .homeSlider .section-content{font-size: 13px; line-height: 18px;}
  .homeSlider .section-content p{margin-bottom: 8px;}
  
    
}

@media screen and (max-width:860px){
  
  .service-menu {    width: 100%; padding-right: 0;}
  .service-content-wrap{width: 100%;margin-top: 10px;}
  
.loanOptions-template:before{width: 45%; background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 90%);  }
.loanOptions-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 90%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%); }
.loanOptionsBg:before{  background-size: 40%; background-repeat: no-repeat; background-position: left 70px top 285px;}
.loanOptionsBg:after{ background-size: 40%; background-repeat: no-repeat; background-position: right 70px bottom 35px;}

.page-id-200 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.page-id-200 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%); }
  
	
   form .frm-row .frm-col2 {  width: 49.5%;}
  

  
}


@media screen and (max-width:820px){
    
}

@media screen and (max-width:800px){
    
   
}


@media screen and (max-width:767px){



	.p-t-125{padding-top:55px;}
	.p-b-125{padding-bottom:55px;}      
    .p-t-98{padding-top: 40px !important;}
    .p-b-98{padding-bottom: 40px !important;}
    .m-t-98{margin-top: 40px !important;}

    .m-b-98{margin-bottom: 40px !important;}
.m-t-125{margin-top:55px;}
.m-b-125{margin-bottom:55px;}	


	.p-t-150{padding-top:65px;}
	.p-b-150{padding-bottom:65px;}
.m-t-150{margin-top:65px;}
.m-b-150{margin-bottom:65px;}

	.default-page-content {  padding-top: 40px;  padding-bottom: 40px;}

    
   
    /*header .topbar-bottom .two{display: none;}*/

	.mobiledisplay{display:block;}
    
      
    
    /*.topbar-bottom {  padding: 20px 0 10px 0;}*/
   
    .col-middle-gap .one{padding-right: 0px;}
    .col-middle-gap .two{padding-left: 0px;}
    .col-middle-gap2 .one{padding-right: 0px;}
    .col-middle-gap2 .two{padding-left: 0px;}
    
    /*.contact-row-two .two{padding-left: 0px; padding-top: 45px;}*/
  
    
    .mob-rightimg-row.row .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.mob-rightimg-row.row .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  margin-bottom: 10px; }
/*.mob-rightimg-row .row {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}*/

  
  .bnnrSocial{display: none;}
  .homeSlider .section-content {    padding-left: 0px;  }
  .home-row-banner{background-position: center left;}
  .homeSlider .slick-prev {  top: 40% !important; }
.homeSlider .slick-next {  top: 75% !important;}
  .homeSlider .slick-dots{top: 58% !important;}  
.homeSlider .slick-dots li {  border: 1px solid #fff; }
  
  .home-row-about .two{padding-top: 35px;}
  .aboutBottomImg::before{bottom: 40%; background-size: 80%; background-position: bottom left; }
  .aboutTopImg img {    width: 100px;  }
  .banner-logo{display: block;}
  .banner-logo span:first-child{display: inline-block !important;margin-bottom: 25px;width: 90%;margin: auto; text-align: center;}
  /*.banner-logo span{width: 24%; display:inline-block; padding: 10px;}*/
  .home-row-logo{padding: 15px;}
  
  
.home-row-about:before, .applicationForm-row-one::before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 60%);  }
.home-row-about:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%); }
  
  .homeBg:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 12%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 60%);  }
.homeBg:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 12%); }
  
.page-id-200 .default-page-template:before{width: 50%; height: 40%;background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }

.loanCalculators-row-one:before{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.loanCalculators-row-one:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%);  background-repeat: no-repeat;}
 
.buying-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 5%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.buying-row-two:after{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231,0.9), transparent 30%); }

  .home-row-service .headingRow .text-right, .home-row-testimonial .headingRow .text-right{text-align: left !important;}
  .home-row-featurs .featursRightImg::before{bottom: 10px; background-size: 80%; background-position: bottom right;}
  
  .footer-contact-form .row .col-lg-6{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
.footer-contact-form .row .col-lg-6:first-child{padding-right: 0px; }
.footer-contact-form .row .col-lg-6:last-child{padding-left: 0px; }
  
  .footer-top .rowone .two .cipi {  padding: 20px 0 30px 0;}
  
.inner-bannr{padding: 130px 0 60px;}
.inner-bannr h2{   padding-left: 22px;   margin-bottom: 5px;  padding-top: 7px; font-size: 28px; }
.inner-bannr h2:before {  top: 20px;  width: 40px;  height: 40px;  }
.breadcrumb, .breadcrumb a{font-size: 16px; line-height: 25px;}
  .breadcrumb span{top: -5px;}
.inner-bannr h1{font-size: 38px; line-height: 1.1; }
.inner-bannr:not(:has(h2)) h1:before { top: 25px;  width: 40px;  height: 40px; }
  .faqBox .accordionjs {    margin: 0 0 0px !important;  }
  .mentoring-row-one {  background-size: 23%;  background-position: left 0 bottom -65px;}
  .footer-row-contact .section-img img{margin-top: 15px;}
  
.formRow {  display: flex; gap: 20px;}
  .borrowForm{padding: 30px 20px; margin-bottom: 50px;}
  .buying-row-one .one{padding-bottom: 25px;}
.applicationForm-head{min-height: 100px;}

.page-id-43 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.page-id-43 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%);}
  
.page-id-15 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 8%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%);  background-repeat: no-repeat;}
  .page-id-15 .default-page-template .content-area::before{display: none;}
  
  .blogColMain .blog-img img{height: auto;}
  .blogShap img{width: 120px;}
.blog-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.blog-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%);}

  .testimonials-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.testimonials-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%);}
.testimonials-row-two:before{background-image: radial-gradient(circle at bottom left, rgba(237, 174, 131, 0.9), transparent 20%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.testimonialsShap{position: absolute; left: 0px; top: -50px;}
.testimonialsShap img{width: 100px;}
  
  
.whoAreWe-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.whoAreWe-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%); }
  .whoAreWe-row-two .two{margin-top: 50px;}
  .teamShap {    right: -10px;    top: -35px;  }
  .copyright{padding-right: 50vw !important;}
  
}



@media screen and (max-width:680px){
      
.testiSlider:before{width: 63%; right: 90px; }
.testiSlider button.slick-prev {  right: 75px;top: unset !important;  }
.testiSlider button.slick-next { right: 30px !important; }
  
}




@media screen and (max-width:600px){
  
h1 { font-size: 35px; line-height: 1; margin-bottom: 25px; }
h2{font-size: 30px; line-height: 1; margin-bottom: 25px;   }
h3{font-size: 25px; line-height: 1.1; margin-bottom: 25px;}
h4{font-size: 22px; line-height: 1.1em; margin-bottom: 20px; }
h5{font-size:20px; line-height:30px;  margin-bottom: 10px;  }
  .headingRow h2, h2.h2{padding-left: 10px;}
.headingRow h2:before, h2.h2:before{width: 40px; height: 40px; top: 25px; }
  
  
  .home-row-banner .one{-ms-flex: 0 0 80%;  flex: 0 0 80%;  max-width: 80%;}
  .aboutBottomImg::before{bottom: 55%; background-size: 80%; background-position: bottom left; }
  
  /*.banner-logo span{width: 32%; }*/
  
.home-row-about:before, .applicationForm-row-one::before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 12%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 88%);  }
.home-row-about:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 88%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 12%); }
 
  .homeBg:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 88%);  }
.homeBg:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%); }
  
.loanOptions-template:before{ background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 3%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 50%);  }
.loanOptions-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 90%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 6%); }

  .loanOptionsBg::before{width: 40%;}
  .loanOptionsBg::after{width: 40%;}
  .mentoring-row-one:before{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.mentoring-row-one:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%);}

.page-id-43 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.page-id-43 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 8%);}

  
.service-title, .service-title.active {  padding: 34px 15px 34px 50px;  font-size: 22px; background-size: 30px; background-position: top 26px left 10px !important;}
  .service-title:hover{background-size: 30px; background-position: top 26px left 10px !important;}
  .service-content-wrap{padding: 25px;}
  
  .featurs-main .featurs-col .featurs-img{width: 100%; padding-right: 0;margin-bottom: 20px;}
  .featurs-main .featurs-col .featurs-con{width: 100%;}
  
  .accordionjs .acc_section .acc_head h3{font-size: 22px !important; line-height: 1 !important;}
  .acc_content h3 {  font-size: 22px;  line-height: 1.1;}
  .copyright{padding-right: 0 !important;padding-bottom: 150px;}
  .wp-block-media-text__content{padding: 0 !important;}
  
form .frm-row .frm-col2{width: 100%; display: inline-block;}
form .frm-row .frm-col2:first-child{padding-right: 0;}
form .frm-row .frm-col2:last-child{padding-left: 0;}

  
}


@media screen and (max-width:480px){

  .mentoring-row-two ul li{display: block; text-align: left;}
.inner-bannr h2{   padding-left: 22px;   margin-bottom: 5px;  padding-top: 7px; font-size: 26px; }
.inner-bannr h1{font-size: 26px; line-height: 1.1; }
.inner-bannr:not(:has(h2)) h1:before { top: 20px;  width: 35px;  height: 35px; }

.buying-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 3%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.buying-row-two:after{background-image: radial-gradient(circle at center left, rgba(237, 174, 131, 0.9), transparent 12%),   radial-gradient(circle at center right, rgba(231, 231, 231,0.9), transparent 30%); }

  .applicationForm-row-one::before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 88%);  }
  .applicationForm-row-one::after {  background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%), radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 20%);}
  
.page-id-15 .default-page-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);  background-repeat: no-repeat;}
.page-id-15 .default-page-template:after{background-image: radial-gradient(circle at top left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%);  background-repeat: no-repeat;}  
  
.blog-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.blog-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%);}

  .testimonials-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.testimonials-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 15%);}
.testimonials-row-two:before{background-image: radial-gradient(circle at bottom left, rgba(237, 174, 131, 0.9), transparent 15%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}

  .testimonials-row-one .headingRow{padding-top: 40px;}
  
  
.whoAreWe-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 6%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%); }
.whoAreWe-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 6%); }
.team-col .team-img {  -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%; padding-right: 0px;}
  .team-col .team-con{ -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%; padding-top: 25px;}
  
  
  
}

@media screen and (max-width:430px){
  
  /*.banner-logo span{width: 49%; }*/
.service-title, .service-title.active {  font-size: 20px; }
  .footer-row-contact .two .section-content{padding: 15px 5px;}
.formRow {  display: block; gap: 0px;}

}

@media screen and (max-width:390px){    
   
  .testimonials-template:before{background-image: radial-gradient(circle at top left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}
.testimonials-template:after{background-image: radial-gradient(circle at bottom left, rgba(231, 231, 231, 0.9), transparent 50%),   radial-gradient(circle at center right, rgba(237, 174, 131,0.9), transparent 10%);}
.testimonials-row-two:before{background-image: radial-gradient(circle at bottom left, rgba(237, 174, 131, 0.9), transparent 10%),   radial-gradient(circle at center right, rgba(231, 231, 231, 1), transparent 30%);}

}

@media screen and (max-width:360px){
	
    
}

