@charset "utf-8";
/* CSS Document */

/*@font-face {
    font-family: "Open Sans", sans-serif;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans-Cond';
    src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/Open Sansight.ttf);
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}*/
@font-face {
    font-family: 'TW Cen';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/TCCM.TTF);
}
@font-face {
    font-family: 'Acc Pen';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/accidential.ttf);
}
@font-face {
    font-family: 'Agency FB';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/Agency-FB.TTF);
}
@font-face {
    font-family: 'Fira Sans';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/firasanscondensed-italic.otf);
}
@font-face {
    font-family: 'MyriadPro-BC';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/MyriadPro-BoldCond.otf);
}
@font-face {
    font-family: 'MyriadPro-C';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/MyriadPro-Cond.otf);
}
@font-face {
    font-family: 'Big Noodle';
    src: url(https://seonewdelhi.com/wp-content/themes/seonewdelhi/fonts/big_noodle_titling.ttf);
}
/*@font-face {
    font-family: 'KozGo';
    src: url(../fonts/KozGoPr6N-Light.otf);
}*/
.mt10 {
	margin-top:10px;
	}

.tp-top-bar{ 
	background-color: #232323; 
	padding-top: 10px; 
	padding-bottom: 9px; 
	border-bottom: 1px solid #ecece4; 
	font-size: 12px;
	}
.tp-top-bar ul {
	list-style-type: none;
	padding:0;
}
.tp-social{}
.tp-social ul{ 
	margin-top: 5px;
	}
.tp-social ul li{ 
	float: left; 
	margin-bottom: 0px;
	}
.tp-social ul li a{
	padding-left: 10px;
	padding-right: 10px;
	color: #969696;
	}
.tp-social ul li a:hover{
	color: #f05b43;
	}
.tp-top-link {
	margin-top: 0px;
}
.tp-top-link .navbar-text {
	margin:0px;
	color:#ececec;
	font-size: 19px;
}
.tp-top-link .navbar-text a {
	font-size: 19px;
	font-family:'Open Sans Condensed';
	color:#ececec;
}
.tp-top-link .navbar-right{
	margin-right:0;
}

/*------ HEADER CSS -------*/ 

.logo-img {
	width:100%;
	height:auto;
}

.header-nav {
	font-family: 'TW Cen';
	font-size:30px;
	color:#fff;
	border-color:	transparent;
	border-radius:0px;
	padding:15px 0;
}

.header-nav .navbar-nav>li>a {
    color: #EEE;
}

div.wpcf7 img.ajax-loader {
	float:right;
	position:absolute;
	
}
span.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
.img-container {
  min-height: 590px;
  background-image: url(../images/header-image.jpg);
  background-repeat: no-repeat;
  background-size: 1400px 590px;
  background-position: center top;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
  padding-top:35px;
}

.img-container .text-bg {
	background-color: rgba(0, 0, 0, 0.14);
	padding:15px 0;
	text-align:center;
	font-family:'Open Sans Condensed';
	font-size:26px;
	color:#fff;
	line-height:38px;
	
}
.img-container .txt h2 {
	color:#ffc600;
	font-size:33px;
	margin:0px;
	font-family: inherit;
	font-weight:bold;
	margin-bottom:15px;
	text-transform: uppercase;
}
.img-container .txt{
	width:70%;
	margin:0 auto;
	font:inherit;
	
}

/*------ HEADER CSS ENDS-------*/ 

.form .form-inline .form-group {
	    margin-right: 4px;
}

/*------ HEADER FORM CSS -------*/ 
.btn-width {
	width:100%;
}
.form {
	background-color:#FFF;
	width:80%;
	margin:0px auto;
	padding:1px 10px 10px;
	border-radius:6px;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.42);
	margin-top: -60px;
}
.form-container {
	margin-left:20px;
	margin-right:20px;
}
.form .get{
	font-family: "Roboto";
	font-size:32px;
	color:#ed0000;
	margin: 0 0;
}
.form .fill{
	font-family:'Agency FB';
	font-size:18px;
	color:#868686;
	text-align:right;
	margin:9px 0;
}
.form .margin {
	padding-right:3px;
    padding-left:3px;
	
}
.form .padding1 {
	padding:0px 5px ;
}
.form .hr {
	border-bottom:#dfdfdf 1px solid;
}

.form .padding {
	padding:5px;
	margin-top:10px;
}
.form .form-inline .form-group {
	margin-right: 10px;
}


/*------ HEADER FORM CSS ENDS -------*/ 

/*------ Guarante CSS --------*/

.grey-bar{
	background-color:#e6e6e6;
	font-family:'Fira Sans';
	font-size:40px;
	color:#e20101;
	text-align:center;
	margin:30px 0;
	padding:10px 0;
	
}


