/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Playfair+Display:400,700,900|Gothic+A1:200,300,400,500,600,700,800,900|Montserrat:300,400,500,600,700,800|Roboto:300,400,500,700,900|Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #15273e;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: #013289 !important;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #15273e;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #15273e;
}

h1 {
    font-size: 36px;
    font-weight: 500;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

p {

    color: #101010;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

label {
    font-size: 14px;
    padding-bottom: 6px;
}

.form-label {
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
}

label.required:after {
    content: "*";
    padding-left: 10px;
    color: #ff0000;
}

.form-control {
    font-size: 12px;
}

.btn.btn-primary {
    background: #00b0f0;
    border-radius: 0;
    border: 0;
}

/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.language {
    border-radius: 50%;
    background: #ffffff;
    padding: 0px;
    color: #101010;
    height: 40px;
    width: 40px;
    margin-left: 15px;
}

.language a {
    padding: 10px 0px 0px 10px !important;
    font-size: 14px !important;
}

/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
    margin-top: 0
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-37 {
    margin-top: 37px
}

.mt-40 {
    margin-top: 40px
}

.mt-42 {
    margin-top: 42px
}

.mt-48 {
    margin-top: 48px
}

.mt-43 {
    margin-top: 43px
}

.mt-47 {
    margin-top: 47px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-52 {
    margin-top: 52px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-72 {
    margin-top: 72px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-84 {
    margin-top: 84px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-160 {
    margin-top: 160px
}

.mt-179 {
    margin-top: 179px
}

.mt-150 {
    margin-top: 150px
}

.mt-185 {
    margin-top: 185px
}

.mt-200 {
    margin-top: 200px
}

.mt-290 {
    margin-top: 290px
}

.mt-285 {
    margin-top: 285px
}

.mt-280 {
    margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
    margin-right: 0px
}

.mr-8 {
    margin-right: 8px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

.mr-170 {
    margin-right: 170px
}


/*************************
    Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: 2px
}

.mb-2 {
    margin-bottom: 1px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}


/*************************
    Margin left
*************************/

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-12 {
    margin-left: 12px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-18 {
    margin-left: 18px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

.ml-285 {
    margin-left: 285px
}


/*************************
    Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-4 {
    padding-top: 4px
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px
}

.pt-12 {
    padding-top: 12px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-37 {
    padding-top: 37px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-58 {
    padding-top: 58px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-68 {
    padding-top: 68px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

.pt-97 {
    padding-top: 97px
}

.pt-100 {
    padding-top: 100px
}

.pt-95 {
    padding-top: 95px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-108 {
    padding-top: 108px
}

.pt-107 {
    padding-top: 107px
}

.pt-113 {
    padding-top: 113px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-142 {
    padding-top: 142px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-169 {
    padding-top: 169px
}

.pt-172 {
    padding-top: 172px
}

.pt-175 {
    padding-top: 175px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-205 {
    padding-top: 205px
}

.pt-200 {
    padding-top: 200px
}

.pt-220 {
    padding-top: 220px
}

.pt-210 {
    padding-top: 210px
}

.pt-215 {
    padding-top: 215px
}

.pt-240 {
    padding-top: 240px
}

.pt-230 {
    padding-top: 230px
}

.pt-235 {
    padding-top: 235px
}

.pt-250 {
    padding-top: 250px
}

.pt-290 {
    padding-top: 290px
}

.pt-285 {
    padding-top: 285px
}

.pt-275 {
    padding-top: 275px
}

.pt-280 {
    padding-top: 280px
}

.pt-305 {
    padding-top: 305px
}

.pt-310 {
    padding-top: 305px
}

.pt-310 {
    padding-top: 305px
}

.pt-330 {
    padding-top: 330px
}

.pt-345 {
    padding-top: 345px
}

.pt-350 {
    padding-top: 350px
}

.pt-335 {
    padding-top: 335px
}

.pt-365 {
    padding-top: 365px
}

.pt-355 {
    padding-top: 355px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}


/*************************
    Padding right
*************************/

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-32 {
    padding-right: 32px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-47 {
    padding-right: 47px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-155 {
    padding-right: 155px
}

.pr-180 {
    padding-right: 180px
}

.pr-170 {
    padding-right: 170px
}

.pr-125 {
    padding-right: 125px
}

.pr-85 {
    padding-right: 85px
}

.pr-170 {
    padding-right: 170px
}

.pr-195 {
    padding-right: 195px
}

.pr-215 {
    padding-right: 215px
}


/*************************
    Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-13 {
    padding-bottom: 13px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-18 {
    padding-bottom: 18px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-22 {
    padding-bottom: 22px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-88 {
    padding-bottom: 88px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-97 {
    padding-bottom: 97px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-107 {
    padding-bottom: 107px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-146 {
    padding-bottom: 146px
}

.pb-142 {
    padding-bottom: 142px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-152 {
    padding-bottom: 152px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-169 {
    padding-bottom: 169px
}

.pb-178 {
    padding-bottom: 178px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-172 {
    padding-bottom: 172px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-230 {
    padding-bottom: 230px
}

.pb-212 {
    padding-bottom: 212px
}

.pb-245 {
    padding-bottom: 245px
}

.pb-250 {
    padding-bottom: 250px
}

.pb-258 {
    padding-bottom: 258px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-290 {
    padding-bottom: 290px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-295 {
    padding-bottom: 295px
}

.pb-300 {
    padding-bottom: 300px
}

.pb-310 {
    padding-bottom: 310px
}

.pb-320 {
    padding-bottom: 320px
}

.pb-315 {
    padding-bottom: 315px
}

.pb-440 {
    padding-bottom: 440px
}

.pb-450 {
    padding-bottom: 450px
}


/*************************
    Padding left
*************************/

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-32 {
    padding-left: 32px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-47 {
    padding-left: 47px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-155 {
    padding-left: 155px
}

.pl-190 {
    padding-left: 190px
}

.pl-170 {
    padding-left: 170px
}

.pl-195 {
    padding-left: 195px
}

.pl-375 {
    padding-left: 375px
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-15 {
    padding: 15px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-25 {
    padding: 25px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-37 {
    padding: 37px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-68 {
    padding: 68px 0
}

.ptb-65 {
    padding: 65px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-75 {
    padding: 75px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-95 {
    padding: 95px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-135 {
    padding: 135px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-165 {
    padding: 165px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-250 {
    padding: 250px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

.ptb-300 {
    padding: 300px 0
}

.ptb-350 {
    padding: 350px 0
}

.ptb-400 {
    padding: 400px 0
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}


/*************************************
    Background variation set 
 **************************************/


/*colored background*/

.white-bg {
    background: #fff;
}

.black-bg {
    background: #242424
}

.black-bg-2 {
    background: #181818
}

.black-bg-3 {
    background: #202428
}

.black-bg-4 {
    background: #292c32
}

.theme-bg {
    background: #1e2127;
}

.gray-bg {
    background: #e9eaea;
}

.gray-bg-2 {
    background: #d8dee1;
}

.gray-bg-3 {
    background: #e5e9eb;
}

.gray-bg-4 {
    background: #f6f6f6;
}

.blue-bg {
    background: #4FC1F0;
}

.default-bg {
    background: #50C1F0;
}

.pink-bg {
    background: #ffe8e8;
}

.transparent-bg {
    background: transparent;
}

.bg-bluegray {
    background-color: #D3E0E6;
}


/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[data-overlay="3"]::before {
    opacity: 0.3;
}

[data-overlay="4"]::before {
    opacity: 0.4;
}

[data-overlay="5"]::before {
    opacity: 0.5;
}

[data-overlay="56"]::before {
    opacity: 0.56;
}

[data-overlay="6"]::before {
    opacity: 0.6;
}

[data-overlay="7"]::before {
    opacity: 0.7;
}

[data-overlay="8"]::before {
    opacity: 0.8;
}

button,
html [type=button] {
    -webkit-appearance: inherit;
}


/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-1 {
    background: url(../../images/bg/1.jpg);
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}

:focus {
    outline: none;
}

.header-search form button {
    outline: medium none;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.border-bottom-1 {
    border-bottom: 1px solid #2d313a;
}

.border-top-1 {
    border-top: 1px solid #2d313a;
}

.border-top-2 {
    border-top: 1px solid #141414;
}

.border-top-3 {
    border-top: 1px solid #eeeeee;
}

.border-top-4 {
    border-top: 1px solid #303338;
}

.border-top-5 {
    border-top: 1px solid #dee0e4;
}

.border-bottom-2 {
    border-bottom: 1px solid #eeeeee;
}

.border-bottom-3 {
    border-bottom: 1px solid #c0c5ca;
}

.border-bottom-4 {
    border-bottom: 1px solid #dee0e4;
}


.height-100vh {
    height: 100vh;
}

.height-100vh-2 {
    height: 100vh;
}

#mobile-menu-active {
    display: none;
}

.default-overlay,
.default-overlay-2 {
    position: relative;
}

.default-overlay::before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.default-overlay-2::before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.btn-hover {
    position: relative;
}

.btn-hover::before {
    /*background: #15273e none repeat scroll 0 0;*/
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn-hover:hover::before {
    transform: scaleX(1);
}


a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #4154f1;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970;
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}



.user-info-top {
    position: relative;
    min-height: 64px;
    min-width: 160px;
    padding: 12px;
}

.user-info-top img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.user-info-top .profile-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    line-height: 15px;
    color: #013289;
}

.user-info-top .profile-info small {
    display: block;
    opacity: 1;
    color: #013289;
}


.user-pro {
    text-align: center;
    margin: 20px auto;
}

.user-pro h4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #013289;
}

.user-pro p img {
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    margin-top: 20%;
}

.user-pro p {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #013289;
    background: #373737;
    display: inline-block;
}

.user-pro i {
    font-size: 40px;
    color: #013289;
    line-height: 80px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    /*background: #012970;*/
    min-height: 40px;
    margin-top: 120px;
    color: #0060aa;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 80px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0060aa;
    display: inline-block;
}

.breadcrumbs ol {
    text-align: right;
    display: flex;
    float: right;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    /*margin-top: 15px;*/
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #0060aa;
    transition: 0.3s;
    text-decoration: none;
}

.breadcrumbs ol a:hover {
    text-decoration: none;
    color: #303030;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #0060aa;
    font-family: "FontAwesome";
    content: "\f101";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #012970;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    background: #ffffff;
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    /*box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    max-height: 60px;
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    /*font-family: "Nunito", sans-serif;*/
    margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    /*font-family: "Nunito", sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #4154f1;
}

.navbar .getstarted {
    background: #4154f1;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

.navbar .getstarted:hover {
    color: #fff;
    background: #5969f3;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #4154f1;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 176, 240, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    /*border-radius: 10px;*/
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #4154f1;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Page shadow
--------------------------------------------------------------*/

.left-top-shadow::before {
    background: url(../img/left-top-shadow.png) no-repeat top left;
    width: 260px;
    height: 175px;
    content: " ";
    top: 80px;
    left: 0;
    position: absolute;
}

.right-top-shadow::after {
    background: url(../img/right-top-shadow.png) no-repeat top right;
    width: 174px;
    height: 119px;
    content: " ";
    top: 80px;
    right: 0;
    position: absolute;
}

.left-bottom-shadow {
    background: url(../img/left-bottom-shadow.png) no-repeat bottom left;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #4154f1;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #4154f1;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Page Block
--------------------------------------------------------------*/
.page {
    padding: 0px 0 0px 0;
}

.page .dol-block {
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    /*border: 1px solid #e7e7e7;*/
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.page .dol-block .d-header {
    padding: 15px;
    margin-bottom: 30px;
    border-bottom: 4px solid #ced4da;

}

.page .dol-block .d-header i {
    font-size: 20pt;
    margin-right: 10px;
}

.page .dol-block .d-header .dol-block-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #178ade;
}

.page .dol-block .d-footer {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #e7e7e7;

}

.page .dol-block .dol-block-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.page .dol-block .dol-block-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}


.page .dol-block .dol-block-title a {
    color: #178ade;
    transition: 0.3s;
}

.page .dol-block .dol-block-title a:hover {
    color: #4154f1;
}

.page .dol-block .dol-block-meta {
    margin-bottom: 15px;
    color: #4084fd;
}

.page .dol-block .dol-block-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.page .dol-block .dol-block-meta ul li+li {
    padding-left: 20px;
}

.page .dol-block .dol-block-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.page .dol-block .dol-block-meta ul li i {
    border-radius: 50%;
    background: #00b0f0;
    padding: 8px;
    color: #fff;
    margin-right: 15px;
}

.page .dol-block .dol-block-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.dol-block-sub-title {
    color: #178ade;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12pt;
}


/* dashboard Link */

.page .dol-block .dol-block-link {
    margin-bottom: 15px;
    color: #101010;
}

.page .dol-block .dol-block-link ul {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    list-style: none;
    /*align-items: left;*/
    padding: 0;
    margin: 0;
}

.page .dol-block .dol-block-link ul li {
    /*padding-left: 20px;*/
    border-bottom: 1px solid #ced4da;
    padding: 15px 0px;
}

.page .dol-block .dol-block-link i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #00b0f0;
}

.page .dol-block .dol-block-link ul li i {
    border-radius: 50%;
    background: #00b0f0;
    padding: 8px;
    color: #fff;
    margin-right: 5px;
}

.page .dol-block .dol-block-link ul li .btn-link i {
    background: transparent;
    color: #00b0f0;
    margin-right: 0px;
    vertical-align: middle;
    line-height: 18px;
    padding: 0px;
}

.page .dol-block .dol-block-link a {
    color: #00b0f0;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.page .dol-block .dol-block-link span {
    text-align: right;
    color: #00b0f0;
    float: right;
}

.page .dol-block .dol-block-content p {
    line-height: 24px;
}

.page .dol-block .dol-block-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.page .dol-block .dol-block-content .read-more a {
    display: inline-block;
    background: #4154f1;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.page .dol-block .dol-block-content .read-more a:hover {
    background: #5969f3;
}

.page .dol-block .dol-block-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.page .dol-block .dol-block-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.page .dol-block .dol-block-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.page .dol-block .dol-block-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #012970;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page .dol-block .dol-block-footer {
    padding-top: 10px;
    border-top: 1px solid #ced4da;
}

.page .dol-block .dol-block-footer i {
    color: #0d64fd;
    display: inline;
}

.page .dol-block .dol-block-footer a {
    color: #013289;
    transition: 0.3s;
}

.page .dol-block .dol-block-footer a:hover {
    color: #4154f1;
}

.page .dol-block .dol-block-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.page .dol-block .dol-block-footer .cats li {
    display: inline-block;
}

.page .dol-block .dol-block-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.page .dol-block .dol-block-footer .tags li {
    display: inline-block;
}

.page .dol-block .dol-block-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.page .dol-block .dol-block-footer .share {
    font-size: 16px;
}

.page .dol-block .dol-block-footer .share i {
    padding-left: 5px;
}

.page .dol-block-single {
    margin-bottom: 30px;
}

.page .page-author {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #ced4da;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.page .page-author:before {
    content: "";
    display: block;
    width: 4px;
    background-color: #00b0f0;
    height: 100px;
    margin: 0px;
    margin-left: -20px;
    margin-right: 15px;
    left: 0;
    position: relative;

}


.page .page-author img {
    width: 90px;
    margin-right: 20px;
    border: 4px solid #00b0f0;
}

.page .page-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #012970;
}

.page .page-author .social-links {
    margin: 0 10px 10px 0;
}

.page .page-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}

.page .page-author .social-links a i {
    color: #00b0f0;

}

.page .page-author p {
    font-style: italic;
    color: #b7b7b7;
}

.page .btn .btn-primary {
    color: #ffffff !important;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    border-radius: 0;
    display: inline-block;
    transition: 0.3s;
    margin-right: 10px;
    background-color: #00b0f0 !important;
}

.page .btn .btn-primary:hover {
    background-color: #013289;
}

.page .btn.default-btn {
    color: #ffffff !important;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    border-radius: 0;
    display: inline-block;
    transition: 0.3s;
    margin-right: 10px;
    background-color: #00b0f0 !important;
}

.page .btn .default-btn:hover {
    background-color: #013289;
}

.page .btn.default-btn i {
    color: #fff;
    margin-right: 0px;
}

.page .page-pagination {
    color: #024ed5;
}

.page .page-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page .page-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.page .page-pagination li a {
    color: #012970;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .page-pagination li.active,
.page .page-pagination li:hover {
    background: #4154f1;
}

.page .page-pagination li.active a,
.page .page-pagination li:hover a {
    color: #fff;
}

.page .sidebar {
    padding: 30px;
    margin: 0 0 60px 0px;
    border: 1px solid #ced4da;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.page .sidebar .d-header {
    padding: 15px;
    margin-bottom: 30px;
    border-bottom: 4px solid #e7e7e7;

}

.page .sidebar .d-header i {
    font-size: 20pt;
    margin-right: 10px;
}

.page .sidebar .d-header .sidebar-title {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #178ade;
}

.page .sidebar .d-footer {
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #e7e7e7;

}

.page .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #178ade;
    position: relative;
}

.page .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.page .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.page .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.page .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.page .sidebar .search-form form button i {
    line-height: 0;
}

.page .sidebar .search-form form button:hover {
    background: #5465f2;
}

.page .sidebar .s-menu ul {
    list-style: none;
    padding: 0;
}

.page .sidebar .s-menu ul li {
    padding-top: 10px;
    border-bottom: 1px solid #ced4da;
    padding: 15px 0px;
}

.page .sidebar .s-menu ul a {
    color: #012970;
    transition: 0.3s;
}

.page .sidebar .s-menu ul a:hover {
    color: #4154f1;
}

.page .sidebar .s-menu ul a i {
    border-radius: 50%;
    background: #00b0f0;
    padding: 8px;
    color: #fff;
    margin-right: 15px;
}

.page .sidebar .s-menu ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.page .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.page .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.page .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.page .sidebar .recent-posts h4 a {
    color: #012970;
    transition: 0.3s;
}

.page .sidebar .recent-posts h4 a:hover {
    color: #4154f1;
}

.page .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.page .sidebar .tags {
    margin-bottom: -10px;
}

.page .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.page .sidebar .tags ul li {
    display: inline-block;
}

.page .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}

.page .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #4154f1;
    background: #4154f1;
}

.page .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Face Detection
--------------------------------------------------------------*/
.detection-result {

    padding: 20px;
    border: 1px solid #ced4da;
}


.detection-result ul {
    list-style: none;
    padding: 0;
}

.detection-result ul li {
    display: block;
    border-bottom: 1px solid #d7e6ff;
    color: #101010;
    font-size: 12px;
    padding: 0px 5px 5px 14px;
    margin: 0 0px 5px 0;
}

.detection-result ul li:last-child {
    border-bottom: 0px solid #d7e6ff;
}

.detection-result ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    display: inline-block;
    transition: 0.3s;
}

.detection-result ul a:hover {
    color: #fff;
    border: 1px solid #4154f1;
    background: #4154f1;
}

/*--------------------------------------------------------------
# Signup
--------------------------------------------------------------*/

.sign-top {
    background: #00b0f0;
    padding: 15px 15px 15px 30px;
    margin-top: -30px;
    margin-right: -30px;
}

.sign-top h1,
.sign-top h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sign-body {
    display: block;
    clear: both;
}

.sign-bottom {
    background: #00b0f0;
    padding: 30px;
    margin-bottom: -30px;
    margin-right: -30px;
}

.sign-bottom h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.sign-bottom h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.sign-bottom p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.sign-bottom li {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.sign-bottom.left-bottom-shadow {
    background: url(../img/login-shad-bot.png) no-repeat bottom left;
}

.sign-bottom.right-top-shadow {
    background-image: url(../img/login-shadow-top.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.sign-bottom ul {

    padding-left: 30px !important;
}

.sign-header {
    padding: 15px 15px 15px 30px;
    margin-top: -30px;
    margin-left: -30px;
}

.sign-header h1,
.sign-header h4 {
    color: #00b0f0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sign-header h1 i {
    font-size: 60px;
}

.login-link {
    list-style: none;
    margin-left: 30px;
}

.login-link li {
    list-style: none;
    padding: 6px;
    font-weight: 500;
}

.login-link li a {
    list-style: none;
    padding: 6px;
    font-weight: 500;
    color: #00b0f0;
}

.login-link li i {
    border-radius: 50%;
    font-size: 12px;
    background: #00b0f0;
    padding: 5px;
    color: #fff;
    margin-right: 5px;
}

.action-btn-group a {
    text-decoration: none;
}

.btn-link {
    color: #00b0f0;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

.btn-link:hover {
    color: #0a58ca;
}

.btn {
    font-size: 10pt;
}

/*--------------------------------------------------------------
# file-upload
--------------------------------------------------------------*/

.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}



.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ced4da;
    padding: 6px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #3ecbff;
    padding: 0 0 30px 0;
    font-size: 14px;
}

.footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970;
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #4154f1;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3;
}

.footer .footer-top {
    background: white url(../img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;

    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;

}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #012970;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
    color: #4154f1;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/*--------------------------------------------------------------
# Table 
--------------------------------------------------------------*/
table {
    margin-bottom: 0px !important;
}

table tfoot tr td {
    font-size: 13px;
    font-weight: bold;
    border: 0px !important;

}


table tbody tr td {
    font-size: 12px !important;
    font-weight: normal;
    color: #000000;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

table thead tr th {
    font-size: 12px;
    font-weight: 600;
    /*font-family: "Oswald", sans-serif;*/
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-transform: uppercase;
    background-color: #00b0f0 !important;
    color: #ffffff;

}

/*.table-bordered tbody tr td,
.table-bordered tbody tr th {
    padding: 10px;
    border: 1px solid #dfe6ec !important;
    background: #ffffff !important;
}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #ffffff !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: #ffffff !important;
}


.edit-btn {
    color: #00b0f0;
}

.view-btn {
    color: #00b0f0;
}

.delete-btn {
    color: #ff3300;
}

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/

.modal .modal-content {}

.modal .modal-header {
    padding: 15px 20px 0px 20px !important;
    background: #b1b8c2;
}

.modal .modal-body {
    border: 1px solid #f6f6f6;
    padding: 20px;
    display: flex;
    margin: 20px;
}

.modal .modal-header h4 {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.modal .modal-footer {
    padding: 15px 20px 15px 20px !important;
    border-top: 2px solid #f6f6f6;
}

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/

.pagination .active a {
    background-color: #00b0f0 !important;
    color: #fff !important;
}

.pagination {
    /* display: inline-block;
    padding-left: 0px;
    margin: 0px;
    border-radius: 0px;*/

}