/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #333333;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 40px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background: #323757;
    max-width: 162px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 47px;
    line-height: 47px;
    text-align: center;
}

.read_more:hover {
    background: #dc2727;
    color: #fff;
    border-radius: 0 25px 0 25px;

}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header {
    width: 100%;
}

.top_header {
    border-top: #dc2727 solid 5px;
    background: #fefefd;
    display: flex;
    align-items: center;
    height: 125px;
}

.select_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-width {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    clear: both;
    display: block;
    box-sizing: border-box;
}

.logo a {
    font-size: 50px;
    color: #323757;
    font-weight: 700;
    font-style: italic;
}

ul.top_infomation li {
    display: inline-block;
    font-size: 17px;
    color: #323757;
}

ul.top_infomation li {
    padding-right: 20px;
}

ul.top_infomation li:last-child {
    padding-right: 0;
}

ul.top_infomation li i {
    margin-right: 5px;
    background: #dc2727;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
}

ul.top_infomation li a {
    color: #323757;
}

ul.top_infomation li a:hover {
    color: #dc2727;
}

.select_main .read_more {
    max-width: 177px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    float: right;
}

.header_midil {
    background: #dc2727;
    width: 100%;
    height: 73px;
    padding: 24px 0px;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #fff;
    font-size: 17px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li {
    padding-right: 70px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #323757;
}
.site-navbar ul li a.active {
    color: #323757;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}


ul.email {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

ul.email li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}

ul.email li a i {
    color: #fff;
    font-size: 19px;
    padding-right: 10px;
}


/** end header **/


/** banner section **/

.full_bg {
    background: #f7f7f7;
    padding: 120px 0;
}

.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: center;
    position: inherit;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.agency figure {
    margin: 0;
}

.creative {
    text-align: left;
}

.creative h1 {
    font-size: 70px;
    line-height: 70px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.creative p {
    color: #333333;
    padding: 43px 0 40px 0;
    line-height: 30px;
}

.creative .read_more {
    text-transform: uppercase;
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 63px;
    height: 63px;
    background-color: #323757;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    top: 40%;
    box-shadow: 0 0 65px rgba(30, 30, 30, 0.24);
    z-index: 999;
   transition: ease-in all 0.5s;
    border: #323757 solid 2px;
}

#banner1 .carousel-control-prev {
    left: 4%;
}

#banner1 .carousel-control-next {
    right: 4%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #fff;
    background: #dc2727;
    border: #e8576f solid 2px;
     border-radius: 50px;
     transition: ease-in all 0.5s;
}


/** end banner section **/


/** about section **/

.about {
    background: #fff;
    position: relative;
    margin-top: 80px;
}


.pa_right0 {
    padding-right: 0;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    position: relative;
    z-index: 9999;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 550px;
    width: 100%;
    float: right;
}

.about .titlepage p {
    padding-top: 20px;
    color: #111;
    padding-bottom: 30px;
}



/** end about section **/

/** wedo section **/

.wedo {
    background: #fff;
    padding-top: 80px;
}

.wedo .titlepage {
    padding-bottom: 10px;
}

.wedo .titlepage p {
    padding-top: 10px;
}

.our_wedo {
    margin-top: 30px;
    background: #e6f1fd00;
    padding: 60px 25px 55px 25px;
    position: relative;
    z-index: 99;
    margin-bottom: 23px;
    border-radius: 10px;
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.06);
}
.our_wedo i img {
    transition: ease-in all 0.5s;}
.our_wedo h3 {
    color: #003471;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin-top: 47px;
    transition: ease-in all 0.5s;
}

.our_wedo p {
    line-height: 30px;
    padding-top: 10px;
    color: #2b2b2a;
    transition: ease-in all 0.5s;
}

.wedo .read_more {
    margin: 0 auto;
    display: block;
}

#ho_box:hover.our_wedo {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    background: #dc2727;
    transition: ease-in all 0.5s;
}
#ho_box:hover.our_wedo i img {filter: invert(); transition: ease-in all 0.5s;}
#ho_box:hover.our_wedo h3 {color: #fff; transition: ease-in all 0.5s;}
#ho_box:hover.our_wedo p {color: #fff; transition: ease-in all 0.5s;}
/** end wedo section **/

/** service section **/

.service {
    background: #fff;
    padding-top: 80px;
}
.service .titlepage {padding-bottom: 10px;}
.service_img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.service_img figure {
    margin: 0;
}

.service_img figure img {
    z-index: 9999;
    position: relative;
    padding: 5px 0;
}