/*------ Guarante CSS ENDS--------*/
.img-center {
    margin: 0 auto;
}
.services-head {
    font-family: 'MyriadPro-BC';
    font-size: 30px;
    text-align: center;
	margin-bottom: 0px;
}

.blue, .blue a{
    color:#0058b2;
}

.orange, .orange a{
    color:#ff7600;
}

.green, .green a{
    color:#0acd13;
}
.price {
	font-family: 'MyriadPro-BC';
    font-size: 50px;
    text-align: center;
}
.services-txt {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    color: #383838;
    text-align: justify;
    line-height: 29px;
    margin: 10px 20px;
}
.more {
	font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color:#d30101;
}


/* Services CSS ENDS */

/* Why US CSS STARTS */

.yellow-container {
    min-height: 581px;
    background-image: url(../images/yellow-bg.png);
    background-repeat: no-repeat;
    background-size: 1400px 581px;
    background-position: center top;
    padding-top: 35px;
	margin-top:30px;
	background-color:#ffc800;
}

.yellow-container .text {
	font-size:20px;
	color:#3a3a3a;
	width:56%;
	margin-left:6%;
	margin-top:10px;
	font-family: "Open Sans", sans-serif;
	line-height:35px;
}

.yellow-container h3 {
	font-family:'Big Noodle';
	font-size:49px;
	color:#c80000;
}
.yellow-container .points{
	font-family: 'Open Sans Condensed';
	color:#2f2f2f;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	margin:20px 0 15px;
}
.yellow-container .points-txt{
	font-family: 'Open Sans Condensed';
	color:#1e1e1e;
	font-size:21px;
	font-style:italic;
	padding:10px 0 20px;
	line-height:41px;
}
/* Why US CSS ENDS */

/* ABOUT US CSS START */

.about {
	background-color:#FFF;
	text-align:center;
	margin:50px 0;
}
.about h3{
	font-family: 'Nunito';
	font-size:44px;
	color:#c80000;
	margin:0px;
}
.about .text{
	font-family: "Open Sans", sans-serif;
	font-size:20px;
	color:#222222;
	line-height:35px;
	width:70%;
	margin:10px auto;
}

/* ABOUT US CSS ENDS */


/* GREEN SECTION CSS STARTS */

.green-container {
    min-height:471px;
    background-image: url(../images/green-bg.png);
    background-repeat: no-repeat;
    background-size: 1400px 471px;
    background-position: center top;
    padding-top: 35px;
	margin-top:30px;
	background-color:#a5df16;
}

.green-container .text {
	font-size:20px;
	color:#3a3a3a;
	width:56%;
	margin-right:4%;
	margin-top:10px;
	font-family: "Open Sans", sans-serif;
	line-height:35px;
	float:right;
	text-align:center
}

.green-container .text h3 {
	font-family:'TW Cen';
	font-size:50px;
	color:#000;
	font-weight:normal;
}

.green-container .speak{
	font-family:'TW Cen';
	color:#d50000;
	font-size:53px;
	margin:20px 0 15px;
	line-height:54px;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, .55);
	
}
.green-container a{
	color:#d50000;	
}
/* GREEN SECTION CSS ENDS */

/*BLOG SECTION CSS STARTS*/

.blog-section {
	background-color:#FFF;
	margin-top:50px;
}
.blog-section h3{
	font-family:'TW Cen';
	color:#000000;
	font-size:50px;
	text-align:center;
	margin:0px;
}
.blog-section .blog-post {
	border-top:10px solid #f45144 !important;
	border:1px solid #f0f1f3;
	margin-top:50px;
}
.blog-section .blog-post h3{
	font-family:'TW Cen';
	color:#f45144;
	font-size:34px;
	padding:10px 15px 6px;
	text-align:left;
}
.blog-section .blog-post h3 span{
	font-family: 'MyriadPro-C';
	color:#979898;
	font-size:16px;
}

.blog-section .blog-post .blog-txt{
	font-family: "Open Sans", sans-serif;
	color:#6c6c6c;
	font-size:14px;
	line-height:26px;
	margin: 0 32px 12px;
    text-align: justify;
	
}
.read-more {
	text-align:right;
}
.blog-section .blog-post .blog-txt .moretag {
    font-family:'MyriadPro-C';
    font-size: 14px;
    color: #6c6c6c;
	text-align:right;
}
.blog-section .blog-post .grey-bot{
	background-color:#f5f6f7;
	font-family:'MyriadPro-C';
	color:#979898;
	padding:8px 5px;
	font-size:17px;
	
}

/*BLOG SECTION CSS ENDS*/

/*FOOTER CSS STARTS */

