
@font-face {
  font-family: trakyaSans_bold;
  src: url("../fonts/trakyaSans_bold.ttf");
}
@font-face {
  font-family: trakyaSans;
  src: url("../fonts/trakyaSans.ttf");
}



body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #fff;
}
.owl-dot:focus { box-shadow: none; outline: none; }
input:focus, button:focus {
    outline: none;
    box-shadow: none;
}
a, a:hover {
    transition: .4s;
}

.btn:focus, .btn:active, .btn:visited { outline: none; box-shadow: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
    font-family: trakyaSans_bold;
}
p {
    color: #4a4a4a;
    font-weight: 300;
}

.ui-tooltip {
    font-size: 12px;
    padding: 3px 10px !important; 
    color: #01b9b1;
}

.btn {
    font-size: 14px;
}

.form-group {
    position: relative;
    margin-bottom: 22px;
}
.form-control {
    border-radius: 0;
    background: transparent;
    border-color: #01b9b1;
    font-size: 14px;
    color: #01b9b1;
    height: 42px;
}
.form-control:hover {
    background: rgba(1, 185, 177, 0.05);
}
.form-control:focus {
    color: #01b9b1;
    border-color: #01b9b1;
    background: rgba(1, 185, 177, 0.05);
    box-shadow: none;
    outline: none;
}
textarea.form-control {
    height: 100px;
    resize: none;
}


.form-control::-webkit-input-placeholder {
  color: #01b9b1;
}
.form-control::-moz-placeholder {
  color: #01b9b1;
}
.form-control:-ms-input-placeholder {
  color: #01b9b1;
}
.form-control:-moz-placeholder {
  color: #01b9b1;
}

.formIco {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #01b9b1;
}


header {
    padding: 10px 0 15px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 99;
}
header.headerBg {
    position: fixed;
    background: #fff;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    animation: headerBg .2s linear 1;
    top: 0;
}

@-webkit-keyframes headerBg {
    0% { margin-top: -75px; }
    100% { margin-top: 0; }
}
@keyframes headerBg {
    0% { margin-top: -75px; }
    100% { margin-top: 0; }
}




.logo {
    display: inline-block;
    position: relative;
    top: 12px;
}
.logo img {
    width: 185px;
    height: auto;
}
.navBox {
    display: inline-block;
    width: calc(100% - 185px);
    float: right;
}
.navBox:after {
    content: "";
    display: block;
    clear: both;
}



.navBox .navbar {
    float: right;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 15px 85px 0 0;
}
.navBox .navbar .nav-item {
    margin-left: 38px;
}
.navBox .navbar .nav-link {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #00333B;
}
.navBox .navbar .nav-link:hover {
    color: #F09819;
}

.navbtnBox {
    float: right;
    margin-top: 8px;
}
.navbtnBox .btn {
    background: #F68E12;
    color: #fff;
    border-radius: 8px;
    padding: 5px 11px 4px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
}
.navbtnBox .login {
    background: #fff;
    filter: drop-shadow(0 0 2.5px #fa870d);
    color: #00333B;
}




.bannerSection {
    overflow: hidden;
}
.bannerSection .container-fluid {
    background-image: linear-gradient(-50deg, #ff7f07 0%, #f09819 100%);
    height: 760px;
    padding: 0;
    position: relative;
}
.bannerImgBox {
    background: #fff;
    position: absolute;
    right: -100px;
    top: -300px;
    width: 985px;
    height: 850px;
    border-radius: 200px;
    transform: rotate(45deg);
    overflow: hidden;
}
.bannerImgBox img {
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
    position: relative;
    top: 28%;
    left: 12%;
}

.bannerText {
    color: #fff;
    position: relative;
    margin-top: 90%;
}
.bannerText h2 {
    font-size: 54px;
    margin-bottom: 20px;
}
.bannerText p {
    font-size: 22px;
    margin-bottom: 35px;
    color: #fff;
    line-height: 1.4em;
}

.bannerText .btn {
    background: #00333B;
    color: #fff;
    padding: 4px 25px 6px;
    font-size: 16px;
    border-radius: 9px;
}

.title {
    font-size: 35px;
    color: #00333B;
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
    font-family: trakyaSans_bold;
}

.helpsSection {
    padding: 70px 0 20px;
}
.helpsSection .title {
    margin-bottom: 75px;
}

.helpBox {
    background: #F4F4F7;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 18px 5px rgb(0 0 0 / 0.1);
    padding: 30px;
    text-align: center;
    margin: 0 15px;
}

.helpImg {
    margin-bottom: 30px;
}
.helpImg img {
    width: 175px;
}
.helpBox h4 {
    font-size: 23px;
    color: #FF7F07;
    margin-bottom: 12px;
}
.helpBox p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: trakyaSans;
}



.productMainSection {
    overflow: hidden;
}
.productSection {
    position: relative;
    padding: 200px 0;
    margin: 110px 0;
}
.productSection:after {
    content: "";
    width: calc(100% + 40px);
    height: 100%;
    background: #10333C;
    border-radius: 18%;
    transform: skew(0deg, -8deg);
    box-shadow: 0px 0px 20px 6px rgb(246 142 18 / 0.85);
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
}
.productSection .title {
    color: #FF7F07;
}

.productTab .nav {
    display: block;
    margin: 0 0 75px;
    text-align: center;
}
.productTab .nav-link {
    background: #fff;
    color: #FF7F07;
    padding: 17px 20px 15px;
    border-radius: 18px;
    margin: 0 15px;
    font-family: trakyaSans_bold;
}
.productTab .nav-link.active {
    background: #fff;
    color: #00333B;
}
.productTab .nav-item {
    display: inline-block;
}

.productTab .tab-content {
    width: 72%;
    margin: 0 auto;
}


.productContent {
    color: #fff;
}

.productContent h4 {
    font-weight: 500;
    margin-bottom: 60px;
}
.productContent p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
}