.service_img {
    position: relative;
}

.service_img::before {
    position: absolute;
    content: "";
    background: #323757;
    width: 89%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.service_img::after {
    position: absolute;
    content: "";
    background: #dc2727;
    width: 130px;
    height: 15px;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.service_box h3 {
    color: #333333;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.service_box p {
    padding: 20px 0 40px 0;
}


/** end service section **/


/** letter section **/

.letter {
    background: #323757;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
}


.letter .titlepage h2 {
    color: #fff;
}

.newsl {
    width: 100%;
    height: 75px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 30px;
}

.subsci_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #dc2727;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 75px;
    height: 75px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    color: #e8576f;
    background-color: #fff;
}

#colof *::placeholder {
    color: #fff;
    opacity: 1;
}


/** end letter section **/

/** team section **/

.team {
    background: #fff;
    padding-top: 90px;
}
.team .titlepage {padding-bottom: 10px;}
.team_box { 
    text-align: center;
    margin-top: 30px;

}

.team_box figure {
    margin: 0;
}

.team_box figure img {
    z-index: 9999;
    position: relative;
    padding: 5px 0;
}

.team_box h3 {
    padding-top: 20px;
    color: #323757;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.team_box span {
    text-transform: uppercase;
    padding: 0px 0 23px 0;
    display: block;

}
.team_box .read_more {margin: 0 auto; display: block;}

/** end team section **/


/** blog section **/

.blog {
    background: #fff;
    padding-top: 80px;
}

.blog_bglight {
    background: url(../images/evnit_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 240px 0 200px 0;
    background-size: 100% 100%;
    filter: drop-shadow(0px -40px 0px #e1f0df);
}

.blog_text {
    padding-bottom: 30px;
}

.blog_img {
    padding-bottom: 30px;
}

.blog_img figure {
    margin: 0;
}

.blog_img figure img {
    border-radius: 35px 0px 35px 0px;
    margin:0 auto; display: block;
}
.blog_text h3 {
    color: #111111;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 10px;
}

.blog_text p {
    color: #000;
}

.blog .read_more {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}


/** end blog section **/


/** contact **/

.contact {
    background: #fff;
    padding-top: 90px;
}
.main_form {
    background: #fff;
    box-shadow: 0 0 20px rgba(13, 3, 3, 0.08);
    padding: 80px 50px;
    border-radius: 10px;
}
.main_form .form_control {
    padding: 0 15px;
    margin-bottom: 20px;
    width: 100%;
    height: 63px;
    background: transparent;
    color: #323757;
    font-size: 17px;
    font-weight: normal;
    border: #323757 solid 1px;
}

.main_form .textarea1 {
    margin-bottom: 30px;
    width: 100%;
    background: transparent;
    color: #323757 !important;
    font-size: 17px;
    font-weight: normal;
    padding: 45px 15px 15px 15px;
    border: #323757 solid 1px;
    height: 123px;
}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323757;
    text-transform: uppercase;
    color: #fff;
    max-width: 306px;
    width: 100%;
    display: block;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
}

.main_form .send_btn:hover {
    background-color: #dc2727;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #323757;
    opacity: 1;
}


/** end contact **/


/** footer **/

.footer {
    margin-top: 90px;
    padding-top: 90px;
    background: #111111;
    text-align: center;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 23px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}


ul.social_icon li {
    display: inline-block;
    margin: 0 2px;
}

ul.social_icon li a i {
    font-size: 17px;
    color: #323757;
    transition: ease-in all 0.5s;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

ul.social_icon li a i:hover {
    color: #fff;
    transition: ease-in all 0.5s;
    background: #dc2727;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #dc2727;
}

.copyright {
    margin-top: 90px;
    padding-bottom: 25px;
    background: #fefefd;
}

.copyright p {
    color: #323757;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    padding-top: 25px;
    font-weight: 400;
    font-weight: normal;
}

.copyright a {
    color: #323757;
}

.copyright a:hover {
    color: #dc2727;
}


/** end footer **/


/**  inner page css **/


.about_page .footer {
    margin-top:0;
}


/** portfolio section **/

.portfolio {
    background: #fff;
    padding-top: 90px;
}
    
.portfolio_img {
    margin-bottom: 30px;
}

.portfolio_img figure {
    margin: 0;
}
.portfolio_img figure img {box-shadow: 0 0 10px rgba(50, 55, 87, 0.36)}
.portfolio_page .footer {margin-top:60px;}
/** end portfolio section **/