.form-info {
    /* height: 370px; */
    background: url(../images/form-bg.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 1px;
    font-family: Open Sans Condensed;
    color: #f1efef;
    text-align: center;
    padding: 20px 0 20px 0;
}
.form-text {
	background-color:#033a73;
	padding:6px 0;
}
.form-info .save {
    font-size: 30px;
	color:#f1efef;
	font-family: 'Open Sans Condensed';
}
.form-info .touch {
    font-size: 26px;
    color: #ffa55c;
    margin-top: -5px;
}
.form-info .form-bg {
    text-align: center;
}
.form-info .form-control {
    height: 47px;
    border: 0px solid #ccc;
    background-color: #ececec;
    border-radius: 1px;
    margin-top: 10px;
}
.get-btn {
    /*background-image: url(../images/form-btn.png);*/
    height: 47px;
    width: 224px;
    /*background-color: transparent;*/
    border: 0;
	margin-top:15px;
}

/*FOOTER CSS STARTS */

footer {
    margin: 0;
    padding: 30px 0;
    background-color: #f7f7f7;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #262626;
}

footer .trust {
    font-family:'Open Sans Condensed';
    font-size: 19px;
    font-weight: bold;
}
footer .head {
    font-family:'TW Cen';
    font-size: 36px;
    color: #363c3f;
}

/*---- FOOTER CSS ENDS ---- */

/* ---- INNER  HEARDER CSS STARTS ----*/

.inner-container {
  min-height: 220px;
  background-image: url(../images/inner-header.jpg);
  background-repeat: no-repeat;
  background-size: 1400px 220px;
  background-position: center top;
  /*padding: 40px; (If don't want to set min-height or some image content is there) */
  padding-top:44px;
}

.inner-container .text-bg {
	padding:40px 0 15px;
	font-family: "Open Sans", sans-serif;
	font-size:26px;
	color:#326a98;
}
.inner-container .txt h1 {
	color:#2a5b84;
	font-size:44px;
	margin:0px;
	font-family: inherit;
	font-weight:bold;
	margin-bottom:15px;
	/*text-transform: uppercase;*/
	text-shadow: 1px 1px #fff;
}
.inner-container .txt{
	width:84%;
	margin:0 auto;
	font:inherit;
	
}

/*---- INNER HEADER CSS ENDS ----**/

/* INNER CONTENT CSS START */
.read-more {
	font-family:"Open Sans", sans-serif;
	font-size:12px;
	color:	#900;
}
.div-link {
	cursor: pointer;
	margin-bottom:20px;
}
.div-link:hover{
	background-color: #F5F5F5;
	padding:0 10px;
	margin:0 -10px 20px;
	
}

.content {
	background-color:#FFF;
	margin:40px 0;
}
.content h1{
	font-family: 'Open Sans Condensed';
	font-size:50px;
	color:#c80000;
	margin:0px;
	text-align:center;
}
.content h2{
	font-family: 'Open Sans';
	font-weight:bold;
    font-style: normal;
	color:#323031;
	margin:0px;
	margin-bottom: 10px;
	font-size: 26px;
    line-height: 45px;
}

.text h3{
	font-family: 'Open Sans';
	font-weight:bold;
    font-style: normal;
	color:#323031;
	margin:0px;
	margin-bottom: 10px;
	font-size: 22px;
}
.content .text{
	font-family: "Open Sans", sans-serif;
	font-size:17px;
	color: #696969;
	line-height:28px;
	text-align: justify;
	margin:10px auto;
}
.content .text p{
	margin: 0 0 25px;
}
.list-item {
	margin-top:15px;
    
}

/* ABOUT US CSS ENDS */

/* INNER PAGE GREEN SECTION CSS STARTS */

.ig-container {
    background-image: url(../images/inner-green-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
	margin-top:30px;
	background-color:#a5df16;
	text-align:center;
	padding:10px 20px;
	background-size: 1400px ;
}



.ig-container h3 {
	font-family:'TW Cen';
	font-size:32px;
	color:#000;
}
.ig-container .speak{
	font-family:'TW Cen';
	color:#d50000;
	font-size:35px;
	margin:8px 0 15px;
	line-height:36px;
	text-shadow: 1px 1px 1px rgba(000, 000, 000, .55);
	
}

.ig-container a{
	color:#d50000;
	text-decoration:none;
	
} 
/* INNER PAGE GREEN SECTION CSS ENDS */

@media(max-width:767px) {	
.tp-top-link {display:none ;}
.yellow-container .text {
	width:80%;
	font-size:18px;
}
.green-container .text {
	width:92%;
	font-size:18px;
	float: none;
	margin-right:10px;
	margin-left:17px;
}
.logo-img {
    width: 90%;
    height: auto;
}
.inner-container .text-bg {
	padding: 20px 0 15px;
   
}
.inner-container .txt h1 {
	font-size: 35px;
	line-height:44px;
}
.img-container .text-bg {
	font-size: 22px;
}


}
/**/
