@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&display=swap');
/*
font-family: "BenchNine", sans-serif;
light 300 - regular : 400 - bold - 700
-------------
font-family: "Sora", sans-serif;
Thin 100 - ExtraLight 200 - Light 300 - Regular 400 - Medium 500 - SemiBold 600 - Bold 700 - ExtraBold 800 
-------------
font-family: "Barlow Condensed", sans-serif;
regular 400 - medium - 500
*/

body { margin: 0; font-family: "Sora", sans-serif; font-size: 20px; font-weight: 300; color: #0f2034; line-height: 30px; }
p { font-family: "Sora", sans-serif; font-size: 20px; font-weight: 300; color: #0f2034; line-height: 30px; letter-spacing: -0.03em; margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
h2 { font-size: 90px; line-height: 1; font-family: "BenchNine", sans-serif; font-weight: 700; margin-bottom: 22px; letter-spacing: -0.03em; color: #0f2034; }
h2 span { color: #42bae8; }
h3 { font-size: 50px; line-height: 1.2; font-family: "BenchNine", sans-serif; font-weight: 700; margin-bottom: 20px; }
h4 { font-size: 40px; line-height: 1.2; font-family: "BenchNine", sans-serif; font-weight: 700; margin-bottom: 20px; color: #0f2034; }
.large-text { font-size: 340px; line-height: 215px; white-space: nowrap; letter-spacing: -0.03em; color: #EEF9FF; font-family: "BenchNine", sans-serif; font-weight: 700; position: absolute; bottom: 0; }
img { max-width: 100%; }
.container { max-width: 1590px; }
a { transition: all 0.5s ease; }
a:hover { text-decoration: none; }

.header { position: fixed; left: 0; right: 0; width: 100%; top: 0; z-index: 111; transition: all 0.5s ease; }
.header .header-row { display: flex; justify-content: space-between; align-items: center; }
/* .header .logo { background-color: #0f2034; padding: 12px 16px; border-radius: 0px 0px 40px 40px; width: 259px;height: 184px;transition: all 0.5s ease; } */
.header .logo{
    border-radius: 0px 0px 40px 40px;max-width: 304px;height: 260px; /*max-width: 244px;*/width: 100%;/*height: 200px;*/padding: 10px;
    /*background: url(../images/logo-bg.png) no-repeat scroll 0 0;*/background-size: cover;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.header .logo img{width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.header .header-row .header-right {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-flex: 1; -ms-flex: 1;flex: 1;
}
.header-navigation {margin: 0 auto;}
.header .header-call > a { display: flex; align-items: center; color: #fff; font-weight: 700; font-size: 21px; line-height: 30px; gap: 15px; }
.header .header-call > a .icon { width: 67px; height: 67px; background-color: #42bae8; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.header .header-call > a:hover {color: #42bae8;}
.header.fixed { background-color: #0f2034; border-bottom: 1px solid #42bae8; } 
.header.fixed .header-call > a:hover { color: #42bae8; }
/* .header.fixed .logo { max-width: 150px;height: 107px;} */
.header.fixed .logo { max-width: 200px;height: 157px;}

.navbar-nav { flex-direction: row; flex-wrap: wrap; background: #0f2034; padding: 0px 60px; border-radius: 50px; }
.navbar-nav > li { padding: 0 25px; font-size: 18px; line-height: 22px; font-weight: 400; position: relative; text-transform: uppercase; }
.navbar-nav > li:not(:last-child):after { width: 9px; height: 9px; background-color: #42bae8; border-radius: 10px; position: absolute; content: ''; right: -4px; top: 50%; margin-top: -5px; }
.navbar-nav > li > a { color: #fff; display: inline-block; padding:26px 0; }
.navbar-nav > li > a:hover,
.navbar-nav > li.current-menu-item > a { color: #42bae8; }

.navbar-nav > li .sub-menu { position: absolute; top: 100%; left: 0; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000;
    background-color: #11243b; width: auto; min-width: 200px; border-radius: 10px;
}
.navbar-nav > li .sub-menu > li { list-style:none; padding:6px 0; }
.navbar-nav > li .sub-menu > li > a { color: #fff; display: inline-block; }
.navbar-nav > li .sub-menu > li > a:hover,
.navbar-nav > li .sub-menu > li.active > a { color: #42bae8; }
.navbar-nav > li .arrow { position:absolute; right:4px; top:12px; display:none; cursor: pointer;
    transition: all 0.5s ease;width: 12px; height: 12px; border-right: 2px solid #42bae8; border-bottom: 2px solid #42bae8;
    -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);
}





.home-banner { background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; min-height: 650px; height: 100vh; display: flex; align-items: center; justify-content: center; padding-top: 250px; padding-bottom: 130px; border-radius: 0px 0px 100px 100px; }
.home-banner:after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); border-radius: 0px 0px 100px 100px; }
.home-banner .container { z-index: 1; }
.home-banner .banner-content { text-align: center; max-width: 926px; margin: 0 auto; }
.home-banner .banner-content h1 { font-size: 110px; line-height: 90px; letter-spacing: -0.03em; color: #fff; margin-bottom: 35px; font-family: "BenchNine", sans-serif; font-weight: 700; }
.home-banner .banner-content h2,
.home-banner .banner-content p { font-size: 25px; line-height: 40px; letter-spacing: -0.05em; color: #fff; font-weight: 600;font-family: "Sora", sans-serif;}

.circle-content-colrow { position: absolute; width: 100%; bottom: -122px; z-index: 1; }
.circle-content-colrow .circle-text { width: 244px; height: 244px; background-color: #0f2034; box-shadow: 0px 35px 35px 0px rgba(0,0,0,0.05); border-radius: 100%; }
.circle-content-colrow .container { display: flex; justify-content: flex-end; }

.kraft-section { padding: 130px 0 190px 0; overflow: hidden; position: relative; }
.kraft-section .image-col { position: relative; }
.kraft-section .image-col .image {/* height: 698px;*/height:600px;  }
.page-id-193 .kraft-section .image-col .image {/* height: 698px;height:498px; */ }
.kraft-section .image-col .image img { height: 100%; width: 100%;object-fit: cover;object-position: center center; border-radius: 0px 150px 200px 150px; }

.kraft-section .image-col .small-image { position: absolute; right: -94px; bottom: -85px; width: 413px; height: 413px; border: 6px solid #fff; border-radius: 100%; overflow: hidden; }
.kraft-section .image-col .small-image img { height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.kraft-section .text { position: static; }
.kraft-section .content-col { padding-left: 146px; }
.kraft-section .content-col .large-text {  right: -150px; z-index: -1; }
.kraft-section .content-col .theme-btn {background: #42bae8;color: #fff;margin-top: 20px;}
.kraft-section .content-col .theme-btn:hover{background: #0f2034;color: #fff;}
.kraft-section .content-col h6 { font-size: 25px; line-height: 35px; letter-spacing: -0.03em; font-weight: 400; margin-bottom: 20px; }
.kraft-section .content-col ol,
.kraft-section .content-col ul {letter-spacing: -0.03em;padding: 0 0 0 20px;}
.kraft-section .content-col ol li,
.kraft-section .content-col ul li {margin-bottom: 8px;}
.kraft-section .row:not(:last-child) {margin-bottom: 120px;}
.kraft-section .row:nth-child(2n+2) {flex-direction: row-reverse;}
.kraft-section .row:nth-child(2n+2) .text .content-col {padding-left: 0;padding-right: 146px;}
.kraft-section .row:nth-child(2n+2) .image-col .image img {border-radius: 150px 0 150px 200px;}
.page-id-193 .kraft-section .row:nth-child(2n+2) .image-col .image{height: 500px;}
.page-id-193 .kraft-section .row:nth-child(2n+2) .image-col .image img{object-fit: inherit;}

.page-id-428 .kraft-section .row:nth-child(2n+2) .image-col .image{height: 600px;}
.page-id-428 .kraft-section .row:nth-child(2n+2) .image-col .image img{object-fit: inherit;}
  
.services-section { position: relative; color: #fff; padding: 44px 0 0 0; overflow: hidden; }
.services-section h2 { color: #fff; margin-bottom: 40px; }
.services-section h6 { color: #fff; font-size: 25px; line-height: 40px; font-weight: 400; letter-spacing: -0.03em; margin-bottom: 40px; }
.services-section .text-column { max-width: 717px; margin-top: 74px;}
.services-section .flex-end { display: flex; justify-content: flex-end; gap: 35px; }
.services-section .large-text { left: 0; right: auto; color: #0D3751; bottom: 180px; z-index: 1; }
.services-section .container { z-index: 11; position: relative; }
.services-section:after { background-color: #0f2034; background-image: url(../images/service-bgimg.png); background-position: top center; background-repeat: no-repeat; background-size: cover; position: absolute; content: ''; left: 0; top: 0; width: 100%; height: calc(100% - 170px); border-radius: 100px 100px 0px 0px; }

.service-col { background-color: #42bae8; padding: 44px 42px; max-width: 586px; margin-top: 34px; }
.service-col .image { height: 274px; margin-bottom: 20px; position: relative; }
.service-col .image .icon { width: 92px; height: 92px; background-color: #fff; display: flex; align-items: center; justify-content: center; position: absolute; right: 30px; bottom: -24px; border-radius: 100%; }
.service-col .image .icon img {
    max-width: 54px;width: 100%;height: 54px;-o-object-fit: contain;object-fit: contain;
    -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(10%) saturate(3384%) hue-rotate(163deg) brightness(95%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(70%) sepia(10%) saturate(3384%) hue-rotate(163deg) brightness(95%) contrast(90%);
}
.service-col .image > img { height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.multi-img:nth-child(8) .service-col .image > img { object-fit: inherit; }
.service-col .text h4 { margin-bottom: 15px; color: #fff; letter-spacing: -0.03em; }
.service-col .text h4 a { color: #fff; }
.service-col .text p { font-size: 18px; line-height: 23px; color: #fff; }
.service-col.red-bg { background-color: #fff;box-shadow: 0px 12px 27px 0px rgb(66 186 232 / 29%), 0px 49px 49px 0px rgb(66 186 232 / 26%), 0px 110px 66px 0px rgb(66 186 232 / 15%), 0px 195px 78px 0px rgb(66 186 232 / 4%), 0px 305px 85px 0px rgb(66 186 232 / 10%); }
.service-col.radius-trb { border-radius: 100px 100px 100px 0px; }
.service-col.radius-rbl { border-radius: 0px 100px 100px 100px; }
.service-col.radius-tbl { border-radius: 100px 0px 100px 100px; }
.service-col.radius-no { border-radius: 0px 0px 100px 100px; }
.service-col.red-bg .text h4, .service-col.red-bg .text h4 a, .service-col.red-bg .text p{color: #0f2034;}
.service-col.red-bg .image .icon {background: #42bae8;}
.service-col.red-bg .image .icon img{-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7459%) hue-rotate(289deg) brightness(118%) contrast(114%);filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7459%) hue-rotate(289deg) brightness(118%) contrast(114%);}

.service-col .img-top-radius > img { border-radius: 50px 50px 0px 0px; }
.service-col .img-tr-radius > img { border-radius: 0px 50px 0px 0px; }
.service-col .img-tl-radius > img { border-radius: 50px 0px 0px 0px; }
.multiple-col .service-col {max-width: 100%;}

.aboutus-section { padding: 113px 0 92px 0; overflow: hidden; }
.aboutus-row { display: flex; flex-wrap: wrap; }
.aboutus-row .image-col { flex: 0 0 49.7%; max-width: 49.7%; }
.aboutus-row .image-col img { height: 100%; width: 100%;-o-object-fit: cover; object-fit: cover;border-radius: 0px 120px 0px 0px; }
.aboutus-row .content-col { flex: 0 0 50.3%; max-width: 50.3%; margin-top: 100px; background-color: rgb(66 186 232 / 15%); border-radius: 0px 0px 0px 120px; padding: 46px 163px 53px 96px; position: relative; }
.aboutus-row .content-col h6 { font-size: 25px; line-height: 35px; font-weight: 400; letter-spacing: -0.03em; margin-bottom: 18px; }
.aboutus-row .content-col p { font-weight: 400; line-height: 33px; }
.aboutus-row .content-col p.small-width { max-width: 620px; }
.aboutus-row .content-col .title-icon { display: flex; align-items: flex-end; padding-top: 25px; margin-bottom: 27px; }
.aboutus-row .content-col .title-icon img { margin-right: 17px; }
.aboutus-row .content-col .title-icon h4 { margin-bottom: 0; }
.aboutus-row .content-col .large-text { z-index: 1; color: #F8FCFF; left: 96px; }
.aboutus-row .content-col .text { z-index: 11; position: relative; }
.aboutus-row .content-col .redbtn-icon { margin-top: 27px; }

.redbtn-icon { display: inline-flex; align-items: center; color: #0f2034; font-weight: 600; font-size: 18px; line-height: 20px; gap: 11px; background-color: #fff; padding: 5px 36px 5px 5px; border-radius: 50px; }
.redbtn-icon .icon { width: 65px; height: 65px; background-color: #42bae8; border-radius: 50px; display: flex; align-items: center; justify-content: center;-webkit-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.redbtn-icon:hover { color: #fff;background: #42bae8; }
.redbtn-icon:hover .icon {background: #fff;}
.redbtn-icon .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(204deg) brightness(112%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(204deg) brightness(112%) contrast(100%);
    -webkit-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;
}
.redbtn-icon:hover .icon img {
    -webkit-filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(504%) hue-rotate(165deg) brightness(94%) contrast(93%);
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(504%) hue-rotate(165deg) brightness(94%) contrast(93%);
}

.footer { padding: 116px 0 0 0; position: relative; color: #fff; overflow: hidden; }
.footer:after { background-color: #0f2034; position: absolute; content: ''; left: 0; top: 116px; width: 100%; height: calc(100% - 116px); border-radius: 100px 100px 0px 0px; }
.footer:before { background-image: url(../images/footer-bgimg.png); background-position: center center; background-repeat: no-repeat; background-size: cover; position: absolute; content: ''; left: 0; top: 116px; width: 100%; height: calc(100% - 116px); border-radius: 100px 100px 0px 0px; mix-blend-mode: color-burn; z-index: 1; opacity: 0.4; }
.footer .container { position: relative; z-index: 1;}
.contact-form { background-color: #42bae8; border-radius: 0px 120px 0px 0px; padding: 70px; height: calc(100% + 116px); margin-top: -116px; }
.contact-form h2 { color: #fff; margin-bottom: 30px;font-size: 73px; }
.contact-form .form-group { margin-bottom: 32px; position: relative; }
.contact-form .form-group .form-control { color: #fff; font-size: 20px; font-weight: 400; font-family: "Sora", sans-serif; border: none; border-bottom: 1px solid #fff; height: 60px; padding: 12px 15px 12px 46px; border-radius: 0; background-color: transparent; outline: none; box-shadow: none; }
.contact-form .form-group .form-control::-webkit-input-placeholder { color: #fff; }
.contact-form .form-group .form-control::-moz-placeholder { color: #fff; }
.contact-form .form-group .form-control:-ms-input-placeholder { color: #fff; }
.contact-form .form-group .form-control::-ms-input-placeholder { color: #fff; }
.contact-form .form-group .form-control::placeholder { color: #fff; }
.contact-form .form-group .icon { position: absolute; left: 0; top: 13px; }
.contact-form .form-group textarea.form-control { height: 120px; resize: none; }
.contact-form .form-group .submit-btn { background-color: #0f2034; color: #fff; font-size: 20px; line-height: 35px; font-weight: 600; text-transform: uppercase; font-family: "Sora", sans-serif; padding: 20px 98px 20px 60px; border: none; outline: none; border-radius: 50px; background-image: url(../images/paper-plane-icon.svg); background-position: right 56px center; background-repeat: no-repeat; }
.contact-form .form-group span { margin: 0;}

.contact-form .checkbox-col { position: relative; display: block;}
.contact-form .checkbox-col label { letter-spacing: 0; position: relative; display: inline-block; padding: 0px 0 0px 30px; line-height: 22px; font-size: 18px; top: 0; left: 0; vertical-align: top; color: #fff; font-weight: 400; margin-bottom: 23px; }
.contact-form .checkbox-col input[type="checkbox"] { opacity: 0; position: absolute; left: 0; top: 0; z-index: 1; cursor: pointer; }
.contact-form .checkbox-col input[type="checkbox"] + span:before,
.contact-form .checkbox-col input[type="checkbox"] + span:after { position: absolute; content: ""; display: inline-block; cursor: pointer; }
.contact-form .checkbox-col input[type="checkbox"] + span:before { height: 20px; width: 20px; border: 1px solid #fff; left: 0px; top: 2px;}
.contact-form .checkbox-col input[type="checkbox"] + span:after { height: 7px; width: 12px; border-left: 2px solid; border-bottom: 2px solid; left: 4px; top: 7px; transform: rotate(-45deg); content: ''; opacity: 0; }
.contact-form .checkbox-col input[type="checkbox"]:checked + span:after { opacity: 1; }

.contact-rightcol { padding: 76px 0px 36px 38px; }
.contact-rightcol h3 { margin-bottom: 30px; }
.contact-rightcol .copyright-text,
.contact-rightcol .copyright-text p { font-size: 18px; line-height: 22px; font-weight: 400; color: #fff; letter-spacing: 0; }
.contact-rightcol .copyright-text span,
.contact-rightcol .copyright-text a { color: #42bae8; }
.contact-rightcol .copyright-text { margin-bottom: 46px; }

.contact-rows { display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 33px; margin-bottom: 60px; }
.contact-rows .col-one { flex: 0 0 55.5%; max-width: 55.5%; }
.contact-rows .col-two { flex: 0 0 35%; max-width: 35%; }
.contact-rows .column .icon { width: 64px; height: 64px; margin-bottom: 20px; background-color: #42bae8; display: flex; align-items: center; justify-content: center; border-radius: 100%; }
.contact-rows .column .call { color: #fff; font-size: 25px; font-weight: 700; line-height: 30px; }
.contact-rows .column .call:hover { color: #42bae8; }
.contact-rows .column .email { font-size: 22px; font-weight: 400; color: #fff; }
.contact-rows .column .email:hover { color: #42bae8; }
.contact-rows .column p { font-size: 22px; font-weight: 400; color: #fff; }
.contact-rows .column.flex-end { display: flex; align-items: flex-end; }

.footer-social > ul { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; margin: 0; }
.footer-social > ul > li { list-style: none; }
.footer-social > ul > li > a { width: 52px; height: 52px; display: flex; justify-content: center; align-items: center; background-color: #072131; border-radius: 100%; }
.footer-social > ul > li > a:hover { background-color: #173e56; }

.footer-nav { padding: 0 0 32px 0; margin: 0 -25px; display: flex; flex-wrap: wrap; gap: 10px 0px; }
.footer-nav > li { padding: 0 25px; font-size: 18px; list-style: none; line-height: 22px; font-weight: 400; position: relative; }
.footer-nav > li:not(:last-child):after { width: 9px; height: 9px; background-color: #42bae8; border-radius: 10px; position: absolute; content: ''; right: -4px; top: 5px; }
.footer-nav > li > a { color: #fff; display: inline-block; }
.footer-nav > li > a:hover { color: #42bae8; }
.footer-nav > li.active > a { color: #42bae8; }
.footer-nav > li > a:hover:after { opacity: 1; }

.footer-bottomrow { display: flex; flex-wrap: wrap; }
.footer-bottomrow .footer-bottomnav { width: 130px; }
.footer-bottomrow .footer-bottomnav.home { width: 200px; }
.footer-bottomrow .footer-bottomnav > ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.footer-bottomrow .footer-bottomnav > ul > li { list-style: none; font-size: 18px; line-height: 20px; font-weight: 400; padding: 2px 0; letter-spacing: -0.03em; }
.footer-bottomrow .footer-bottomnav > ul > li > a { color: #fff; }
.footer-bottomrow .footer-bottomnav > ul > li > a:hover { color: #0999E8; font-weight: 600; }
/*.footer-bottomrow .footer-bottomtext { width: calc(100% - 130px); width: calc(100% - 200px);border-left: 1px solid #215373; padding: 0 30px; max-height: 100px; overflow-y: auto; overflow-x: hidden; }*/
.footer-bottomrow .footer-bottomtext p { font-size: 16px; line-height: 25px; color: #5993B8; font-weight: 400; }

.content-section { padding: 80px 0; }

.inner-banner { background-position: top center; background-repeat: no-repeat; background-size: cover; position: relative; min-height: 700px; display: flex; align-items: center; justify-content: center; border-radius: 0px 0px 100px 100px; }
.page-id-193 .inner-banner {background-size: 100% 100%;}
.inner-banner:after { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); border-radius: 0px 0px 100px 100px; }
.inner-banner .container { z-index: 1; }
.inner-banner .banner-content { text-align: center; padding-top: 180px; }
.inner-banner .banner-content h1 { font-size: 110px; line-height: 90px; letter-spacing: -0.03em; color: #fff; margin-bottom: 0px; font-family: "BenchNine", sans-serif; font-weight: 700; }
.inner-banner .banner-content p { font-size: 25px; line-height: 40px; letter-spacing: -0.05em; color: #fff; font-weight: 600; }
.wpcf7-not-valid-tip { font-size: 16px; }
.page-id-470 .inner-banner .banner-content {padding-top: 0px;}

.theme-btn{padding: 20px 30px;}

.contcthding{text-align: center;}
.contactform.contact-form{width: 100%; padding: 10px 35px 35px; background: #0f2034; max-width: 1400px; height: auto;
margin: 40px auto 0; border-radius: 20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
.formFill input[type="text"],
.formFill input[type="email"],
.formFill input[type="tel"],
.formFill textarea{width: 100%; background: transparent !important; color: #FFF !important; padding: 0 20px; border-radius: 50px;
height: 65px; font-family: "Sora", sans-serif; font-size: 20px; font-weight: 400; line-height: 25px;
outline: none;box-shadow: initial !important; border: 2px solid #FFF !important;}
.formFill input[type="text"]::placeholder,
.formFill input[type="email"]::placeholder,
.formFill input[type="tel"]::placeholder,
.formFill textarea::placeholder{opacity: 1; color: #FFF !important;}
.formFill textarea{height: 180px !important; resize: none; -webkit-appearance: none; padding-top: 20px !important; border-radius: 25px !important;}
.contactform .row{margin-bottom: 0 !important; flex-direction: row !important;}
.formFill{margin: 25px 0 0;}

.contact-form.contactform .form-group .submit-btn {background-color: #FFF; color: #0f2034;
background-image: url(../images/paper-plane-icontw.svg);}
.contactform .wpcf7-response-output{margin: 20px 0 0 !important; padding: 15px !important; color: #FFF !important; border-color: #FFF !important;}
.contactform .wpcf7-list-item{margin: 0 !important;}

.header-navigation .navbar-nav > li .sub-menu {flex-direction: column;}



/* Responsive Style Start 
-------------------------------------------------- */
@media (min-width: 1600px) {
.page-id-470 .inner-banner .banner-content {margin-top: -70px;}
.kraft-section .image-col .image{ height: 640px;}
.inner-banner .banner-content h1{line-height:115px;}
}
@media (min-width: 992px) {
    .navbar-nav { display: flex !important; justify-content: center; }
    .header .hamburger { display: none; }
    .navbar-nav > li .sub-menu { transition: all 0.3s ease; }
    .navbar-nav > li:hover .sub-menu { display: flex !important; visibility: visible; flex-wrap: wrap; opacity: 1; }
}

@media (max-width: 1599px) {
    .header .logo{max-width: 244px;height: 200px;}
    .contact-rows .col-two { flex: 0 0 35%; max-width: 35%; }
    .contact-rows .column .call { font-size: 20px; }
    .contact-rightcol { padding: 76px 0px 36px 10px; }
    .contact-rows .column p,
    .contact-rows .column .email { font-size: 20px; }
    .page-id-470 .inner-banner .banner-content{margin-top: -150px;}
    .header.fixed .logo {max-width: 180px;height: 137px;}
}

@media (max-width: 1359px) {
    h2 { font-size: 80px; }
    .large-text { font-size: 260px; line-height: 170px; }
    .navbar-nav { padding: 0px 20px; }
    .navbar-nav > li { padding: 0 20px; }
    .navbar-nav > li > a { padding:25px 0; }
    .header .logo { width: 220px;}
    .header .header-call > a { font-size: 18px; gap: 10px; }
    .header .header-call > a .icon { width: 60px; height: 60px; }
    .home-banner .banner-content h1 { font-size: 100px; line-height: 80px; }
    .kraft-section { padding: 130px 0 150px 0; }
    .kraft-section .content-col { padding-left: 100px; }
    .kraft-section .row:nth-child(2n+2) .text .content-col {padding-right: 100px;}
    .kraft-section .image-col .small-image { width: 380px; height: 380px; }
    .service-col { max-width: 480px; padding: 40px; }
    .service-col .image .icon { right: 20px; bottom: -20px; width: 80px; height: 80px; }
    .service-col .image .icon img { max-width: 45px; height: auto; }
    .aboutus-row .content-col { padding: 40px 90px 50px 60px; }
    .aboutus-row .content-col .large-text { left: 60px; }
    .aboutus-row .image-col img { object-position: center center; }
    .aboutus-row .content-col p { line-height: 30px;}
    .footer-nav { margin: 0 -15px; }
    .footer-nav > li { padding: 0 15px;}
    .contact-form { padding: 50px;}
    .inner-banner .banner-content { padding-top: 160px; }
    .inner-banner .banner-content h1 { font-size: 100px; line-height: 80px; }
    .page-id-470 .inner-banner .banner-content{margin-top: -177px;}
}

@media (max-width: 1199px) {
    body { font-size: 18px; line-height: 28px; }
    h2 { font-size: 65px; }
    h3 { font-size: 40px; }
    h4 { font-size: 36px; }
    p { font-size: 18px; line-height: 28px; }
    .contact-form h2{font-size: 65px;}
    .large-text { font-size: 190px; line-height: 120px; }
    .navbar-nav { padding: 0px 15px; }
    .navbar-nav > li { padding: 0 15px; font-size: 16px; }
    .navbar-nav > li > a { padding:20px 0; }
    .header .logo {width: 240px}
    .header.fixed .logo {width: 130px;}
    .header .header-call > a { font-size: 16px; }
    .header .header-call > a .icon { width: 50px; height: 50px; }
    .home-banner .banner-content h1 { font-size: 90px; }
    .kraft-section { padding: 100px 0; }
    .kraft-section .image-col .image img { border-radius: 0px 100px 150px 100px; }
    .kraft-section .row:nth-child(2n+2) .image-col .image img {border-radius: 100px 0 100px 150px;}
    .kraft-section .image-col .small-image { width: 300px; height: 300px; bottom: -30px; }
    .kraft-section .content-col { padding-left: 80px; }
    .kraft-section .row:nth-child(2n+2) .text .content-col {padding-right: 80px;}
    .kraft-section .content-col h6 { font-size: 22px; line-height: 32px; }
    .service-col { max-width: 400px; }
    .service-col.radius-trb { border-radius: 50px 50px 50px 0px; }
    .service-col.radius-rbl { border-radius: 0px 50px 50px 50px; }
    .service-col.radius-tbl { border-radius: 50px 0px 50px 50px; }
	.service-col.radius-no { border-radius: 0px 0px 50px 50px; }
	
    .service-col .img-top-radius > img { border-radius: 30px 30px 0px 0px; }
    .service-col .img-tr-radius > img { border-radius: 0px 30px 0px 0px; }
    .service-col .img-tl-radius > img { border-radius: 30px 0px 0px 0px; }
    .services-section h6 { font-size: 22px; line-height: 32px; }
    .aboutus-row .content-col h6 { font-size: 22px; line-height: 32px; }
    .aboutus-row .content-col { padding: 40px;}
    .contact-rows .col-one { flex: 0 0 100%; max-width: 100%; }
    .contact-rows .col-two { flex: 0 0 100%; max-width: 100%; }
    .inner-banner { min-height: 500px; }
    .inner-banner .banner-content { padding-top: 100px; }
    .inner-banner .banner-content h1 { font-size: 90px; }
    .kraft-section .row:not(:last-child) {margin-bottom: 60px;}
    .page-id-470 .inner-banner .banner-content{margin-top: 205px;}
}

@media only screen and (min-width: 768px) and (max-width:1023px){
    .services-section h2{margin-bottom: 20px;}
    .services-section h6{font-size: 20px;margin-bottom: 30px;}
    .services-section .large-text{display: none;}
    .aboutus-section{padding-top: 75px;}
    .aboutus-row .content-col .redbtn-icon{font-size: 15px;}
    .contact-rows{margin-bottom: 20px;}
    .page-id-470 .inner-banner .banner-content{margin-top: 140px;}
}

@media (max-width: 991px) {
    .kraft-section{padding: 60px 0;}
    .kraft-section .row .col-lg-6:first-child {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;margin-top: 30px;}
    h2 { font-size: 55px; }
    h3 { font-size: 38px; }
    h4 { font-size: 32px; }
    .contact-form h2{font-size: 50px;}
    .hamburger {-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;display: inline-block; cursor: pointer;z-index: 1; border: 0; margin: 0; overflow: visible; width: 22px; height: 18px;  transition: all 0.5s ease; }
    .hamburger .hamburger-inner { display: block; top: 50%; margin-top: -1px; transition-duration: .075s; transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:before,
    .hamburger .hamburger-inner:after { width: 22px; height: 2px; border-radius: 0; position: absolute; }
    .hamburger .hamburger-inner,
    .hamburger .hamburger-inner:before,
    .hamburger .hamburger-inner:after { background-color: #fff; content: ""; display: block; }
    .hamburger .hamburger-inner:before { top: -7px; }
    .hamburger .hamburger-inner:after { bottom: -7px; }
    .hamburger .hamburger-inner:before { transition: top .075s .12s ease,opacity .075s ease; }
    .hamburger .hamburger-inner:after { transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19); }
    .header .header-call { margin-right: 20px; }
    .nav-open { overflow: hidden; }
    .nav-open .hamburger .hamburger-inner:after { bottom: 0; transform: rotate(-90deg); transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215,0.61,0.355,1); }
    .nav-open .hamburger .hamburger-inner:before { top: 0; opacity: 0; transition: top .075s ease,opacity .075s .12s ease; }
    .nav-open .hamburger .hamburger-inner { transform: rotate(45deg); transition-delay: .12s; transition-timing-function: cubic-bezier(0.215,0.61,0.355,1); }
    .header .logo {border-radius: 0px 0px 20px 20px;height: auto;width: 150px;}
    .header.fixed .logo{height: auto;}
    .header.fixed .hamburger { top: 37px; }
    .header.fixed .hamburger .hamburger-inner,
    .header.fixed .hamburger .hamburger-inner:before,
    .header.fixed .hamburger .hamburger-inner:after { background-color: #42bae8; }
    .navbar-nav { display: none; border-radius: 0; width: 100%; position: absolute; left: 0px; top: 100%; right: 0px; margin: 0; padding: 0px 15px; height: calc(100vh - 94px); z-index: 1; overflow: auto; }
    .navbar-nav > li { padding: 0; }
    .navbar-nav > li > a { padding: 10px 0;}
    .navbar-nav > li:not(:last-child):after { display: none; }
    .navbar-nav > li .sub-menu { visibility: visible; opacity: 1; display: none; position: relative; padding: 0 15px; }
    .navbar-nav > li .sub-menu > li { padding:10px 0; }
    .navbar-nav > li .arrow { display:block; }
    .navbar-nav > li.menu-item-has-children.active > .arrow { transform:rotate(-135deg); top: 18px; }

    .home-banner { padding-top: 200px;}
    .home-banner .banner-content h1 { font-size: 70px; line-height: 60px; }
    /* .kraft-section .image-col { margin-bottom: 30px;} */
    .kraft-section .content-col { padding-left: 0; }
    .kraft-section .row:nth-child(2n+2) .text .content-col {padding-right: 0;}
    .kraft-section .content-col .large-text { right: 0; }
    .service-col { max-width: 300px; padding: 25px; }
    .services-section .text-column { margin-top: 50px; }
    .redbtn-icon { font-size: 16px; padding: 5px 25px 5px 5px; }
    .redbtn-icon .icon { width: 50px; height: 50px; }
    .contact-form { padding: 30px; }
    .contact-rightcol { padding: 50px 0px 30px 0px; }
    .inner-banner .banner-content h1 { font-size: 70px; line-height: 60px; }
    .kraft-section .row:not(:last-child) {margin-bottom: 30px;}
    .aboutus-row .content-col .redbtn-icon{padding: 15px;}
    .multiple-col {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
    .kraft-section .content-col .theme-btn{padding: 15px 30px;}
    .content-section .container p a{word-break: break-all;}
    .kraft-section .image-col .image {height: auto;}
    .page-id-428 .kraft-section .row:nth-child(2n+2) .image-col .image {height: auto;}
}

@media (max-width: 767px) {
    .contact-rows .column .icon{margin:0px auto;margin-bottom:20px;}
    h2 { font-size: 45px; }
    h3 { font-size: 34px; }
    h4 { font-size: 30px; }
    .hamburger,
    .header.fixed .hamburger { top: 26px; }
    .header .logo { padding: 10px; width: 90px; border-radius: 0px 0px 15px 15px; }
    .header.fixed .logo { width: 90px; }
    .header .header-row .logo img { height: 50px; }
    .header .header-call > a { font-size: 14px; }
    .header .header-call > a .icon { width: 40px; height: 40px; }
    .navbar-nav {height: calc(100vh - 71px); }
    .home-banner { border-radius: 0px 0px 50px 50px; min-height: 550px; padding: 80px 0 130px 0 ; }
    .home-banner:after { border-radius: 0px 0px 50px 50px; }
    .home-banner .banner-content h1 { font-size: 60px; line-height: 50px; margin-bottom: 20px; }
    .home-banner .banner-content h2,
    .home-banner .banner-content p { font-size: 20px; line-height: 28px; }
    .kraft-section { padding: 60px 0 60px 0; }
    /*.kraft-section .image-col .image { height: 450px; }*/
    .kraft-section .image-col .image { height:auto; }
    .page-id-428 .kraft-section .row:nth-child(2n+2) .image-col .image {
    height: auto;}
    .kraft-section .image-col .image img { border-radius: 0px 50px 100px 50px; }
    .kraft-section .row:nth-child(2n+2) .image-col .image img {border-radius: 50px 0 100px 50px;}
    .kraft-section .image-col .small-image { right: -20px; width: 220px; height: 220px; }
    .kraft-section .content-col h6 { font-size: 20px; line-height: 28px; }
    .service-col { max-width: 100%; width: 100%; padding: 20px; margin-top: 20px; }
    .services-section .flex-end { display: block; }
    .services-section:after { border-radius: 50px 50px 0px 0px; }
    .services-section .text-column { margin-top: 0; }
    .services-section h2 { margin-bottom: 15px;}
    .services-section h6 { font-size: 18px; line-height: 28px;margin-bottom: 25px; }
    .redbtn-icon{width: 100%;font-size: 15px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
    .redbtn-icon .icon {width: 40px;height: 40px;}
    .redbtn-icon .icon img{max-width: 18px;width: 100%;}

    .service-col.radius-trb { border-radius: 30px 30px 30px 0px; }
    .service-col.radius-rbl { border-radius: 0px 30px 30px 30px; }
    .service-col.radius-tbl { border-radius: 30px 0px 30px 30px; }
	.service-col.radius-no { border-radius: 0px 0px 30px 30px; }
    .service-col .img-top-radius > img { border-radius: 20px 20px 0px 0px; }
    .service-col .img-tr-radius > img { border-radius: 0px 20px 0px 0px; }
    .service-col .img-tl-radius > img { border-radius: 20px 0px 0px 0px; }
    .aboutus-section { padding: 60px 0; }
    .aboutus-row .image-col { flex: 0 0 100%; max-width: 100%; }
    .aboutus-row .content-col { flex: 0 0 100%; max-width: 100%; }
    .aboutus-row .image-col img { border-radius: 0px 50px 0px 0px; height: auto; }
    .aboutus-row .content-col { margin-top: 0; border-radius: 0px 0px 0px 50px; padding: 30px; }
    .aboutus-row .content-col h6 { font-size: 20px; line-height: 28px; }
    .contact-form { border-radius: 0px 50px 0px 0px; }
    .footer:after { border-radius: 50px 50px 0px 0px; }
    .contact-rightcol { padding: 40px 0px;text-align:center; }
    .contact-rightcol .copyright-text { margin-bottom: 30px; }
    .footer-nav { padding-bottom: 30px; }
    .contact-rows { margin-bottom: 0px; }
    .contact-rows .column p,
    .contact-rows .column .email,
    .contact-rows .column .call { font-size: 18px;}
    .contact-form h2 {font-size: 45px;}
    .contact-form .checkbox-col label{font-size: 16px;}

    .content-section { padding: 60px 0; }
    .inner-banner { min-height: 400px; border-radius: 0px 0px 50px 50px; }
    .inner-banner:after { border-radius: 0px 0px 50px 50px; }    
    .inner-banner .banner-content { padding-top: 50px; }
    .inner-banner .banner-content h1 { font-size: 60px; line-height: 50px; }
    .page-id-470 .inner-banner .banner-content {margin-top: 0px;padding-top: 125px;}

.contactform.contact-form {padding: 5px 15px 15px;margin: 40px 0 0;border-radius: 15px;}
.formFill input[type="text"], .formFill input[type="email"], .formFill input[type="tel"], .formFill textarea {
padding: 0 20px;border-radius: 10px;height: 55px;font-size: 16px;line-height: 20px; border-width: 1px !important;}
.formFill textarea {padding-top: 17px !important;border-radius: 10px !important;}

.footer-nav{justify-content: center;}
.footer-bottomrow .footer-bottomnav.home{width:100%;}

.footer-bottomrow .footer-bottomnav > ul{ justify-content: center;}
.kraft-section .image-col .image img,.kraft-section .row:nth-child(2n+2) .image-col .image img {
        border-radius: 30px 0 50px 30px;
    }
}

@media (max-width: 575px) {
    .home-banner .banner-content h1 { font-size: 50px; }
    .footer-bottomrow .footer-bottomnav { width: 100%; margin-bottom: 15px; }
    .footer-bottomrow .footer-bottomnav > ul { flex-direction: row; }
    .footer-bottomrow .footer-bottomtext { width: 100%; border-left: 0; padding-left: 0; }
    .inner-banner { min-height: 300px; }
    .inner-banner .banner-content h1 { font-size: 50px; }
}

/* Responsive Style End
--------------------------------------------------