/*
Template Name: ANANDO - One Page Personal Portfolio HTML Template
Author: AB_theme
Version: 1.00

========================
Table of Content
========================

1. coustom nav 
	1.logo
	2.Nav right 
2. Banner part
	1.banner Description
3. about part
4. services part
5. portfolio part
6. Educational & experience part 
7. TEstimonial part
8.Blog part
19. Get In Touch part
10. footer part 

=========================
*/

* {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

p {
    font-family: 'Titillium Web', sans-serif;
    color: #7F757D;
}

h2,
h3,
h4,
h6,
a {
    font-family: 'Titillium Web', 'sans serief';
}


/*== button css start ==*/

a {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-decoration: none;
}


a:before,
a:after {
    position: absolute;
    content: '';
    background: #0074E8;
    z-index: -1;
}

a:hover {
    position: relative;
    z-index: 99;
    color: #fff;
    border-color: #0074E8;
    text-decoration: none;
}

.button:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 0%;
    left: -65%;
    top: 0;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1;
}

.button:hover:after {
    height: 100%;
    width: 165%;
}

/*== button css end ==*/

/*== preloader css start ==*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}

.pre_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*== preloader css end ==*/

/*== backtotop button css start ==*/

.backtotop {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    text-align: center;
    line-height: 30px;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    position: fixed;
    cursor: pointer;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 17px;
    background: #000;
    color: #fff;
    z-index: 999;
}

.backtotop:hover {
    background: #0074E8;
    border-color: #0074E8;
}

/*== backtotop button css end ==*/

/*== section_heading part css start ==*/

.section_heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin: 20px 0;
    z-index: 99;
}

.section_heading i {
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section_heading h2::before {
    position: absolute;
    content: '';
    bottom: 28px;
    left: 0;
    background: url(../images/dotts_5.png);
    height: 100%;
    width: 100%;
}





.section_heading h2 span {
    color: #d0101d;
}

.section_heading h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: url(../images/dotts_5.png);
    height: 100%;
    width: 100%;
    bottom: -22px;
}

.section_heading p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding: 40px 0;
}

.section_heading i {
    font-size: 25px;
    color: #000;
}


.contact_part .section_heading h2::before {
    position: absolute;
    content: '';
    bottom: 28px;
    left: 0;
    background: url(../images/dotts_4.png);
    height: 100%;
    width: 100%;
}

.contact_part .section_heading h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: url(../images/dotts_4.png);
    height: 100%;
    width: 100%;
    bottom: -22px;
}



/*== section_heading part css end ==*/

/*== nav part css start ==*/

.custom_nav {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
}


.custom_nav img {
    height: 65px;
    width: 150px;
}

.nav-link {
    background-color: transparent !important;
    border-radius: 0 !important;
    position: relative;
}


.nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 5px;
    right: 0;
    background-color: red;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-link.active:before {
    visibility: visible;
    width: 100%;
}

.nav-link.active:after {
    visibility: visible;
    width: 100%;
}

#mynav ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
}

#mynav ul li a:hover {
    color: #0074E8;
}

.menu {
    position: fixed;
    background: #000;
    height: 80px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .7);
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

#mynav ul li {
    padding: 20px 5px;
    margin-top: -10px;
}

.navbar-toggler {
    background-color: #fff !important;
    border-color: #fff !important;
}

/*== nav part css end ==*/

/*== banner part css start ==*/

.banner_part {
    background: url(../images/banner_3.jpg);
    background-attachment: fixed;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
}



.banner_part:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    ;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.banner_text {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.banner_text h2 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.banner_text h3 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
}

.banner_text p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    padding: 15px 0;
    max-width: 650px;
}

.typed span {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Raleway', 'sans serief';
    color: #fff;
}






/*== banner part css end ==*/



/*== about_part css start ==*/

.about_part {
    padding: 60px 0;
}

.about_part img {
    margin-bottom: 60px;
    margin-top: 85px;
    width: 100%;
}

.about_tex h2 {
    margin-top: 100px;
    font-size: 30px;
    font-weight: 900;
    color: #000;
}

.about_tex p {
    font-size: 16px;
    font-weight: 400;
    padding: 60px 0;
}




.about_button {
    margin-top: 6px;
}