.productContent .productBtn {
    margin-top: 40px;
}
.productContent .btn {
    background: #F68E12;
    color: #fff;
    padding: 8px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 1px rgb(246 142 18 / 0.7);
}

.productImg img {
    width: 100%;
} 



.partnerSection {
    position: relative;
    padding: 80px 0 150px;
}
.partnerSection:after {
    content: "";
    background-image: linear-gradient(-50deg, #ff7f07 0%, #f09819 100%);
    position: absolute;
    z-index: -2;
    width: 100%;
    height: calc(100% + 350px);
    top: -350px;
}
.partnerSection .title {
    color: #fff;
}

.partnerImg {
    text-align: center;
}
.partnerImg img {
    width: 235px;
    margin: 0 20px;
}

.partnerImg img.partner2 {
    width: 125px;
}




.testimonialBox {
    max-width: 775px;
    position: relative;
    margin: 100px auto 0;
    padding: 100px 65px 115px;
}
.testimonialBox:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 150px;
    transform: skewY(-6deg);
    box-shadow: 0px 0px 35px 15px #f68e12;
}
.testimonialBox .title {
    color: #00333B;
    margin-bottom: 65px;
}


.testMTextBox {
    text-align: center;
}
.testMuser {
    display: inline-block;
    text-align: left;
}
.testMuser .img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}
.testMuser .img img {
    width: 80px;
}


.testMuser .name {
    display: inline-block;
    vertical-align: middle;
}
.testMuser .name h4, .testMuser .name h5 {
    margin-bottom: 4px;
}
.testMuser .name h4 {
    color: #FF7F07;
}
.testMuser .name h5 {
    color: #00333B;
}
.testMuser .name p {
    margin-bottom: 0;
}

.testimonialText {
    display: inline-block;
    font-size: 18px;
    color: #00333B;
    padding: 0 30px;
    font-weight: 600;
    max-width: 435px;
    line-height: 1.25em;
    text-align: left;
    margin-top: 70px;
    position: relative;
    font-family: trakyaSans_bold;
}
.testimonialText:after, .testimonialText:before {
    content: "";
    position: absolute;
    background-image: url(../images/quotes.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.testimonialText:after {
    right: 8px;
    transform: rotate(-180deg);
}
.testimonialText:before {
    left: 3px;
}





.getStatmetrix {
    padding: 165px 0;
    background-image: url(../images/get_statmetrix.svg);
    background-size: cover;
}

.getStatmetrixBox {
    text-align: center;
}
.getStatmetrixBox h1 {
    color: #fff;
    margin-bottom: 40px;
}
.getStatmetrixBox .btn {
    background-image: linear-gradient(-50deg, #ff7f07 0%, #f09819 100%);
    font-size: 19px;
    padding: 13px 30px;
    border-radius: 13px;
    color: #fff;
}




footer {
    background: #F7F7F7;
    padding: 50px 0;
}
.footerInner {
    max-width: 915px;
    margin: 0 auto;
}

.footLogo {
    margin-bottom: 45px;
}
.footLogo img {
    width: 285px;
}


.footLinkBox ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footLinkBox ul li {
    /*margin-bottom: 4px;*/
}
.footLinkBox ul li a {
    display: inline-block;
    width: 100%;
    padding: 2px 10px;
    color: #222222;
    font-size: 14px;
}
.footLinkBox ul li a:hover {
    color: #F09819;
    text-decoration: none;
}


.connect h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}
.newsletter p {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
}
.newsletter input {
    width: 275px;
    background: #fff;
    border-radius: 20px;
    color: #F49114;
    border: none;
    padding: 4px 18px;
    height: 40px;
    font-size: 15px;
    box-shadow: 0px 0px 15px 2px rgb(246 142 18 / 28%);
}
.newsletter input::-webkit-input-placeholder { color: #F49114; }
.newsletter input::-moz-placeholder { color: #F49114; }
.newsletter input:-ms-input-placeholder { color: #F49114; }
.newsletter input:-moz-placeholder { color: #F49114; }




.footSocial {
    margin-top: 25px;
}
.footSocial a {
    display: inline-block;
    margin: 0 8px 0 0;
}
.footSocial i {
    font-size: 32px;
    color: #F49114;
}




.footerBottam {
    background-image: linear-gradient(-50deg, #ff7f07 0%, #f09819 100%);
    padding: 16px 0 10px;
}
.copyRtext {
    text-align: center;
    font-family: trakyaSans;
    color: #fff;
    font-size: 14px;
}







