/*Font*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto:300,400,500,700&display=swap');

* {
    /*font-family: 'Roboto', sans-serif !important;*/
     font-family: 'Poppins', sans-serif !important;
}
/*Font*/


/**/
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
/**/


/**/
p {
    font-size: 15px;
    margin-bottom: 0 !important;
}
/**/


/*Outer Div*/
#main {
    /* width: 100%; */
    transition: margin-left .5s;
    /* padding: 16px; */
}
/*Outer Div*/


/*Sidebar*/
.sidebar {
    width: 0;
    height: 100vh !important;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    /*background-color: #f0f0f0;*/
    background-color: white;
    transition: 0.5s;
    /*border-bottom: 1px solid #f7f7f7;*/

}

.closebtn {
    /* font-size: 28px !important;
    text-decoration: none !important;
    color: white !important; */
    /* display: none; */
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;

    background: #d9d9d9 !important;
    font-size: 24px !important;
    text-decoration: none !important;
    padding: 0px 15px;
    color: #8c8c8c !important;
}

/* .closebtn:hover .sidebar {
    display: block !important;
} */

.sidebar_btn a {
    line-height: 60px !important;
}

.sidebar .logo {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.sidebar .logo img {
    width: 150px;
    height: 150px;
}

.sidebar .menu ul {
    padding: 0;
    text-align: center;
    margin: 40px 0;
}

.sidebar .menu ul li {
    list-style: none;
    line-height: 50px;
    padding: 0 30px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.sidebar .menu ul li a {
    text-decoration: none;
    color: rgb(44, 39, 65);
    /*color: black;*/
    text-transform: uppercase;
}

.sidebar .menu ul li a:hover {
    /*color: #3A46D1;*/
    color: blue;
}

.sidebar .social-icons ul {
    padding: 0;
    text-align: center;
    margin: 30px 0;
}

.sidebar .social-icons ul li {
    list-style: none;
    line-height: 50px;
    /* padding: 0 30px; */
    display: inline-block;
    /* border-bottom: 1px solid #f0f0f0; */
}

/*.sidebar .social-icons ul li a {*/
/*    text-decoration: none;*/
/*    color: rgb(44, 39, 65);*/
/*    text-transform: uppercase;*/
/*}*/

/*.sidebar .social-icons ul li a:hover {*/
/*    color: blue;*/
/*}*/
/*Sidebar*/


/*About*/
.about {
    margin: 0;
    padding: 50px 0;
    background: #3A46D1;
    /*background: #3D8ABE;*/
}

.about .bar_icon2 {
    font-size: 20px;
    text-decoration: none;
    /*color: #fff;*/
    color: white !important;
    /* float: left; */

    /* position: absolute;
    top: 60px;
    left: 0;
    color: #3A46D1;
    background: #fff;
    padding: 7px 13px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; */
}

/* .about .bar_icon i.fa {
    color: white !important;
} */

.about h1.title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about .bg_img img {
    width: 100%;
    height: 400px;
}

.about_bottom {
    padding: 30px 0;
    color: white !important;
    background: #3D8ABE;
}
/*About*/


/*Services*/
.services {
    padding: 50px 0;
}

.services .header {
    margin-bottom: 50px;
}

.services .header h1 {
    text-transform: uppercase;
    /*color: #2B7396;*/
    color: #2B7396 !important;
}

.services .header p {
    /*color: rgb(106, 101, 138);*/
    color: #275E70 !important;
}

.services .box {
    display: flex;
    padding: 30px;
    background: #fcfcfc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services .box:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.services .box .box1 {
    flex-basis: 30%;
}

.services .box .box1 img {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 0 auto;
}

.services .box .box2 {
    flex-basis: 70%;
    /*color: rgb(106, 101, 138);*/
    color: #153944 !important;
    font-size: 15px;
}
/*Services*/


/*Why Us*/
.why_us {
    background: #3A46D1;
}

.why_us .header h1,
.why_us .header p {
    /*color: white;*/
    color: white !important;
}

.why_us .box {
    background: rgb(92, 103, 221);
}

.why_us .box h5 {
    color: white;
    margin-top: 18px;
}

.why_us .box .box1 img {
    width: 60px;
    height: 60px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
    border: 2px solid white;
    border-radius: 50%;
}
/*Why Us*/


/*Partners*/
.partners {
    padding-bottom: 100px;
    background-color: #fcfcfc;
}

.partners img {
    width: 80%;
    margin: 0 auto;
}


.partners .carousel-indicators li {
    /*background-color: #2B7396 !important;*/
    background-color: #2B7396 !important;
    position: relative;
    top: 70px;
}
/*Partners*/


/*Footer*/
.footer {
    padding: 50px 0;
    /*background: #11272e;*/
    background: #153944;
    color: #3D8ABE;
}

.footer h5 {
    text-transform: uppercase;
    text-decoration: none;
    color: white;

}

.footer h5 a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;

}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*Footer*/


/**/
@media (max-width: 414px) {
    .bg_img {
        width: 100%;
        text-align: center;
    }

    .bg_img img {
        width: 330px !important;
        height: 200px !important;
        margin: 0 auto;
    }

    .title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px;
    }

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

    .header h1 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .about {
        padding-top: 25px;
    }

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

    .bg_img {
        width: 100%;
    }

    .bg_img img {
        width: 320px !important;
        height: 200px !important;
        /* margin: 0 auto; */
    }

    .title {
        font-size: 24px;
    }

    .box:hover {
        transform: scale(1.0) !important;
        -webkit-transform: scale(1.0) !important;
        -moz-transform: scale(1.0) !important;
        -ms-transform: scale(1.0) !important;
        -o-transform: scale(1.0) !important;
    }

    .footer {
        text-align: center;
    }

    .footer .address,
    .footer .contact {
        margin-bottom: 30px;
    }

    .footer img {
        width: 50%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .bg_img {
        width: 100%;
        text-align: right;
    }

    .bg_img img {
        width: 320px !important;
        height: 200px !important;
        margin: 0 auto;
    }

    .title {
        font-size: 28px;
    }
}
/**/


/**/
.scrollTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  opacity: 0;
}

.scrollTop a {
  display: block;
  /*background: #00BC8C;*/
  background: #3D8ABE;
  line-height: 60px;
  color: #ffffff !important;
  border-radius: 50%;
  font-weight: 600;
  text-decoration: none !important;
}
/**/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

a.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  color: #ffffff;
  display: block;
  /*background: #ffffff30;*/
  /*background: white;*/
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  /*margin-top: 2rem;*/
  /*text-align: center;*/
  margin: 0 auto;
  /*position: relative;*/
  /*bottom: 0;*/
}

/*.header-image .content a.bounce i.fa {*/
/*  font-size: 1.2rem;*/
/*}*/