.about_button a {
    display: inline-block;
    height: 50px;
    width: 133px;
    border: 1px solid #0074E8;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    background: none;
    color: #000;
    margin-top: 20px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.about_button a:hover {
    color: #fff;
}

/*== about_part css end ==*/

/*== service_part css start ==*/

.service_part {
    padding: 60px 0;
    background: #F7F7F7;
}

.services_item,
.services_item_two {
    padding: 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.services_item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    height: 2px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.services_item:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    height: 2px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.services_item:hover:before {
    border-color: #d0101d;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .2s transform linear, .2s height linear .2s;
    transition: .2s transform linear, .2s height linear .2s;
}

.services_item .icon,
.services_item_two .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services_item_two:hover {
    border: 1px solid #ddd;
}

.services_item:hover .icon i,
.services_item_two:hover .icon i {
    color: #fff;
    background: #000;
}

.services_item:hover:after {
    border-color: #000;
    height: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .2s transform linear, .2s height linear .2s;
    transition: .2s transform linear, .2s height linear .2s;
}

.services_item .icon i,
.services_item_two .icon i {
    height: 65px;
    width: 65px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #d0101d;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 10px;
    -webkit-transition: .9s;
    transition: .9s;
}


.services_item h2,
.services_item_two h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0;
}

.services_item p,
.services_item_two p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 17px;
}

.br {
    padding: 10px 10px;
}

/*== service_part css end ==*/

/*== hire_part css start ==*/

.hire_part {
    background: url(../images/hire.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
}

.hire_part .container {
    height: 100%;
}

.overlay_hire {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(2, 15, 66, .8);
}

.hire_text {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hire_text h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.hire_button a {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    height: 45px;
    width: 163px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.hire_button a:hover {
    border-color: #fff;
}

.hire_button a:hover {
    background: #fff;
    color: #000;
}

.hire_button a:before,
.hire_button a:after {
    background: #fff;
}

/*== hire_part css end ==*/

/*== portfolio part css start ==*/

.product_part {
    padding: 60px 0;
}

.product_menu ul li {
    display: inline-block;
    padding: 0px 15px;
    font-size: 20px;
    font-family: 'Raleway', 'sans serief';
    font-weight: 600;
    cursor: pointer;
    margin: 8px 0 23px 0;
}

.product_menu ul li.product_active {
    height: 100%;
    width: 100%;
    border: 1px solid #020f42;
    border-radius: 20px;
    text-align: center;
    display: inline;
    background: #020f42;
    color: #fff;
    padding: 5px 25px;
}


.product_item {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}


.product_item img {
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}


.port_overlay {
    position: absolute;
    bottom: 0;
    left: 4px;
    top: 4px;
    right: 4px;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.port_over_text {
    color: #000;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.product_item:hover .port_over_text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.port_over_text h2 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #9E9EFB;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.product_item:hover .port_overlay {
    opacity: 1;
    bottom: 5px;
}

.product_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.port_over_icon i {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin: 10px 5px;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

.port_over_icon i:hover {
    background: #000;
    color: #fff;
}

/*== portfolio part css end ==*/



/*== counter part css start ==*/


/*== testimonial part start ==*/


.client_part {
    background: url(../images/testimonial_bg.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    position: relative;
}




.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 15, 66, .8);
}

.client_head h3 {
    position: relative;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 100;

}

.client_head p {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    z-index: 100;

}



.client img {
    padding: 20px 0;
    width: 50%;
}


/*== our clients slider css end ==*/



/*== contact part css start ==*/

.contact_part {
    background: #020f42;
    padding: 60px 0;
    margin-top: 100px;
}

.text_con h2 {
    color: #fff;
}

.text_con p {
    color: #fff !important;
}

.form_control {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    padding: 15px;
}

#message {
    width: 100%;
    height: 150px;
    resize: none;
    background: transparent;
    color: #fff;
    padding: 13px;
    margin-top: 9px;
}

.btn {
    display: inline-block;
    font-family: 'Raleway', 'sans serief';
    font-weight: 600;
    text-align: center;
    white-space: normal;
    border: 1px solid transparent;
    border-radius: 0;
    background: #000;
    color: #fff;
    height: 65px;
    width: 150px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 99;
    overflow: hidden;
    margin-top: 20px;
}

.btn:hover {
    background: #000;
    color: #000;
    position: relative;
    z-index: 99;
}


.btn:before,
.btn:after {
    position: absolute;
    content: '';
    background: #fff;
    color: #000;
    z-index: -1;
}

.button:after {
    left: -75%;
    -webkit-transform: skewX(60deg);
    transform: skewX(60deg);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1;
}

.button:hover:after {
    height: 100%;
    width: 175%;
}

.contact_text {
    margin: 20px 0;
}

.contact_text i {
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #000;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact_text:hover i {
    background: #fff;
    color: #000;
}

.contact_text h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}

.contact_text p {
    font-size: 15px;
}

/*== contact part css end ==*/

/*== footer part css start ==*/

.footer_part {
    background: #020f42;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
}

.footer_border_br {
    padding-top: 12px;
}

.footer p {
    color: #fff;
    font-size: 15px;
}



.footer span {
    color: #0074E8;
    font-size: 15px;
}

/*== footer part css send ==*/
